Shades of Deep Pink #F22584
Tints of Deep Pink #F22584
RGB
CMYK
RGB Variations
Color information
#F22584 (or 0xF22584) is known color: Deep Pink. HEX triplet: F2, 25 and 84. RGB value is (242,37,132). Sum of RGB (Red+Green+Blue) = 242+37+132=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F22584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22584 is #0DDA7B. Grayscale: #6C6C6C. Windows color (decimal): -907900 or 8660466. OLE color: 8660466.
HSL color Cylindrical-coordinate representation of color #F22584: hue angle of 332.2º 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 #F22584 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 132 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.05 |
| HSL | 332.2º | 0.89% | 0.55% | - |
| HSV(B) | 332.2º | 0.85% | 0.95% | - |
| XYZ | 41.44 | 21.87 | 23.87 | - |
| YUV | 109.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 132 | 0 | 0.85 | 0.45 | 0.05 | 332.2 | 0.89 | 0.55 |
| Hex | F2 | 25 | 84 | 0 | 55 | 2D | 5 | 14C | 59 | 37 |
| Octal | 362 | 45 | 204 | 0 | 125 | 55 | 5 | 514 | 131 | 67 |
| Binary | 11110010 | 100101 | 10000100 | 0 | 1010101 | 101101 | 101 | 101001100 | 1011001 | 110111 |
Color Harmonies of #F22584
Complementary color
Monochromatic Colors of #F22584
Black with #F22584
Text Example
Text Example
White with #F22584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22584; }
p { color: rgb(242,37,132); }
H1.HeaderClassName
{
color: #F22584;
}
.AnyTagClassName
{
color: #F22584;
}
</style>
background-color css
<style>
a { background-color: #F22584; }
a { background-color: rgb(242,37,132); }
div.DivClassName
{
background-color: #F22584;
}
.BgClassName
{
background-color: #F22584;
}
</style>
border-color css
<style>
span { border-color: #F22584; }
span { border-color: rgb(242,37,132); }
td.TdClassName
{
border-color: #F22584;
}
.TagClassName
{
border-color: #F22584;
}
</style>