Shades of Deep Pink #FC0B8C
Tints of Deep Pink #FC0B8C
RGB
CMYK
RGB Variations
Color information
#FC0B8C (or 0xFC0B8C) is known color: Deep Pink. HEX triplet: FC, 0B and 8C. RGB value is (252,11,140). Sum of RGB (Red+Green+Blue) = 252+11+140=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0B8C is #03F473. Grayscale: #616161. Windows color (decimal): -259188 or 9178108. OLE color: 9178108.
HSL color Cylindrical-coordinate representation of color #FC0B8C: hue angle of 327.88º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B8C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 140 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.01 |
| HSL | 327.88º | 0.98% | 0.52% | - |
| HSV(B) | 327.88º | 0.96% | 0.99% | - |
| XYZ | 45 | 22.83 | 26.85 | - |
| YUV | 97.77 | 151.84 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 140 | 0 | 0.96 | 0.44 | 0.01 | 327.88 | 0.98 | 0.52 |
| Hex | FC | B | 8C | 0 | 60 | 2C | 1 | 148 | 62 | 34 |
| Octal | 374 | 13 | 214 | 0 | 140 | 54 | 1 | 510 | 142 | 64 |
| Binary | 11111100 | 1011 | 10001100 | 0 | 1100000 | 101100 | 1 | 101001000 | 1100010 | 110100 |
Color Harmonies of #FC0B8C
Complementary color
Monochromatic Colors of #FC0B8C
Black with #FC0B8C
Text Example
Text Example
White with #FC0B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B8C; }
p { color: rgb(252,11,140); }
H1.HeaderClassName
{
color: #FC0B8C;
}
.AnyTagClassName
{
color: #FC0B8C;
}
</style>
background-color css
<style>
a { background-color: #FC0B8C; }
a { background-color: rgb(252,11,140); }
div.DivClassName
{
background-color: #FC0B8C;
}
.BgClassName
{
background-color: #FC0B8C;
}
</style>
border-color css
<style>
span { border-color: #FC0B8C; }
span { border-color: rgb(252,11,140); }
td.TdClassName
{
border-color: #FC0B8C;
}
.TagClassName
{
border-color: #FC0B8C;
}
</style>