Shades of Deep Pink #FF0C93
Tints of Deep Pink #FF0C93
RGB
CMYK
RGB Variations
Color information
#FF0C93 (or 0xFF0C93) is known color: Deep Pink. HEX triplet: FF, 0C and 93. RGB value is (255,12,147). Sum of RGB (Red+Green+Blue) = 255+12+147=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C93 is #00F36C. Grayscale: #636363. Windows color (decimal): -62317 or 9637119. OLE color: 9637119.
HSL color Cylindrical-coordinate representation of color #FF0C93: hue angle of 326.67º 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 #FF0C93 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 147 | - |
| CMYK | 0 | 0.95 | 0.42 | 0 |
| HSL | 326.67º | 1% | 0.52% | - |
| HSV(B) | 326.67º | 0.95% | 1% | - |
| XYZ | 46.64 | 23.63 | 29.71 | - |
| YUV | 100.05 | 154.51 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 147 | 0 | 0.95 | 0.42 | 0 | 326.67 | 1 | 0.52 |
| Hex | FF | C | 93 | 0 | 5F | 2A | 0 | 147 | 64 | 34 |
| Octal | 377 | 14 | 223 | 0 | 137 | 52 | 0 | 507 | 144 | 64 |
| Binary | 11111111 | 1100 | 10010011 | 0 | 1011111 | 101010 | 0 | 101000111 | 1100100 | 110100 |
Color Harmonies of #FF0C93
Complementary color
Monochromatic Colors of #FF0C93
Black with #FF0C93
Text Example
Text Example
White with #FF0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C93; }
p { color: rgb(255,12,147); }
H1.HeaderClassName
{
color: #FF0C93;
}
.AnyTagClassName
{
color: #FF0C93;
}
</style>
background-color css
<style>
a { background-color: #FF0C93; }
a { background-color: rgb(255,12,147); }
div.DivClassName
{
background-color: #FF0C93;
}
.BgClassName
{
background-color: #FF0C93;
}
</style>
border-color css
<style>
span { border-color: #FF0C93; }
span { border-color: rgb(255,12,147); }
td.TdClassName
{
border-color: #FF0C93;
}
.TagClassName
{
border-color: #FF0C93;
}
</style>