#FB188C

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

Shades of Deep Pink #FB188C

Tints of Deep Pink #FB188C

Color information

#FB188C (or 0xFB188C) is unknown color: approx Deep Pink. HEX triplet: FB, 18 and 8C. RGB value is (251,24,140). Sum of RGB (Red+Green+Blue) = 251+24+140=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB188C is #04E773. Grayscale: #686868. Windows color (decimal): -321396 or 9181435. OLE color: 9181435.

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

Color convert

RGB25124140-
CMYK00.900.440.02
HSL329.34º96.6%53.92%-
HSV(B)329.34º90.44%98.43%-
XYZ44.8423.0626.9-
YUV105.1147.71232.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.48%
GREEN value IS 24 (9.77% from 255) = 5.78%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=60.48%
G=5.78%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512414000.900.440.02329.3496.653.92
HexFB188C05A2C21496136
Octal37330214013254251114166
Binary11111011110001000110001011010101100101010010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB188C; }

 p { color: rgb(251,24,140); }

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

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

 a { background-color: rgb(251,24,140); }

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

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

 span { border-color: rgb(251,24,140); }

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