Shades of Deep Pink #F22483
Tints of Deep Pink #F22483
RGB
CMYK
RGB Variations
Color information
#F22483 (or 0xF22483) is known color: Deep Pink. HEX triplet: F2, 24 and 83. RGB value is (242,36,131). Sum of RGB (Red+Green+Blue) = 242+36+131=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F22483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22483 is #0DDB7C. Grayscale: #6C6C6C. Windows color (decimal): -908157 or 8594674. OLE color: 8594674.
HSL color Cylindrical-coordinate representation of color #F22483: hue angle of 332.33º 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 #F22483 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 131 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.05 |
| HSL | 332.33º | 0.89% | 0.55% | - |
| HSV(B) | 332.33º | 0.85% | 0.95% | - |
| XYZ | 41.35 | 21.78 | 23.5 | - |
| YUV | 108.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 131 | 0 | 0.85 | 0.46 | 0.05 | 332.33 | 0.89 | 0.55 |
| Hex | F2 | 24 | 83 | 0 | 55 | 2E | 5 | 14C | 59 | 37 |
| Octal | 362 | 44 | 203 | 0 | 125 | 56 | 5 | 514 | 131 | 67 |
| Binary | 11110010 | 100100 | 10000011 | 0 | 1010101 | 101110 | 101 | 101001100 | 1011001 | 110111 |
Color Harmonies of #F22483
Complementary color
Monochromatic Colors of #F22483
Black with #F22483
Text Example
Text Example
White with #F22483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22483; }
p { color: rgb(242,36,131); }
H1.HeaderClassName
{
color: #F22483;
}
.AnyTagClassName
{
color: #F22483;
}
</style>
background-color css
<style>
a { background-color: #F22483; }
a { background-color: rgb(242,36,131); }
div.DivClassName
{
background-color: #F22483;
}
.BgClassName
{
background-color: #F22483;
}
</style>
border-color css
<style>
span { border-color: #F22483; }
span { border-color: rgb(242,36,131); }
td.TdClassName
{
border-color: #F22483;
}
.TagClassName
{
border-color: #F22483;
}
</style>