Shades of Deep Pink #F32083
Tints of Deep Pink #F32083
RGB
CMYK
RGB Variations
Color information
#F32083 (or 0xF32083) is known color: Deep Pink. HEX triplet: F3, 20 and 83. RGB value is (243,32,131). Sum of RGB (Red+Green+Blue) = 243+32+131=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F32083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32083 is #0CDF7C. Grayscale: #6A6A6A. Windows color (decimal): -843645 or 8593651. OLE color: 8593651.
HSL color Cylindrical-coordinate representation of color #F32083: hue angle of 331.85º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32083 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 131 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.05 |
| HSL | 331.85º | 0.9% | 0.54% | - |
| HSV(B) | 331.85º | 0.87% | 0.95% | - |
| XYZ | 41.58 | 21.73 | 23.48 | - |
| YUV | 106.38 | 141.9 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 131 | 0 | 0.87 | 0.46 | 0.05 | 331.85 | 0.9 | 0.54 |
| Hex | F3 | 20 | 83 | 0 | 57 | 2E | 5 | 14C | 5A | 36 |
| Octal | 363 | 40 | 203 | 0 | 127 | 56 | 5 | 514 | 132 | 66 |
| Binary | 11110011 | 100000 | 10000011 | 0 | 1010111 | 101110 | 101 | 101001100 | 1011010 | 110110 |
Color Harmonies of #F32083
Complementary color
Monochromatic Colors of #F32083
Black with #F32083
Text Example
Text Example
White with #F32083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32083; }
p { color: rgb(243,32,131); }
H1.HeaderClassName
{
color: #F32083;
}
.AnyTagClassName
{
color: #F32083;
}
</style>
background-color css
<style>
a { background-color: #F32083; }
a { background-color: rgb(243,32,131); }
div.DivClassName
{
background-color: #F32083;
}
.BgClassName
{
background-color: #F32083;
}
</style>
border-color css
<style>
span { border-color: #F32083; }
span { border-color: rgb(243,32,131); }
td.TdClassName
{
border-color: #F32083;
}
.TagClassName
{
border-color: #F32083;
}
</style>