Shades of Deep Pink #F32080
Tints of Deep Pink #F32080
RGB
CMYK
RGB Variations
Color information
#F32080 (or 0xF32080) is known color: Deep Pink. HEX triplet: F3, 20 and 80. RGB value is (243,32,128). Sum of RGB (Red+Green+Blue) = 243+32+128=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F32080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32080 is #0CDF7F. Grayscale: #696969. Windows color (decimal): -843648 or 8397043. OLE color: 8397043.
HSL color Cylindrical-coordinate representation of color #F32080: hue angle of 332.7º 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 #F32080 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 128 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.05 |
| HSL | 332.7º | 0.9% | 0.54% | - |
| HSV(B) | 332.7º | 0.87% | 0.95% | - |
| XYZ | 41.37 | 21.65 | 22.42 | - |
| YUV | 106.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 128 | 0 | 0.87 | 0.47 | 0.05 | 332.7 | 0.9 | 0.54 |
| Hex | F3 | 20 | 80 | 0 | 57 | 2F | 5 | 14D | 5A | 36 |
| Octal | 363 | 40 | 200 | 0 | 127 | 57 | 5 | 515 | 132 | 66 |
| Binary | 11110011 | 100000 | 10000000 | 0 | 1010111 | 101111 | 101 | 101001101 | 1011010 | 110110 |
Color Harmonies of #F32080
Complementary color
Monochromatic Colors of #F32080
Black with #F32080
Text Example
Text Example
White with #F32080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32080; }
p { color: rgb(243,32,128); }
H1.HeaderClassName
{
color: #F32080;
}
.AnyTagClassName
{
color: #F32080;
}
</style>
background-color css
<style>
a { background-color: #F32080; }
a { background-color: rgb(243,32,128); }
div.DivClassName
{
background-color: #F32080;
}
.BgClassName
{
background-color: #F32080;
}
</style>
border-color css
<style>
span { border-color: #F32080; }
span { border-color: rgb(243,32,128); }
td.TdClassName
{
border-color: #F32080;
}
.TagClassName
{
border-color: #F32080;
}
</style>