Shades of Deep Pink #F21F78
Tints of Deep Pink #F21F78
RGB
CMYK
RGB Variations
Color information
#F21F78 (or 0xF21F78) is known color: Deep Pink. HEX triplet: F2, 1F and 78. RGB value is (242,31,120). Sum of RGB (Red+Green+Blue) = 242+31+120=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F78 is #0DE087. Grayscale: #686868. Windows color (decimal): -909448 or 7872498. OLE color: 7872498.
HSL color Cylindrical-coordinate representation of color #F21F78: hue angle of 334.69º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F78 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 120 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.05 |
| HSL | 334.69º | 0.89% | 0.54% | - |
| HSV(B) | 334.69º | 0.87% | 0.95% | - |
| XYZ | 40.5 | 21.21 | 19.73 | - |
| YUV | 104.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 120 | 0 | 0.87 | 0.50 | 0.05 | 334.69 | 0.89 | 0.54 |
| Hex | F2 | 1F | 78 | 0 | 57 | 32 | 5 | 14F | 59 | 36 |
| Octal | 362 | 37 | 170 | 0 | 127 | 62 | 5 | 517 | 131 | 66 |
| Binary | 11110010 | 11111 | 1111000 | 0 | 1010111 | 110010 | 101 | 101001111 | 1011001 | 110110 |
Color Harmonies of #F21F78
Complementary color
Monochromatic Colors of #F21F78
Black with #F21F78
Text Example
Text Example
White with #F21F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F78; }
p { color: rgb(242,31,120); }
H1.HeaderClassName
{
color: #F21F78;
}
.AnyTagClassName
{
color: #F21F78;
}
</style>
background-color css
<style>
a { background-color: #F21F78; }
a { background-color: rgb(242,31,120); }
div.DivClassName
{
background-color: #F21F78;
}
.BgClassName
{
background-color: #F21F78;
}
</style>
border-color css
<style>
span { border-color: #F21F78; }
span { border-color: rgb(242,31,120); }
td.TdClassName
{
border-color: #F21F78;
}
.TagClassName
{
border-color: #F21F78;
}
</style>