Shades of Deep Pink #F32393
Tints of Deep Pink #F32393
RGB
CMYK
RGB Variations
Color information
#F32393 (or 0xF32393) is known color: Deep Pink. HEX triplet: F3, 23 and 93. RGB value is (243,35,147). Sum of RGB (Red+Green+Blue) = 243+35+147=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F32393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32393 is #0CDC6C. Grayscale: #6D6D6D. Windows color (decimal): -842861 or 9642995. OLE color: 9642995.
HSL color Cylindrical-coordinate representation of color #F32393: hue angle of 327.69º 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 #F32393 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 147 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.05 |
| HSL | 327.69º | 0.9% | 0.55% | - |
| HSV(B) | 327.69º | 0.86% | 0.95% | - |
| XYZ | 42.83 | 22.36 | 29.66 | - |
| YUV | 109.96 | 148.91 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 147 | 0 | 0.86 | 0.40 | 0.05 | 327.69 | 0.9 | 0.55 |
| Hex | F3 | 23 | 93 | 0 | 56 | 28 | 5 | 148 | 5A | 37 |
| Octal | 363 | 43 | 223 | 0 | 126 | 50 | 5 | 510 | 132 | 67 |
| Binary | 11110011 | 100011 | 10010011 | 0 | 1010110 | 101000 | 101 | 101001000 | 1011010 | 110111 |
Color Harmonies of #F32393
Complementary color
Monochromatic Colors of #F32393
Black with #F32393
Text Example
Text Example
White with #F32393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32393; }
p { color: rgb(243,35,147); }
H1.HeaderClassName
{
color: #F32393;
}
.AnyTagClassName
{
color: #F32393;
}
</style>
background-color css
<style>
a { background-color: #F32393; }
a { background-color: rgb(243,35,147); }
div.DivClassName
{
background-color: #F32393;
}
.BgClassName
{
background-color: #F32393;
}
</style>
border-color css
<style>
span { border-color: #F32393; }
span { border-color: rgb(243,35,147); }
td.TdClassName
{
border-color: #F32393;
}
.TagClassName
{
border-color: #F32393;
}
</style>