Shades of Deep Pink #F42279
Tints of Deep Pink #F42279
RGB
CMYK
RGB Variations
Color information
#F42279 (or 0xF42279) is known color: Deep Pink. HEX triplet: F4, 22 and 79. RGB value is (244,34,121). Sum of RGB (Red+Green+Blue) = 244+34+121=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F42279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42279 is #0BDD86. Grayscale: #6A6A6A. Windows color (decimal): -777607 or 7938804. OLE color: 7938804.
HSL color Cylindrical-coordinate representation of color #F42279: hue angle of 335.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42279 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 121 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.04 |
| HSL | 335.14º | 0.91% | 0.55% | - |
| HSV(B) | 335.14º | 0.86% | 0.96% | - |
| XYZ | 41.33 | 21.76 | 20.11 | - |
| YUV | 106.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 121 | 0 | 0.86 | 0.50 | 0.04 | 335.14 | 0.91 | 0.55 |
| Hex | F4 | 22 | 79 | 0 | 56 | 32 | 4 | 14F | 5B | 37 |
| Octal | 364 | 42 | 171 | 0 | 126 | 62 | 4 | 517 | 133 | 67 |
| Binary | 11110100 | 100010 | 1111001 | 0 | 1010110 | 110010 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F42279
Complementary color
Monochromatic Colors of #F42279
Black with #F42279
Text Example
Text Example
White with #F42279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42279; }
p { color: rgb(244,34,121); }
H1.HeaderClassName
{
color: #F42279;
}
.AnyTagClassName
{
color: #F42279;
}
</style>
background-color css
<style>
a { background-color: #F42279; }
a { background-color: rgb(244,34,121); }
div.DivClassName
{
background-color: #F42279;
}
.BgClassName
{
background-color: #F42279;
}
</style>
border-color css
<style>
span { border-color: #F42279; }
span { border-color: rgb(244,34,121); }
td.TdClassName
{
border-color: #F42279;
}
.TagClassName
{
border-color: #F42279;
}
</style>