Shades of Deep Pink #F42083
Tints of Deep Pink #F42083
RGB
CMYK
RGB Variations
Color information
#F42083 (or 0xF42083) is known color: Deep Pink. HEX triplet: F4, 20 and 83. RGB value is (244,32,131). Sum of RGB (Red+Green+Blue) = 244+32+131=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F42083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42083 is #0BDF7C. Grayscale: #6A6A6A. Windows color (decimal): -778109 or 8593652. OLE color: 8593652.
HSL color Cylindrical-coordinate representation of color #F42083: hue angle of 331.98º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42083 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 131 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.04 |
| HSL | 331.98º | 0.91% | 0.54% | - |
| HSV(B) | 331.98º | 0.87% | 0.96% | - |
| XYZ | 41.92 | 21.9 | 23.49 | - |
| YUV | 106.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 131 | 0 | 0.87 | 0.46 | 0.04 | 331.98 | 0.91 | 0.54 |
| Hex | F4 | 20 | 83 | 0 | 57 | 2E | 4 | 14C | 5B | 36 |
| Octal | 364 | 40 | 203 | 0 | 127 | 56 | 4 | 514 | 133 | 66 |
| Binary | 11110100 | 100000 | 10000011 | 0 | 1010111 | 101110 | 100 | 101001100 | 1011011 | 110110 |
Color Harmonies of #F42083
Complementary color
Monochromatic Colors of #F42083
Black with #F42083
Text Example
Text Example
White with #F42083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42083; }
p { color: rgb(244,32,131); }
H1.HeaderClassName
{
color: #F42083;
}
.AnyTagClassName
{
color: #F42083;
}
</style>
background-color css
<style>
a { background-color: #F42083; }
a { background-color: rgb(244,32,131); }
div.DivClassName
{
background-color: #F42083;
}
.BgClassName
{
background-color: #F42083;
}
</style>
border-color css
<style>
span { border-color: #F42083; }
span { border-color: rgb(244,32,131); }
td.TdClassName
{
border-color: #F42083;
}
.TagClassName
{
border-color: #F42083;
}
</style>