#FB0D9C

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

Shades of Deep Pink #FB0D9C

Tints of Deep Pink #FB0D9C

Color information

#FB0D9C (or 0xFB0D9C) is unknown color: approx Deep Pink. HEX triplet: FB, 0D and 9C. RGB value is (251,13,156). Sum of RGB (Red+Green+Blue) = 251+13+156=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0D9C is #04F263. Grayscale: #646464. Windows color (decimal): -324196 or 10227195. OLE color: 10227195.

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

Color convert

RGB25113156-
CMYK00.950.380.02
HSL323.95º96.75%51.76%-
HSV(B)323.95º94.82%98.43%-
XYZ45.9323.233.51-
YUV100.46159.35235.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.76%
GREEN value IS 13 (5.47% from 255) = 3.10%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=59.76%
G=3.10%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511315600.950.380.02323.9596.7551.76
HexFBD9C05F2621446134
Octal37315234013746250414164
Binary1111101111011001110001011111100110101010001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0D9C; }

 p { color: rgb(251,13,156); }

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

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

 a { background-color: rgb(251,13,156); }

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

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

 span { border-color: rgb(251,13,156); }

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