Shades of Deep Pink #F22180
Tints of Deep Pink #F22180
RGB
CMYK
RGB Variations
Color information
#F22180 (or 0xF22180) is known color: Deep Pink. HEX triplet: F2, 21 and 80. RGB value is (242,33,128). Sum of RGB (Red+Green+Blue) = 242+33+128=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F22180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22180 is #0DDE7F. Grayscale: #6A6A6A. Windows color (decimal): -908928 or 8397298. OLE color: 8397298.
HSL color Cylindrical-coordinate representation of color #F22180: hue angle of 332.73º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22180 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 128 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.05 |
| HSL | 332.73º | 0.89% | 0.54% | - |
| HSV(B) | 332.73º | 0.86% | 0.95% | - |
| XYZ | 41.06 | 21.52 | 22.41 | - |
| YUV | 106.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 128 | 0 | 0.86 | 0.47 | 0.05 | 332.73 | 0.89 | 0.54 |
| Hex | F2 | 21 | 80 | 0 | 56 | 2F | 5 | 14D | 59 | 36 |
| Octal | 362 | 41 | 200 | 0 | 126 | 57 | 5 | 515 | 131 | 66 |
| Binary | 11110010 | 100001 | 10000000 | 0 | 1010110 | 101111 | 101 | 101001101 | 1011001 | 110110 |
Color Harmonies of #F22180
Complementary color
Monochromatic Colors of #F22180
Black with #F22180
Text Example
Text Example
White with #F22180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22180; }
p { color: rgb(242,33,128); }
H1.HeaderClassName
{
color: #F22180;
}
.AnyTagClassName
{
color: #F22180;
}
</style>
background-color css
<style>
a { background-color: #F22180; }
a { background-color: rgb(242,33,128); }
div.DivClassName
{
background-color: #F22180;
}
.BgClassName
{
background-color: #F22180;
}
</style>
border-color css
<style>
span { border-color: #F22180; }
span { border-color: rgb(242,33,128); }
td.TdClassName
{
border-color: #F22180;
}
.TagClassName
{
border-color: #F22180;
}
</style>