Shades of Deep Pink #F0117D
Tints of Deep Pink #F0117D
RGB
CMYK
RGB Variations
Color information
#F0117D (or 0xF0117D) is known color: Deep Pink. HEX triplet: F0, 11 and 7D. RGB value is (240,17,125). Sum of RGB (Red+Green+Blue) = 240+17+125=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0117D is #0FEE82. Grayscale: #5F5F5F. Windows color (decimal): -1044099 or 8196592. OLE color: 8196592.
HSL color Cylindrical-coordinate representation of color #F0117D: hue angle of 330.94º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0117D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 125 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.06 |
| HSL | 330.94º | 0.88% | 0.5% | - |
| HSV(B) | 330.94º | 0.93% | 0.94% | - |
| XYZ | 39.84 | 20.41 | 21.24 | - |
| YUV | 95.99 | 144.38 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 125 | 0 | 0.93 | 0.48 | 0.06 | 330.94 | 0.88 | 0.5 |
| Hex | F0 | 11 | 7D | 0 | 5D | 30 | 6 | 14B | 58 | 32 |
| Octal | 360 | 21 | 175 | 0 | 135 | 60 | 6 | 513 | 130 | 62 |
| Binary | 11110000 | 10001 | 1111101 | 0 | 1011101 | 110000 | 110 | 101001011 | 1011000 | 110010 |
Color Harmonies of #F0117D
Complementary color
Monochromatic Colors of #F0117D
Black with #F0117D
Text Example
Text Example
White with #F0117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0117D; }
p { color: rgb(240,17,125); }
H1.HeaderClassName
{
color: #F0117D;
}
.AnyTagClassName
{
color: #F0117D;
}
</style>
background-color css
<style>
a { background-color: #F0117D; }
a { background-color: rgb(240,17,125); }
div.DivClassName
{
background-color: #F0117D;
}
.BgClassName
{
background-color: #F0117D;
}
</style>
border-color css
<style>
span { border-color: #F0117D; }
span { border-color: rgb(240,17,125); }
td.TdClassName
{
border-color: #F0117D;
}
.TagClassName
{
border-color: #F0117D;
}
</style>