Shades of Deep Pink #F0107F
Tints of Deep Pink #F0107F
RGB
CMYK
RGB Variations
Color information
#F0107F (or 0xF0107F) is known color: Deep Pink. HEX triplet: F0, 10 and 7F. RGB value is (240,16,127). Sum of RGB (Red+Green+Blue) = 240+16+127=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0107F is #0FEF80. Grayscale: #5F5F5F. Windows color (decimal): -1044353 or 8327408. OLE color: 8327408.
HSL color Cylindrical-coordinate representation of color #F0107F: hue angle of 330.27º 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 #F0107F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 127 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.06 |
| HSL | 330.27º | 0.88% | 0.5% | - |
| HSV(B) | 330.27º | 0.93% | 0.94% | - |
| XYZ | 39.95 | 20.43 | 21.92 | - |
| YUV | 95.63 | 145.71 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 127 | 0 | 0.93 | 0.47 | 0.06 | 330.27 | 0.88 | 0.5 |
| Hex | F0 | 10 | 7F | 0 | 5D | 2F | 6 | 14A | 58 | 32 |
| Octal | 360 | 20 | 177 | 0 | 135 | 57 | 6 | 512 | 130 | 62 |
| Binary | 11110000 | 10000 | 1111111 | 0 | 1011101 | 101111 | 110 | 101001010 | 1011000 | 110010 |
Color Harmonies of #F0107F
Complementary color
Monochromatic Colors of #F0107F
Black with #F0107F
Text Example
Text Example
White with #F0107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0107F; }
p { color: rgb(240,16,127); }
H1.HeaderClassName
{
color: #F0107F;
}
.AnyTagClassName
{
color: #F0107F;
}
</style>
background-color css
<style>
a { background-color: #F0107F; }
a { background-color: rgb(240,16,127); }
div.DivClassName
{
background-color: #F0107F;
}
.BgClassName
{
background-color: #F0107F;
}
</style>
border-color css
<style>
span { border-color: #F0107F; }
span { border-color: rgb(240,16,127); }
td.TdClassName
{
border-color: #F0107F;
}
.TagClassName
{
border-color: #F0107F;
}
</style>