Shades of Deep Pink #F21978
Tints of Deep Pink #F21978
RGB
CMYK
RGB Variations
Color information
#F21978 (or 0xF21978) is known color: Deep Pink. HEX triplet: F2, 19 and 78. RGB value is (242,25,120). Sum of RGB (Red+Green+Blue) = 242+25+120=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F21978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21978 is #0DE687. Grayscale: #646464. Windows color (decimal): -910984 or 7870962. OLE color: 7870962.
HSL color Cylindrical-coordinate representation of color #F21978: hue angle of 333.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21978 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 120 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.05 |
| HSL | 333.73º | 0.89% | 0.52% | - |
| HSV(B) | 333.73º | 0.9% | 0.95% | - |
| XYZ | 40.36 | 20.93 | 19.68 | - |
| YUV | 100.71 | 138.89 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 120 | 0 | 0.90 | 0.50 | 0.05 | 333.73 | 0.89 | 0.52 |
| Hex | F2 | 19 | 78 | 0 | 5A | 32 | 5 | 14E | 59 | 34 |
| Octal | 362 | 31 | 170 | 0 | 132 | 62 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 11001 | 1111000 | 0 | 1011010 | 110010 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21978
Complementary color
Monochromatic Colors of #F21978
Black with #F21978
Text Example
Text Example
White with #F21978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21978; }
p { color: rgb(242,25,120); }
H1.HeaderClassName
{
color: #F21978;
}
.AnyTagClassName
{
color: #F21978;
}
</style>
background-color css
<style>
a { background-color: #F21978; }
a { background-color: rgb(242,25,120); }
div.DivClassName
{
background-color: #F21978;
}
.BgClassName
{
background-color: #F21978;
}
</style>
border-color css
<style>
span { border-color: #F21978; }
span { border-color: rgb(242,25,120); }
td.TdClassName
{
border-color: #F21978;
}
.TagClassName
{
border-color: #F21978;
}
</style>