Shades of Deep Pink #F22285
Tints of Deep Pink #F22285
RGB
CMYK
RGB Variations
Color information
#F22285 (or 0xF22285) is known color: Deep Pink. HEX triplet: F2, 22 and 85. RGB value is (242,34,133). Sum of RGB (Red+Green+Blue) = 242+34+133=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F22285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22285 is #0DDD7A. Grayscale: #6B6B6B. Windows color (decimal): -908667 or 8725234. OLE color: 8725234.
HSL color Cylindrical-coordinate representation of color #F22285: hue angle of 331.44º 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 #F22285 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 133 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.05 |
| HSL | 331.44º | 0.89% | 0.54% | - |
| HSV(B) | 331.44º | 0.86% | 0.95% | - |
| XYZ | 41.42 | 21.71 | 24.2 | - |
| YUV | 107.48 | 142.41 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 133 | 0 | 0.86 | 0.45 | 0.05 | 331.44 | 0.89 | 0.54 |
| Hex | F2 | 22 | 85 | 0 | 56 | 2D | 5 | 14B | 59 | 36 |
| Octal | 362 | 42 | 205 | 0 | 126 | 55 | 5 | 513 | 131 | 66 |
| Binary | 11110010 | 100010 | 10000101 | 0 | 1010110 | 101101 | 101 | 101001011 | 1011001 | 110110 |
Color Harmonies of #F22285
Complementary color
Monochromatic Colors of #F22285
Black with #F22285
Text Example
Text Example
White with #F22285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22285; }
p { color: rgb(242,34,133); }
H1.HeaderClassName
{
color: #F22285;
}
.AnyTagClassName
{
color: #F22285;
}
</style>
background-color css
<style>
a { background-color: #F22285; }
a { background-color: rgb(242,34,133); }
div.DivClassName
{
background-color: #F22285;
}
.BgClassName
{
background-color: #F22285;
}
</style>
border-color css
<style>
span { border-color: #F22285; }
span { border-color: rgb(242,34,133); }
td.TdClassName
{
border-color: #F22285;
}
.TagClassName
{
border-color: #F22285;
}
</style>