Shades of Deep Pink #FC0D88
Tints of Deep Pink #FC0D88
RGB
CMYK
RGB Variations
Color information
#FC0D88 (or 0xFC0D88) is known color: Deep Pink. HEX triplet: FC, 0D and 88. RGB value is (252,13,136). Sum of RGB (Red+Green+Blue) = 252+13+136=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0D88 is #03F277. Grayscale: #626262. Windows color (decimal): -258680 or 8916476. OLE color: 8916476.
HSL color Cylindrical-coordinate representation of color #FC0D88: hue angle of 329.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D88 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 136 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.01 |
| HSL | 329.12º | 0.98% | 0.52% | - |
| HSV(B) | 329.12º | 0.95% | 0.99% | - |
| XYZ | 44.73 | 22.76 | 25.33 | - |
| YUV | 98.48 | 149.18 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 136 | 0 | 0.95 | 0.46 | 0.01 | 329.12 | 0.98 | 0.52 |
| Hex | FC | D | 88 | 0 | 5F | 2E | 1 | 149 | 62 | 34 |
| Octal | 374 | 15 | 210 | 0 | 137 | 56 | 1 | 511 | 142 | 64 |
| Binary | 11111100 | 1101 | 10001000 | 0 | 1011111 | 101110 | 1 | 101001001 | 1100010 | 110100 |
Color Harmonies of #FC0D88
Complementary color
Monochromatic Colors of #FC0D88
Black with #FC0D88
Text Example
Text Example
White with #FC0D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D88; }
p { color: rgb(252,13,136); }
H1.HeaderClassName
{
color: #FC0D88;
}
.AnyTagClassName
{
color: #FC0D88;
}
</style>
background-color css
<style>
a { background-color: #FC0D88; }
a { background-color: rgb(252,13,136); }
div.DivClassName
{
background-color: #FC0D88;
}
.BgClassName
{
background-color: #FC0D88;
}
</style>
border-color css
<style>
span { border-color: #FC0D88; }
span { border-color: rgb(252,13,136); }
td.TdClassName
{
border-color: #FC0D88;
}
.TagClassName
{
border-color: #FC0D88;
}
</style>