Shades of Deep Pink #FF0C94
Tints of Deep Pink #FF0C94
RGB
CMYK
RGB Variations
Color information
#FF0C94 (or 0xFF0C94) is known color: Deep Pink. HEX triplet: FF, 0C and 94. RGB value is (255,12,148). Sum of RGB (Red+Green+Blue) = 255+12+148=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C94 is #00F36B. Grayscale: #636363. Windows color (decimal): -62316 or 9702655. OLE color: 9702655.
HSL color Cylindrical-coordinate representation of color #FF0C94: hue angle of 326.42º 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 #FF0C94 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 148 | - |
| CMYK | 0 | 0.95 | 0.42 | 0 |
| HSL | 326.42º | 1% | 0.52% | - |
| HSV(B) | 326.42º | 0.95% | 1% | - |
| XYZ | 46.72 | 23.66 | 30.12 | - |
| YUV | 100.16 | 155.01 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 148 | 0 | 0.95 | 0.42 | 0 | 326.42 | 1 | 0.52 |
| Hex | FF | C | 94 | 0 | 5F | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 14 | 224 | 0 | 137 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1100 | 10010100 | 0 | 1011111 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0C94
Complementary color
Monochromatic Colors of #FF0C94
Black with #FF0C94
Text Example
Text Example
White with #FF0C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C94; }
p { color: rgb(255,12,148); }
H1.HeaderClassName
{
color: #FF0C94;
}
.AnyTagClassName
{
color: #FF0C94;
}
</style>
background-color css
<style>
a { background-color: #FF0C94; }
a { background-color: rgb(255,12,148); }
div.DivClassName
{
background-color: #FF0C94;
}
.BgClassName
{
background-color: #FF0C94;
}
</style>
border-color css
<style>
span { border-color: #FF0C94; }
span { border-color: rgb(255,12,148); }
td.TdClassName
{
border-color: #FF0C94;
}
.TagClassName
{
border-color: #FF0C94;
}
</style>