Shades of Deep Pink #F20484
Tints of Deep Pink #F20484
RGB
CMYK
RGB Variations
Color information
#F20484 (or 0xF20484) is known color: Deep Pink. HEX triplet: F2, 04 and 84. RGB value is (242,4,132). Sum of RGB (Red+Green+Blue) = 242+4+132=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F20484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20484 is #0DFB7B. Grayscale: #595959. Windows color (decimal): -916348 or 8652018. OLE color: 8652018.
HSL color Cylindrical-coordinate representation of color #F20484: hue angle of 327.73º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20484 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.05 |
| HSL | 327.73º | 0.97% | 0.48% | - |
| HSV(B) | 327.73º | 0.98% | 0.95% | - |
| XYZ | 40.83 | 20.63 | 23.66 | - |
| YUV | 89.75 | 151.85 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 132 | 0 | 0.98 | 0.45 | 0.05 | 327.73 | 0.97 | 0.48 |
| Hex | F2 | 4 | 84 | 0 | 62 | 2D | 5 | 148 | 61 | 30 |
| Octal | 362 | 4 | 204 | 0 | 142 | 55 | 5 | 510 | 141 | 60 |
| Binary | 11110010 | 100 | 10000100 | 0 | 1100010 | 101101 | 101 | 101001000 | 1100001 | 110000 |
Color Harmonies of #F20484
Complementary color
Monochromatic Colors of #F20484
Black with #F20484
Text Example
Text Example
White with #F20484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20484; }
p { color: rgb(242,4,132); }
H1.HeaderClassName
{
color: #F20484;
}
.AnyTagClassName
{
color: #F20484;
}
</style>
background-color css
<style>
a { background-color: #F20484; }
a { background-color: rgb(242,4,132); }
div.DivClassName
{
background-color: #F20484;
}
.BgClassName
{
background-color: #F20484;
}
</style>
border-color css
<style>
span { border-color: #F20484; }
span { border-color: rgb(242,4,132); }
td.TdClassName
{
border-color: #F20484;
}
.TagClassName
{
border-color: #F20484;
}
</style>