Shades of Deep Pink #F0107C
Tints of Deep Pink #F0107C
RGB
CMYK
RGB Variations
Color information
#F0107C (or 0xF0107C) is known color: Deep Pink. HEX triplet: F0, 10 and 7C. RGB value is (240,16,124). Sum of RGB (Red+Green+Blue) = 240+16+124=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0107C is #0FEF83. Grayscale: #5F5F5F. Windows color (decimal): -1044356 or 8130800. OLE color: 8130800.
HSL color Cylindrical-coordinate representation of color #F0107C: hue angle of 331.07º 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 #F0107C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.06 |
| HSL | 331.07º | 0.88% | 0.5% | - |
| HSV(B) | 331.07º | 0.93% | 0.94% | - |
| XYZ | 39.76 | 20.35 | 20.9 | - |
| YUV | 95.29 | 144.21 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 124 | 0 | 0.93 | 0.48 | 0.06 | 331.07 | 0.88 | 0.5 |
| Hex | F0 | 10 | 7C | 0 | 5D | 30 | 6 | 14B | 58 | 32 |
| Octal | 360 | 20 | 174 | 0 | 135 | 60 | 6 | 513 | 130 | 62 |
| Binary | 11110000 | 10000 | 1111100 | 0 | 1011101 | 110000 | 110 | 101001011 | 1011000 | 110010 |
Color Harmonies of #F0107C
Complementary color
Monochromatic Colors of #F0107C
Black with #F0107C
Text Example
Text Example
White with #F0107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0107C; }
p { color: rgb(240,16,124); }
H1.HeaderClassName
{
color: #F0107C;
}
.AnyTagClassName
{
color: #F0107C;
}
</style>
background-color css
<style>
a { background-color: #F0107C; }
a { background-color: rgb(240,16,124); }
div.DivClassName
{
background-color: #F0107C;
}
.BgClassName
{
background-color: #F0107C;
}
</style>
border-color css
<style>
span { border-color: #F0107C; }
span { border-color: rgb(240,16,124); }
td.TdClassName
{
border-color: #F0107C;
}
.TagClassName
{
border-color: #F0107C;
}
</style>