Shades of Deep Pink #F01894
Tints of Deep Pink #F01894
RGB
CMYK
RGB Variations
Color information
#F01894 (or 0xF01894) is known color: Deep Pink. HEX triplet: F0, 18 and 94. RGB value is (240,24,148). Sum of RGB (Red+Green+Blue) = 240+24+148=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F01894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01894 is #0FE76B. Grayscale: #666666. Windows color (decimal): -1042284 or 9705712. OLE color: 9705712.
HSL color Cylindrical-coordinate representation of color #F01894: hue angle of 325.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01894 is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 148 | - |
| CMYK | 0 | 0.9 | 0.38 | 0.06 |
| HSL | 325.56º | 0.88% | 0.52% | - |
| HSV(B) | 325.56º | 0.9% | 0.94% | - |
| XYZ | 41.61 | 21.32 | 29.94 | - |
| YUV | 102.72 | 153.56 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 148 | 0 | 0.9 | 0.38 | 0.06 | 325.56 | 0.88 | 0.52 |
| Hex | F0 | 18 | 94 | 0 | 5A | 26 | 6 | 146 | 58 | 34 |
| Octal | 360 | 30 | 224 | 0 | 132 | 46 | 6 | 506 | 130 | 64 |
| Binary | 11110000 | 11000 | 10010100 | 0 | 1011010 | 100110 | 110 | 101000110 | 1011000 | 110100 |
Color Harmonies of #F01894
Complementary color
Monochromatic Colors of #F01894
Black with #F01894
Text Example
Text Example
White with #F01894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01894; }
p { color: rgb(240,24,148); }
H1.HeaderClassName
{
color: #F01894;
}
.AnyTagClassName
{
color: #F01894;
}
</style>
background-color css
<style>
a { background-color: #F01894; }
a { background-color: rgb(240,24,148); }
div.DivClassName
{
background-color: #F01894;
}
.BgClassName
{
background-color: #F01894;
}
</style>
border-color css
<style>
span { border-color: #F01894; }
span { border-color: rgb(240,24,148); }
td.TdClassName
{
border-color: #F01894;
}
.TagClassName
{
border-color: #F01894;
}
</style>