Shades of Deep Pink #FF0C7A
Tints of Deep Pink #FF0C7A
RGB
CMYK
RGB Variations
Color information
#FF0C7A (or 0xFF0C7A) is known color: Deep Pink. HEX triplet: FF, 0C and 7A. RGB value is (255,12,122). Sum of RGB (Red+Green+Blue) = 255+12+122=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C7A is #00F385. Grayscale: #616161. Windows color (decimal): -62342 or 7998719. OLE color: 7998719.
HSL color Cylindrical-coordinate representation of color #FF0C7A: hue angle of 332.84º 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 #FF0C7A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 122 | - |
| CMYK | 0 | 0.95 | 0.52 | 0 |
| HSL | 332.84º | 1% | 0.52% | - |
| HSV(B) | 332.84º | 0.95% | 1% | - |
| XYZ | 44.88 | 22.93 | 20.47 | - |
| YUV | 97.2 | 142.01 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 122 | 0 | 0.95 | 0.52 | 0 | 332.84 | 1 | 0.52 |
| Hex | FF | C | 7A | 0 | 5F | 34 | 0 | 14D | 64 | 34 |
| Octal | 377 | 14 | 172 | 0 | 137 | 64 | 0 | 515 | 144 | 64 |
| Binary | 11111111 | 1100 | 1111010 | 0 | 1011111 | 110100 | 0 | 101001101 | 1100100 | 110100 |
Color Harmonies of #FF0C7A
Complementary color
Monochromatic Colors of #FF0C7A
Black with #FF0C7A
Text Example
Text Example
White with #FF0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C7A; }
p { color: rgb(255,12,122); }
H1.HeaderClassName
{
color: #FF0C7A;
}
.AnyTagClassName
{
color: #FF0C7A;
}
</style>
background-color css
<style>
a { background-color: #FF0C7A; }
a { background-color: rgb(255,12,122); }
div.DivClassName
{
background-color: #FF0C7A;
}
.BgClassName
{
background-color: #FF0C7A;
}
</style>
border-color css
<style>
span { border-color: #FF0C7A; }
span { border-color: rgb(255,12,122); }
td.TdClassName
{
border-color: #FF0C7A;
}
.TagClassName
{
border-color: #FF0C7A;
}
</style>