Shades of Deep Pink #F22491
Tints of Deep Pink #F22491
RGB
CMYK
RGB Variations
Color information
#F22491 (or 0xF22491) is known color: Deep Pink. HEX triplet: F2, 24 and 91. RGB value is (242,36,145). Sum of RGB (Red+Green+Blue) = 242+36+145=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F22491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22491 is #0DDB6E. Grayscale: #6D6D6D. Windows color (decimal): -908143 or 9512178. OLE color: 9512178.
HSL color Cylindrical-coordinate representation of color #F22491: hue angle of 328.25º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22491 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 145 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.05 |
| HSL | 328.25º | 0.89% | 0.55% | - |
| HSV(B) | 328.25º | 0.85% | 0.95% | - |
| XYZ | 42.36 | 22.18 | 28.84 | - |
| YUV | 110.02 | 147.75 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 145 | 0 | 0.85 | 0.40 | 0.05 | 328.25 | 0.89 | 0.55 |
| Hex | F2 | 24 | 91 | 0 | 55 | 28 | 5 | 148 | 59 | 37 |
| Octal | 362 | 44 | 221 | 0 | 125 | 50 | 5 | 510 | 131 | 67 |
| Binary | 11110010 | 100100 | 10010001 | 0 | 1010101 | 101000 | 101 | 101001000 | 1011001 | 110111 |
Color Harmonies of #F22491
Complementary color
Monochromatic Colors of #F22491
Black with #F22491
Text Example
Text Example
White with #F22491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22491; }
p { color: rgb(242,36,145); }
H1.HeaderClassName
{
color: #F22491;
}
.AnyTagClassName
{
color: #F22491;
}
</style>
background-color css
<style>
a { background-color: #F22491; }
a { background-color: rgb(242,36,145); }
div.DivClassName
{
background-color: #F22491;
}
.BgClassName
{
background-color: #F22491;
}
</style>
border-color css
<style>
span { border-color: #F22491; }
span { border-color: rgb(242,36,145); }
td.TdClassName
{
border-color: #F22491;
}
.TagClassName
{
border-color: #F22491;
}
</style>