Shades of Deep Pink #F01D89
Tints of Deep Pink #F01D89
RGB
CMYK
RGB Variations
Color information
#F01D89 (or 0xF01D89) is known color: Deep Pink. HEX triplet: F0, 1D and 89. RGB value is (240,29,137). Sum of RGB (Red+Green+Blue) = 240+29+137=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D89 is #0FE276. Grayscale: #686868. Windows color (decimal): -1041015 or 8986096. OLE color: 8986096.
HSL color Cylindrical-coordinate representation of color #F01D89: hue angle of 329.29º 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 #F01D89 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 137 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.06 |
| HSL | 329.29º | 0.88% | 0.53% | - |
| HSV(B) | 329.29º | 0.88% | 0.94% | - |
| XYZ | 40.89 | 21.21 | 25.61 | - |
| YUV | 104.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 137 | 0 | 0.88 | 0.43 | 0.06 | 329.29 | 0.88 | 0.53 |
| Hex | F0 | 1D | 89 | 0 | 58 | 2B | 6 | 149 | 58 | 35 |
| Octal | 360 | 35 | 211 | 0 | 130 | 53 | 6 | 511 | 130 | 65 |
| Binary | 11110000 | 11101 | 10001001 | 0 | 1011000 | 101011 | 110 | 101001001 | 1011000 | 110101 |
Color Harmonies of #F01D89
Complementary color
Monochromatic Colors of #F01D89
Black with #F01D89
Text Example
Text Example
White with #F01D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D89; }
p { color: rgb(240,29,137); }
H1.HeaderClassName
{
color: #F01D89;
}
.AnyTagClassName
{
color: #F01D89;
}
</style>
background-color css
<style>
a { background-color: #F01D89; }
a { background-color: rgb(240,29,137); }
div.DivClassName
{
background-color: #F01D89;
}
.BgClassName
{
background-color: #F01D89;
}
</style>
border-color css
<style>
span { border-color: #F01D89; }
span { border-color: rgb(240,29,137); }
td.TdClassName
{
border-color: #F01D89;
}
.TagClassName
{
border-color: #F01D89;
}
</style>