Shades of Deep Pink #F22081
Tints of Deep Pink #F22081
RGB
CMYK
RGB Variations
Color information
#F22081 (or 0xF22081) is known color: Deep Pink. HEX triplet: F2, 20 and 81. RGB value is (242,32,129). Sum of RGB (Red+Green+Blue) = 242+32+129=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F22081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22081 is #0DDF7E. Grayscale: #696969. Windows color (decimal): -909183 or 8462578. OLE color: 8462578.
HSL color Cylindrical-coordinate representation of color #F22081: hue angle of 332.29º 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 #F22081 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 129 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.05 |
| HSL | 332.29º | 0.89% | 0.54% | - |
| HSV(B) | 332.29º | 0.87% | 0.95% | - |
| XYZ | 41.1 | 21.5 | 22.75 | - |
| YUV | 105.85 | 141.07 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 129 | 0 | 0.87 | 0.47 | 0.05 | 332.29 | 0.89 | 0.54 |
| Hex | F2 | 20 | 81 | 0 | 57 | 2F | 5 | 14C | 59 | 36 |
| Octal | 362 | 40 | 201 | 0 | 127 | 57 | 5 | 514 | 131 | 66 |
| Binary | 11110010 | 100000 | 10000001 | 0 | 1010111 | 101111 | 101 | 101001100 | 1011001 | 110110 |
Color Harmonies of #F22081
Complementary color
Monochromatic Colors of #F22081
Black with #F22081
Text Example
Text Example
White with #F22081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22081; }
p { color: rgb(242,32,129); }
H1.HeaderClassName
{
color: #F22081;
}
.AnyTagClassName
{
color: #F22081;
}
</style>
background-color css
<style>
a { background-color: #F22081; }
a { background-color: rgb(242,32,129); }
div.DivClassName
{
background-color: #F22081;
}
.BgClassName
{
background-color: #F22081;
}
</style>
border-color css
<style>
span { border-color: #F22081; }
span { border-color: rgb(242,32,129); }
td.TdClassName
{
border-color: #F22081;
}
.TagClassName
{
border-color: #F22081;
}
</style>