Shades of Deep Pink #F40083
Tints of Deep Pink #F40083
RGB
CMYK
RGB Variations
Color information
#F40083 (or 0xF40083) is known color: Deep Pink. HEX triplet: F4, 00 and 83. RGB value is (244,0,131). Sum of RGB (Red+Green+Blue) = 244+0+131=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F40083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40083 is #0BFF7C. Grayscale: #575757. Windows color (decimal): -786301 or 8585460. OLE color: 8585460.
HSL color Cylindrical-coordinate representation of color #F40083: hue angle of 327.79º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40083 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.46 | 0.04 |
| HSL | 327.79º | 1% | 0.48% | - |
| HSV(B) | 327.79º | 1% | 0.96% | - |
| XYZ | 41.4 | 20.87 | 23.32 | - |
| YUV | 87.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 131 | 0 | 1 | 0.46 | 0.04 | 327.79 | 1 | 0.48 |
| Hex | F4 | 0 | 83 | 0 | 64 | 2E | 4 | 148 | 64 | 30 |
| Octal | 364 | 0 | 203 | 0 | 144 | 56 | 4 | 510 | 144 | 60 |
| Binary | 11110100 | 0 | 10000011 | 0 | 1100100 | 101110 | 100 | 101001000 | 1100100 | 110000 |
Color Harmonies of #F40083
Complementary color
Monochromatic Colors of #F40083
Black with #F40083
Text Example
Text Example
White with #F40083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40083; }
p { color: rgb(244,0,131); }
H1.HeaderClassName
{
color: #F40083;
}
.AnyTagClassName
{
color: #F40083;
}
</style>
background-color css
<style>
a { background-color: #F40083; }
a { background-color: rgb(244,0,131); }
div.DivClassName
{
background-color: #F40083;
}
.BgClassName
{
background-color: #F40083;
}
</style>
border-color css
<style>
span { border-color: #F40083; }
span { border-color: rgb(244,0,131); }
td.TdClassName
{
border-color: #F40083;
}
.TagClassName
{
border-color: #F40083;
}
</style>