#FB1888

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

Shades of Deep Pink #FB1888

Tints of Deep Pink #FB1888

Color information

#FB1888 (or 0xFB1888) is unknown color: approx Deep Pink. HEX triplet: FB, 18 and 88. RGB value is (251,24,136). Sum of RGB (Red+Green+Blue) = 251+24+136=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1888 is #04E777. Grayscale: #686868. Windows color (decimal): -321400 or 8919291. OLE color: 8919291.

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

Color convert

RGB25124136-
CMYK00.900.460.02
HSL330.4º96.6%53.92%-
HSV(B)330.4º90.44%98.43%-
XYZ44.5522.9425.37-
YUV104.64145.71232.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.07%
GREEN value IS 24 (9.77% from 255) = 5.84%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=61.07%
G=5.84%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512413600.900.460.02330.496.653.92
HexFB188805A2E214a6136
Octal37330210013256251214166
Binary11111011110001000100001011010101110101010010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1888; }

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

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

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

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

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

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

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

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