Shades of Deep Pink #FF0C75
Tints of Deep Pink #FF0C75
RGB
CMYK
RGB Variations
Color information
#FF0C75 (or 0xFF0C75) is known color: Deep Pink. HEX triplet: FF, 0C and 75. RGB value is (255,12,117). Sum of RGB (Red+Green+Blue) = 255+12+117=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C75 is #00F38A. Grayscale: #606060. Windows color (decimal): -62347 or 7671039. OLE color: 7671039.
HSL color Cylindrical-coordinate representation of color #FF0C75: hue angle of 334.07º 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 #FF0C75 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 117 | - |
| CMYK | 0 | 0.95 | 0.54 | 0 |
| HSL | 334.07º | 1% | 0.52% | - |
| HSV(B) | 334.07º | 0.95% | 1% | - |
| XYZ | 44.58 | 22.81 | 18.88 | - |
| YUV | 96.63 | 139.51 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 117 | 0 | 0.95 | 0.54 | 0 | 334.07 | 1 | 0.52 |
| Hex | FF | C | 75 | 0 | 5F | 36 | 0 | 14E | 64 | 34 |
| Octal | 377 | 14 | 165 | 0 | 137 | 66 | 0 | 516 | 144 | 64 |
| Binary | 11111111 | 1100 | 1110101 | 0 | 1011111 | 110110 | 0 | 101001110 | 1100100 | 110100 |
Color Harmonies of #FF0C75
Complementary color
Monochromatic Colors of #FF0C75
Black with #FF0C75
Text Example
Text Example
White with #FF0C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C75; }
p { color: rgb(255,12,117); }
H1.HeaderClassName
{
color: #FF0C75;
}
.AnyTagClassName
{
color: #FF0C75;
}
</style>
background-color css
<style>
a { background-color: #FF0C75; }
a { background-color: rgb(255,12,117); }
div.DivClassName
{
background-color: #FF0C75;
}
.BgClassName
{
background-color: #FF0C75;
}
</style>
border-color css
<style>
span { border-color: #FF0C75; }
span { border-color: rgb(255,12,117); }
td.TdClassName
{
border-color: #FF0C75;
}
.TagClassName
{
border-color: #FF0C75;
}
</style>