Shades of Deep Pink #F22085
Tints of Deep Pink #F22085
RGB
CMYK
RGB Variations
Color information
#F22085 (or 0xF22085) is known color: Deep Pink. HEX triplet: F2, 20 and 85. RGB value is (242,32,133). Sum of RGB (Red+Green+Blue) = 242+32+133=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F22085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22085 is #0DDF7A. Grayscale: #6A6A6A. Windows color (decimal): -909179 or 8724722. OLE color: 8724722.
HSL color Cylindrical-coordinate representation of color #F22085: hue angle of 331.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22085 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 133 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.05 |
| HSL | 331.14º | 0.89% | 0.54% | - |
| HSV(B) | 331.14º | 0.87% | 0.95% | - |
| XYZ | 41.37 | 21.6 | 24.18 | - |
| YUV | 106.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 133 | 0 | 0.87 | 0.45 | 0.05 | 331.14 | 0.89 | 0.54 |
| Hex | F2 | 20 | 85 | 0 | 57 | 2D | 5 | 14B | 59 | 36 |
| Octal | 362 | 40 | 205 | 0 | 127 | 55 | 5 | 513 | 131 | 66 |
| Binary | 11110010 | 100000 | 10000101 | 0 | 1010111 | 101101 | 101 | 101001011 | 1011001 | 110110 |
Color Harmonies of #F22085
Complementary color
Monochromatic Colors of #F22085
Black with #F22085
Text Example
Text Example
White with #F22085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22085; }
p { color: rgb(242,32,133); }
H1.HeaderClassName
{
color: #F22085;
}
.AnyTagClassName
{
color: #F22085;
}
</style>
background-color css
<style>
a { background-color: #F22085; }
a { background-color: rgb(242,32,133); }
div.DivClassName
{
background-color: #F22085;
}
.BgClassName
{
background-color: #F22085;
}
</style>
border-color css
<style>
span { border-color: #F22085; }
span { border-color: rgb(242,32,133); }
td.TdClassName
{
border-color: #F22085;
}
.TagClassName
{
border-color: #F22085;
}
</style>