Shades of Deep Pink #F20383
Tints of Deep Pink #F20383
RGB
CMYK
RGB Variations
Color information
#F20383 (or 0xF20383) is known color: Deep Pink. HEX triplet: F2, 03 and 83. RGB value is (242,3,131). Sum of RGB (Red+Green+Blue) = 242+3+131=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F20383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20383 is #0DFC7C. Grayscale: #585858. Windows color (decimal): -916605 or 8586226. OLE color: 8586226.
HSL color Cylindrical-coordinate representation of color #F20383: hue angle of 327.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20383 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.05 |
| HSL | 327.87º | 0.98% | 0.48% | - |
| HSV(B) | 327.87º | 0.99% | 0.95% | - |
| XYZ | 40.75 | 20.58 | 23.3 | - |
| YUV | 89.05 | 151.68 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 131 | 0 | 0.99 | 0.46 | 0.05 | 327.87 | 0.98 | 0.48 |
| Hex | F2 | 3 | 83 | 0 | 63 | 2E | 5 | 148 | 62 | 30 |
| Octal | 362 | 3 | 203 | 0 | 143 | 56 | 5 | 510 | 142 | 60 |
| Binary | 11110010 | 11 | 10000011 | 0 | 1100011 | 101110 | 101 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F20383
Complementary color
Monochromatic Colors of #F20383
Black with #F20383
Text Example
Text Example
White with #F20383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20383; }
p { color: rgb(242,3,131); }
H1.HeaderClassName
{
color: #F20383;
}
.AnyTagClassName
{
color: #F20383;
}
</style>
background-color css
<style>
a { background-color: #F20383; }
a { background-color: rgb(242,3,131); }
div.DivClassName
{
background-color: #F20383;
}
.BgClassName
{
background-color: #F20383;
}
</style>
border-color css
<style>
span { border-color: #F20383; }
span { border-color: rgb(242,3,131); }
td.TdClassName
{
border-color: #F20383;
}
.TagClassName
{
border-color: #F20383;
}
</style>