Shades of Deep Pink #F0107D
Tints of Deep Pink #F0107D
RGB
CMYK
RGB Variations
Color information
#F0107D (or 0xF0107D) is known color: Deep Pink. HEX triplet: F0, 10 and 7D. RGB value is (240,16,125). Sum of RGB (Red+Green+Blue) = 240+16+125=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0107D is #0FEF82. Grayscale: #5F5F5F. Windows color (decimal): -1044355 or 8196336. OLE color: 8196336.
HSL color Cylindrical-coordinate representation of color #F0107D: hue angle of 330.8º 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 #F0107D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 125 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.06 |
| HSL | 330.8º | 0.88% | 0.5% | - |
| HSV(B) | 330.8º | 0.93% | 0.94% | - |
| XYZ | 39.82 | 20.38 | 21.24 | - |
| YUV | 95.4 | 144.71 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 125 | 0 | 0.93 | 0.48 | 0.06 | 330.8 | 0.88 | 0.5 |
| Hex | F0 | 10 | 7D | 0 | 5D | 30 | 6 | 14B | 58 | 32 |
| Octal | 360 | 20 | 175 | 0 | 135 | 60 | 6 | 513 | 130 | 62 |
| Binary | 11110000 | 10000 | 1111101 | 0 | 1011101 | 110000 | 110 | 101001011 | 1011000 | 110010 |
Color Harmonies of #F0107D
Complementary color
Monochromatic Colors of #F0107D
Black with #F0107D
Text Example
Text Example
White with #F0107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0107D; }
p { color: rgb(240,16,125); }
H1.HeaderClassName
{
color: #F0107D;
}
.AnyTagClassName
{
color: #F0107D;
}
</style>
background-color css
<style>
a { background-color: #F0107D; }
a { background-color: rgb(240,16,125); }
div.DivClassName
{
background-color: #F0107D;
}
.BgClassName
{
background-color: #F0107D;
}
</style>
border-color css
<style>
span { border-color: #F0107D; }
span { border-color: rgb(240,16,125); }
td.TdClassName
{
border-color: #F0107D;
}
.TagClassName
{
border-color: #F0107D;
}
</style>