Shades of Deep Pink #F20885
Tints of Deep Pink #F20885
RGB
CMYK
RGB Variations
Color information
#F20885 (or 0xF20885) is known color: Deep Pink. HEX triplet: F2, 08 and 85. RGB value is (242,8,133). Sum of RGB (Red+Green+Blue) = 242+8+133=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F20885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20885 is #0DF77A. Grayscale: #5B5B5B. Windows color (decimal): -915323 or 8718578. OLE color: 8718578.
HSL color Cylindrical-coordinate representation of color #F20885: hue angle of 327.95º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20885 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 133 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.05 |
| HSL | 327.95º | 0.94% | 0.49% | - |
| HSV(B) | 327.95º | 0.97% | 0.95% | - |
| XYZ | 40.94 | 20.74 | 24.04 | - |
| YUV | 92.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 133 | 0 | 0.97 | 0.45 | 0.05 | 327.95 | 0.94 | 0.49 |
| Hex | F2 | 8 | 85 | 0 | 61 | 2D | 5 | 148 | 5E | 31 |
| Octal | 362 | 10 | 205 | 0 | 141 | 55 | 5 | 510 | 136 | 61 |
| Binary | 11110010 | 1000 | 10000101 | 0 | 1100001 | 101101 | 101 | 101001000 | 1011110 | 110001 |
Color Harmonies of #F20885
Complementary color
Monochromatic Colors of #F20885
Black with #F20885
Text Example
Text Example
White with #F20885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20885; }
p { color: rgb(242,8,133); }
H1.HeaderClassName
{
color: #F20885;
}
.AnyTagClassName
{
color: #F20885;
}
</style>
background-color css
<style>
a { background-color: #F20885; }
a { background-color: rgb(242,8,133); }
div.DivClassName
{
background-color: #F20885;
}
.BgClassName
{
background-color: #F20885;
}
</style>
border-color css
<style>
span { border-color: #F20885; }
span { border-color: rgb(242,8,133); }
td.TdClassName
{
border-color: #F20885;
}
.TagClassName
{
border-color: #F20885;
}
</style>