Shades of Deep Pink #F01E7B
Tints of Deep Pink #F01E7B
RGB
CMYK
RGB Variations
Color information
#F01E7B (or 0xF01E7B) is known color: Deep Pink. HEX triplet: F0, 1E and 7B. RGB value is (240,30,123). Sum of RGB (Red+Green+Blue) = 240+30+123=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E7B is #0FE184. Grayscale: #676767. Windows color (decimal): -1040773 or 8068848. OLE color: 8068848.
HSL color Cylindrical-coordinate representation of color #F01E7B: hue angle of 333.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01E7B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 123 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.06 |
| HSL | 333.43º | 0.88% | 0.53% | - |
| HSV(B) | 333.43º | 0.88% | 0.94% | - |
| XYZ | 39.97 | 20.88 | 20.66 | - |
| YUV | 103.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 123 | 0 | 0.87 | 0.49 | 0.06 | 333.43 | 0.88 | 0.53 |
| Hex | F0 | 1E | 7B | 0 | 57 | 31 | 6 | 14D | 58 | 35 |
| Octal | 360 | 36 | 173 | 0 | 127 | 61 | 6 | 515 | 130 | 65 |
| Binary | 11110000 | 11110 | 1111011 | 0 | 1010111 | 110001 | 110 | 101001101 | 1011000 | 110101 |
Color Harmonies of #F01E7B
Complementary color
Monochromatic Colors of #F01E7B
Black with #F01E7B
Text Example
Text Example
White with #F01E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01E7B; }
p { color: rgb(240,30,123); }
H1.HeaderClassName
{
color: #F01E7B;
}
.AnyTagClassName
{
color: #F01E7B;
}
</style>
background-color css
<style>
a { background-color: #F01E7B; }
a { background-color: rgb(240,30,123); }
div.DivClassName
{
background-color: #F01E7B;
}
.BgClassName
{
background-color: #F01E7B;
}
</style>
border-color css
<style>
span { border-color: #F01E7B; }
span { border-color: rgb(240,30,123); }
td.TdClassName
{
border-color: #F01E7B;
}
.TagClassName
{
border-color: #F01E7B;
}
</style>