Shades of Deep Pink #F22293
Tints of Deep Pink #F22293
RGB
CMYK
RGB Variations
Color information
#F22293 (or 0xF22293) is known color: Deep Pink. HEX triplet: F2, 22 and 93. RGB value is (242,34,147). Sum of RGB (Red+Green+Blue) = 242+34+147=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F22293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22293 is #0DDD6C. Grayscale: #6C6C6C. Windows color (decimal): -908653 or 9642738. OLE color: 9642738.
HSL color Cylindrical-coordinate representation of color #F22293: hue angle of 327.4º 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 #F22293 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 147 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.05 |
| HSL | 327.4º | 0.89% | 0.54% | - |
| HSV(B) | 327.4º | 0.86% | 0.95% | - |
| XYZ | 42.46 | 22.13 | 29.64 | - |
| YUV | 109.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 147 | 0 | 0.86 | 0.39 | 0.05 | 327.4 | 0.89 | 0.54 |
| Hex | F2 | 22 | 93 | 0 | 56 | 27 | 5 | 147 | 59 | 36 |
| Octal | 362 | 42 | 223 | 0 | 126 | 47 | 5 | 507 | 131 | 66 |
| Binary | 11110010 | 100010 | 10010011 | 0 | 1010110 | 100111 | 101 | 101000111 | 1011001 | 110110 |
Color Harmonies of #F22293
Complementary color
Monochromatic Colors of #F22293
Black with #F22293
Text Example
Text Example
White with #F22293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22293; }
p { color: rgb(242,34,147); }
H1.HeaderClassName
{
color: #F22293;
}
.AnyTagClassName
{
color: #F22293;
}
</style>
background-color css
<style>
a { background-color: #F22293; }
a { background-color: rgb(242,34,147); }
div.DivClassName
{
background-color: #F22293;
}
.BgClassName
{
background-color: #F22293;
}
</style>
border-color css
<style>
span { border-color: #F22293; }
span { border-color: rgb(242,34,147); }
td.TdClassName
{
border-color: #F22293;
}
.TagClassName
{
border-color: #F22293;
}
</style>