#FB188B

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

Shades of Deep Pink #FB188B

Tints of Deep Pink #FB188B

Color information

#FB188B (or 0xFB188B) is unknown color: approx Deep Pink. HEX triplet: FB, 18 and 8B. RGB value is (251,24,139). Sum of RGB (Red+Green+Blue) = 251+24+139=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB188B is #04E774. Grayscale: #686868. Windows color (decimal): -321397 or 9115899. OLE color: 9115899.

HSL color Cylindrical-coordinate representation of color #FB188B: hue angle of 329.6º 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 #FB188B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25124139-
CMYK00.900.450.02
HSL329.6º96.6%53.92%-
HSV(B)329.6º90.44%98.43%-
XYZ44.7723.0326.51-
YUV104.98147.21232.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.63%
GREEN value IS 24 (9.77% from 255) = 5.80%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=60.63%
G=5.80%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512413900.900.450.02329.696.653.92
HexFB188B05A2D214a6136
Octal37330213013255251214166
Binary11111011110001000101101011010101101101010010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB188B; }

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

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

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

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

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

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

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

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