Shades of Deep Pink #FF0C8A
Tints of Deep Pink #FF0C8A
RGB
CMYK
RGB Variations
Color information
#FF0C8A (or 0xFF0C8A) is known color: Deep Pink. HEX triplet: FF, 0C and 8A. RGB value is (255,12,138). Sum of RGB (Red+Green+Blue) = 255+12+138=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C8A is #00F375. Grayscale: #626262. Windows color (decimal): -62326 or 9047295. OLE color: 9047295.
HSL color Cylindrical-coordinate representation of color #FF0C8A: hue angle of 328.89º 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 #FF0C8A is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.46 | 0 |
| HSL | 328.89º | 1% | 0.52% | - |
| HSV(B) | 328.89º | 0.95% | 1% | - |
| XYZ | 45.96 | 23.36 | 26.13 | - |
| YUV | 99.02 | 150.01 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 138 | 0 | 0.95 | 0.46 | 0 | 328.89 | 1 | 0.52 |
| Hex | FF | C | 8A | 0 | 5F | 2E | 0 | 149 | 64 | 34 |
| Octal | 377 | 14 | 212 | 0 | 137 | 56 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1100 | 10001010 | 0 | 1011111 | 101110 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF0C8A
Complementary color
Monochromatic Colors of #FF0C8A
Black with #FF0C8A
Text Example
Text Example
White with #FF0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C8A; }
p { color: rgb(255,12,138); }
H1.HeaderClassName
{
color: #FF0C8A;
}
.AnyTagClassName
{
color: #FF0C8A;
}
</style>
background-color css
<style>
a { background-color: #FF0C8A; }
a { background-color: rgb(255,12,138); }
div.DivClassName
{
background-color: #FF0C8A;
}
.BgClassName
{
background-color: #FF0C8A;
}
</style>
border-color css
<style>
span { border-color: #FF0C8A; }
span { border-color: rgb(255,12,138); }
td.TdClassName
{
border-color: #FF0C8A;
}
.TagClassName
{
border-color: #FF0C8A;
}
</style>