Shades of Deep Pink #F32088
Tints of Deep Pink #F32088
RGB
CMYK
RGB Variations
Color information
#F32088 (or 0xF32088) is known color: Deep Pink. HEX triplet: F3, 20 and 88. RGB value is (243,32,136). Sum of RGB (Red+Green+Blue) = 243+32+136=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F32088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32088 is #0CDF77. Grayscale: #6A6A6A. Windows color (decimal): -843640 or 8921331. OLE color: 8921331.
HSL color Cylindrical-coordinate representation of color #F32088: hue angle of 330.43º 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 #F32088 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 136 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.05 |
| HSL | 330.43º | 0.9% | 0.54% | - |
| HSV(B) | 330.43º | 0.87% | 0.95% | - |
| XYZ | 41.92 | 21.87 | 25.3 | - |
| YUV | 106.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 136 | 0 | 0.87 | 0.44 | 0.05 | 330.43 | 0.9 | 0.54 |
| Hex | F3 | 20 | 88 | 0 | 57 | 2C | 5 | 14A | 5A | 36 |
| Octal | 363 | 40 | 210 | 0 | 127 | 54 | 5 | 512 | 132 | 66 |
| Binary | 11110011 | 100000 | 10001000 | 0 | 1010111 | 101100 | 101 | 101001010 | 1011010 | 110110 |
Color Harmonies of #F32088
Complementary color
Monochromatic Colors of #F32088
Black with #F32088
Text Example
Text Example
White with #F32088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32088; }
p { color: rgb(243,32,136); }
H1.HeaderClassName
{
color: #F32088;
}
.AnyTagClassName
{
color: #F32088;
}
</style>
background-color css
<style>
a { background-color: #F32088; }
a { background-color: rgb(243,32,136); }
div.DivClassName
{
background-color: #F32088;
}
.BgClassName
{
background-color: #F32088;
}
</style>
border-color css
<style>
span { border-color: #F32088; }
span { border-color: rgb(243,32,136); }
td.TdClassName
{
border-color: #F32088;
}
.TagClassName
{
border-color: #F32088;
}
</style>