Shades of Deep Pink #F40383
Tints of Deep Pink #F40383
RGB
CMYK
RGB Variations
Color information
#F40383 (or 0xF40383) is known color: Deep Pink. HEX triplet: F4, 03 and 83. RGB value is (244,3,131). Sum of RGB (Red+Green+Blue) = 244+3+131=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F40383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40383 is #0BFC7C. Grayscale: #595959. Windows color (decimal): -785533 or 8586228. OLE color: 8586228.
HSL color Cylindrical-coordinate representation of color #F40383: hue angle of 328.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40383 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.04 |
| HSL | 328.13º | 0.98% | 0.48% | - |
| HSV(B) | 328.13º | 0.99% | 0.96% | - |
| XYZ | 41.44 | 20.94 | 23.33 | - |
| YUV | 89.65 | 151.34 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 131 | 0 | 0.99 | 0.46 | 0.04 | 328.13 | 0.98 | 0.48 |
| Hex | F4 | 3 | 83 | 0 | 63 | 2E | 4 | 148 | 62 | 30 |
| Octal | 364 | 3 | 203 | 0 | 143 | 56 | 4 | 510 | 142 | 60 |
| Binary | 11110100 | 11 | 10000011 | 0 | 1100011 | 101110 | 100 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F40383
Complementary color
Monochromatic Colors of #F40383
Black with #F40383
Text Example
Text Example
White with #F40383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40383; }
p { color: rgb(244,3,131); }
H1.HeaderClassName
{
color: #F40383;
}
.AnyTagClassName
{
color: #F40383;
}
</style>
background-color css
<style>
a { background-color: #F40383; }
a { background-color: rgb(244,3,131); }
div.DivClassName
{
background-color: #F40383;
}
.BgClassName
{
background-color: #F40383;
}
</style>
border-color css
<style>
span { border-color: #F40383; }
span { border-color: rgb(244,3,131); }
td.TdClassName
{
border-color: #F40383;
}
.TagClassName
{
border-color: #F40383;
}
</style>