Shades of Deep Pink #F32288
Tints of Deep Pink #F32288
RGB
CMYK
RGB Variations
Color information
#F32288 (or 0xF32288) is known color: Deep Pink. HEX triplet: F3, 22 and 88. RGB value is (243,34,136). Sum of RGB (Red+Green+Blue) = 243+34+136=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F32288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32288 is #0CDD77. Grayscale: #6B6B6B. Windows color (decimal): -843128 or 8921843. OLE color: 8921843.
HSL color Cylindrical-coordinate representation of color #F32288: hue angle of 330.72º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32288 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 136 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.05 |
| HSL | 330.72º | 0.9% | 0.54% | - |
| HSV(B) | 330.72º | 0.86% | 0.95% | - |
| XYZ | 41.98 | 21.98 | 25.32 | - |
| YUV | 108.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 136 | 0 | 0.86 | 0.44 | 0.05 | 330.72 | 0.9 | 0.54 |
| Hex | F3 | 22 | 88 | 0 | 56 | 2C | 5 | 14B | 5A | 36 |
| Octal | 363 | 42 | 210 | 0 | 126 | 54 | 5 | 513 | 132 | 66 |
| Binary | 11110011 | 100010 | 10001000 | 0 | 1010110 | 101100 | 101 | 101001011 | 1011010 | 110110 |
Color Harmonies of #F32288
Complementary color
Monochromatic Colors of #F32288
Black with #F32288
Text Example
Text Example
White with #F32288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32288; }
p { color: rgb(243,34,136); }
H1.HeaderClassName
{
color: #F32288;
}
.AnyTagClassName
{
color: #F32288;
}
</style>
background-color css
<style>
a { background-color: #F32288; }
a { background-color: rgb(243,34,136); }
div.DivClassName
{
background-color: #F32288;
}
.BgClassName
{
background-color: #F32288;
}
</style>
border-color css
<style>
span { border-color: #F32288; }
span { border-color: rgb(243,34,136); }
td.TdClassName
{
border-color: #F32288;
}
.TagClassName
{
border-color: #F32288;
}
</style>