#FB05B9

Color #FB05B9 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FB05B9

Tints of Shocking Pink #FB05B9

Color information

#FB05B9 (or 0xFB05B9) is unknown color: approx Shocking Pink. HEX triplet: FB, 05 and B9. RGB value is (251,5,185). Sum of RGB (Red+Green+Blue) = 251+5+185=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB05B9 is #04FA46. Grayscale: #626262. Windows color (decimal): -326215 or 12125691. OLE color: 12125691.

HSL color Cylindrical-coordinate representation of color #FB05B9: hue angle of 316.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05B9 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB2515185-
CMYK00.980.260.02
HSL316.1º96.85%50.2%-
HSV(B)316.1º98.01%98.43%-
XYZ48.5924.1247.99-
YUV99.07176.5236.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 56.92%
GREEN value IS 5 (2.34% from 255) = 1.13%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=56.92%
G=1.13%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251518500.980.260.02316.196.8550.2
HexFB5B90621A213c6132
Octal3735271014232247414162
Binary11111011101101110010110001011010101001111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB05B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB05B9; }

 p { color: rgb(251,5,185); }

 H1.HeaderClassName
 {
   color: #FB05B9;
 }
 .AnyTagClassName
 {
   color: #FB05B9;
 }
</style>
background-color css

<style>
 a { background-color: #FB05B9; }

 a { background-color: rgb(251,5,185); }

 div.DivClassName
 {
   background-color: #FB05B9;
 }
 .BgClassName
 {
   background-color: #FB05B9;
 }
</style>
border-color css

<style>
 span { border-color: #FB05B9; }

 span { border-color: rgb(251,5,185); }

 td.TdClassName
 {
   border-color: #FB05B9;
 }
 .TagClassName
 {
   border-color: #FB05B9;
 }
</style>