Shades of Deep Pink #F0117F
Tints of Deep Pink #F0117F
RGB
CMYK
RGB Variations
Color information
#F0117F (or 0xF0117F) is known color: Deep Pink. HEX triplet: F0, 11 and 7F. RGB value is (240,17,127). Sum of RGB (Red+Green+Blue) = 240+17+127=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0117F is #0FEE80. Grayscale: #606060. Windows color (decimal): -1044097 or 8327664. OLE color: 8327664.
HSL color Cylindrical-coordinate representation of color #F0117F: hue angle of 330.4º 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 #F0117F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.06 |
| HSL | 330.4º | 0.88% | 0.5% | - |
| HSV(B) | 330.4º | 0.93% | 0.94% | - |
| XYZ | 39.97 | 20.46 | 21.92 | - |
| YUV | 96.22 | 145.38 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 127 | 0 | 0.93 | 0.47 | 0.06 | 330.4 | 0.88 | 0.5 |
| Hex | F0 | 11 | 7F | 0 | 5D | 2F | 6 | 14A | 58 | 32 |
| Octal | 360 | 21 | 177 | 0 | 135 | 57 | 6 | 512 | 130 | 62 |
| Binary | 11110000 | 10001 | 1111111 | 0 | 1011101 | 101111 | 110 | 101001010 | 1011000 | 110010 |
Color Harmonies of #F0117F
Complementary color
Monochromatic Colors of #F0117F
Black with #F0117F
Text Example
Text Example
White with #F0117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0117F; }
p { color: rgb(240,17,127); }
H1.HeaderClassName
{
color: #F0117F;
}
.AnyTagClassName
{
color: #F0117F;
}
</style>
background-color css
<style>
a { background-color: #F0117F; }
a { background-color: rgb(240,17,127); }
div.DivClassName
{
background-color: #F0117F;
}
.BgClassName
{
background-color: #F0117F;
}
</style>
border-color css
<style>
span { border-color: #F0117F; }
span { border-color: rgb(240,17,127); }
td.TdClassName
{
border-color: #F0117F;
}
.TagClassName
{
border-color: #F0117F;
}
</style>