Shades of Deep Pink #F40783
Tints of Deep Pink #F40783
RGB
CMYK
RGB Variations
Color information
#F40783 (or 0xF40783) is known color: Deep Pink. HEX triplet: F4, 07 and 83. RGB value is (244,7,131). Sum of RGB (Red+Green+Blue) = 244+7+131=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F40783 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40783 is #0BF87C. Grayscale: #5B5B5B. Windows color (decimal): -784509 or 8587252. OLE color: 8587252.
HSL color Cylindrical-coordinate representation of color #F40783: hue angle of 328.61º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40783 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 131 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.04 |
| HSL | 328.61º | 0.94% | 0.49% | - |
| HSV(B) | 328.61º | 0.97% | 0.96% | - |
| XYZ | 41.48 | 21.02 | 23.34 | - |
| YUV | 92 | 150.02 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 131 | 0 | 0.97 | 0.46 | 0.04 | 328.61 | 0.94 | 0.49 |
| Hex | F4 | 7 | 83 | 0 | 61 | 2E | 4 | 149 | 5E | 31 |
| Octal | 364 | 7 | 203 | 0 | 141 | 56 | 4 | 511 | 136 | 61 |
| Binary | 11110100 | 111 | 10000011 | 0 | 1100001 | 101110 | 100 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F40783
Complementary color
Monochromatic Colors of #F40783
Black with #F40783
Text Example
Text Example
White with #F40783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40783; }
p { color: rgb(244,7,131); }
H1.HeaderClassName
{
color: #F40783;
}
.AnyTagClassName
{
color: #F40783;
}
</style>
background-color css
<style>
a { background-color: #F40783; }
a { background-color: rgb(244,7,131); }
div.DivClassName
{
background-color: #F40783;
}
.BgClassName
{
background-color: #F40783;
}
</style>
border-color css
<style>
span { border-color: #F40783; }
span { border-color: rgb(244,7,131); }
td.TdClassName
{
border-color: #F40783;
}
.TagClassName
{
border-color: #F40783;
}
</style>