Shades of Deep Pink #F32388
Tints of Deep Pink #F32388
RGB
CMYK
RGB Variations
Color information
#F32388 (or 0xF32388) is known color: Deep Pink. HEX triplet: F3, 23 and 88. RGB value is (243,35,136). Sum of RGB (Red+Green+Blue) = 243+35+136=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F32388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32388 is #0CDC77. Grayscale: #6C6C6C. Windows color (decimal): -842872 or 8922099. OLE color: 8922099.
HSL color Cylindrical-coordinate representation of color #F32388: hue angle of 330.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32388 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 136 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.05 |
| HSL | 330.87º | 0.9% | 0.55% | - |
| HSV(B) | 330.87º | 0.86% | 0.95% | - |
| XYZ | 42.01 | 22.03 | 25.33 | - |
| YUV | 108.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 136 | 0 | 0.86 | 0.44 | 0.05 | 330.87 | 0.9 | 0.55 |
| Hex | F3 | 23 | 88 | 0 | 56 | 2C | 5 | 14B | 5A | 37 |
| Octal | 363 | 43 | 210 | 0 | 126 | 54 | 5 | 513 | 132 | 67 |
| Binary | 11110011 | 100011 | 10001000 | 0 | 1010110 | 101100 | 101 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F32388
Complementary color
Monochromatic Colors of #F32388
Black with #F32388
Text Example
Text Example
White with #F32388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32388; }
p { color: rgb(243,35,136); }
H1.HeaderClassName
{
color: #F32388;
}
.AnyTagClassName
{
color: #F32388;
}
</style>
background-color css
<style>
a { background-color: #F32388; }
a { background-color: rgb(243,35,136); }
div.DivClassName
{
background-color: #F32388;
}
.BgClassName
{
background-color: #F32388;
}
</style>
border-color css
<style>
span { border-color: #F32388; }
span { border-color: rgb(243,35,136); }
td.TdClassName
{
border-color: #F32388;
}
.TagClassName
{
border-color: #F32388;
}
</style>