Shades of Deep Pink #FF0C72
Tints of Deep Pink #FF0C72
RGB
CMYK
RGB Variations
Color information
#FF0C72 (or 0xFF0C72) is known color: Deep Pink. HEX triplet: FF, 0C and 72. RGB value is (255,12,114). Sum of RGB (Red+Green+Blue) = 255+12+114=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C72 is #00F38D. Grayscale: #606060. Windows color (decimal): -62350 or 7474431. OLE color: 7474431.
HSL color Cylindrical-coordinate representation of color #FF0C72: hue angle of 334.81º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C72 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 114 | - |
| CMYK | 0 | 0.95 | 0.55 | 0 |
| HSL | 334.81º | 1% | 0.52% | - |
| HSV(B) | 334.81º | 0.95% | 1% | - |
| XYZ | 44.41 | 22.74 | 17.97 | - |
| YUV | 96.29 | 138.01 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 114 | 0 | 0.95 | 0.55 | 0 | 334.81 | 1 | 0.52 |
| Hex | FF | C | 72 | 0 | 5F | 37 | 0 | 14F | 64 | 34 |
| Octal | 377 | 14 | 162 | 0 | 137 | 67 | 0 | 517 | 144 | 64 |
| Binary | 11111111 | 1100 | 1110010 | 0 | 1011111 | 110111 | 0 | 101001111 | 1100100 | 110100 |
Color Harmonies of #FF0C72
Complementary color
Monochromatic Colors of #FF0C72
Black with #FF0C72
Text Example
Text Example
White with #FF0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C72; }
p { color: rgb(255,12,114); }
H1.HeaderClassName
{
color: #FF0C72;
}
.AnyTagClassName
{
color: #FF0C72;
}
</style>
background-color css
<style>
a { background-color: #FF0C72; }
a { background-color: rgb(255,12,114); }
div.DivClassName
{
background-color: #FF0C72;
}
.BgClassName
{
background-color: #FF0C72;
}
</style>
border-color css
<style>
span { border-color: #FF0C72; }
span { border-color: rgb(255,12,114); }
td.TdClassName
{
border-color: #FF0C72;
}
.TagClassName
{
border-color: #FF0C72;
}
</style>