Shades of Deep Pink #F22583
Tints of Deep Pink #F22583
RGB
CMYK
RGB Variations
Color information
#F22583 (or 0xF22583) is known color: Deep Pink. HEX triplet: F2, 25 and 83. RGB value is (242,37,131). Sum of RGB (Red+Green+Blue) = 242+37+131=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F22583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22583 is #0DDA7C. Grayscale: #6C6C6C. Windows color (decimal): -907901 or 8594930. OLE color: 8594930.
HSL color Cylindrical-coordinate representation of color #F22583: hue angle of 332.49º 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 #F22583 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 131 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.05 |
| HSL | 332.49º | 0.89% | 0.55% | - |
| HSV(B) | 332.49º | 0.85% | 0.95% | - |
| XYZ | 41.38 | 21.84 | 23.51 | - |
| YUV | 109.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 131 | 0 | 0.85 | 0.46 | 0.05 | 332.49 | 0.89 | 0.55 |
| Hex | F2 | 25 | 83 | 0 | 55 | 2E | 5 | 14C | 59 | 37 |
| Octal | 362 | 45 | 203 | 0 | 125 | 56 | 5 | 514 | 131 | 67 |
| Binary | 11110010 | 100101 | 10000011 | 0 | 1010101 | 101110 | 101 | 101001100 | 1011001 | 110111 |
Color Harmonies of #F22583
Complementary color
Monochromatic Colors of #F22583
Black with #F22583
Text Example
Text Example
White with #F22583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22583; }
p { color: rgb(242,37,131); }
H1.HeaderClassName
{
color: #F22583;
}
.AnyTagClassName
{
color: #F22583;
}
</style>
background-color css
<style>
a { background-color: #F22583; }
a { background-color: rgb(242,37,131); }
div.DivClassName
{
background-color: #F22583;
}
.BgClassName
{
background-color: #F22583;
}
</style>
border-color css
<style>
span { border-color: #F22583; }
span { border-color: rgb(242,37,131); }
td.TdClassName
{
border-color: #F22583;
}
.TagClassName
{
border-color: #F22583;
}
</style>