Shades of Deep Pink #F22094
Tints of Deep Pink #F22094
RGB
CMYK
RGB Variations
Color information
#F22094 (or 0xF22094) is known color: Deep Pink. HEX triplet: F2, 20 and 94. RGB value is (242,32,148). Sum of RGB (Red+Green+Blue) = 242+32+148=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F22094 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22094 is #0DDF6B. Grayscale: #6B6B6B. Windows color (decimal): -909164 or 9707762. OLE color: 9707762.
HSL color Cylindrical-coordinate representation of color #F22094: hue angle of 326.86º 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 #F22094 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 148 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.05 |
| HSL | 326.86º | 0.89% | 0.54% | - |
| HSV(B) | 326.86º | 0.87% | 0.95% | - |
| XYZ | 42.48 | 22.05 | 30.03 | - |
| YUV | 108.01 | 150.57 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 148 | 0 | 0.87 | 0.39 | 0.05 | 326.86 | 0.89 | 0.54 |
| Hex | F2 | 20 | 94 | 0 | 57 | 27 | 5 | 147 | 59 | 36 |
| Octal | 362 | 40 | 224 | 0 | 127 | 47 | 5 | 507 | 131 | 66 |
| Binary | 11110010 | 100000 | 10010100 | 0 | 1010111 | 100111 | 101 | 101000111 | 1011001 | 110110 |
Color Harmonies of #F22094
Complementary color
Monochromatic Colors of #F22094
Black with #F22094
Text Example
Text Example
White with #F22094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22094; }
p { color: rgb(242,32,148); }
H1.HeaderClassName
{
color: #F22094;
}
.AnyTagClassName
{
color: #F22094;
}
</style>
background-color css
<style>
a { background-color: #F22094; }
a { background-color: rgb(242,32,148); }
div.DivClassName
{
background-color: #F22094;
}
.BgClassName
{
background-color: #F22094;
}
</style>
border-color css
<style>
span { border-color: #F22094; }
span { border-color: rgb(242,32,148); }
td.TdClassName
{
border-color: #F22094;
}
.TagClassName
{
border-color: #F22094;
}
</style>