Shades of Deep Pink #FC088E
Tints of Deep Pink #FC088E
RGB
CMYK
RGB Variations
Color information
#FC088E (or 0xFC088E) is known color: Deep Pink. HEX triplet: FC, 08 and 8E. RGB value is (252,8,142). Sum of RGB (Red+Green+Blue) = 252+8+142=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC088E is #03F771. Grayscale: #5F5F5F. Windows color (decimal): -259954 or 9308412. OLE color: 9308412.
HSL color Cylindrical-coordinate representation of color #FC088E: hue angle of 327.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC088E is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 142 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.01 |
| HSL | 327.05º | 0.98% | 0.51% | - |
| HSV(B) | 327.05º | 0.97% | 0.99% | - |
| XYZ | 45.11 | 22.82 | 27.62 | - |
| YUV | 96.23 | 153.84 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 142 | 0 | 0.97 | 0.44 | 0.01 | 327.05 | 0.98 | 0.51 |
| Hex | FC | 8 | 8E | 0 | 61 | 2C | 1 | 147 | 62 | 33 |
| Octal | 374 | 10 | 216 | 0 | 141 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111100 | 1000 | 10001110 | 0 | 1100001 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FC088E
Complementary color
Monochromatic Colors of #FC088E
Black with #FC088E
Text Example
Text Example
White with #FC088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC088E; }
p { color: rgb(252,8,142); }
H1.HeaderClassName
{
color: #FC088E;
}
.AnyTagClassName
{
color: #FC088E;
}
</style>
background-color css
<style>
a { background-color: #FC088E; }
a { background-color: rgb(252,8,142); }
div.DivClassName
{
background-color: #FC088E;
}
.BgClassName
{
background-color: #FC088E;
}
</style>
border-color css
<style>
span { border-color: #FC088E; }
span { border-color: rgb(252,8,142); }
td.TdClassName
{
border-color: #FC088E;
}
.TagClassName
{
border-color: #FC088E;
}
</style>