Shades of Deep Pink #F32193
Tints of Deep Pink #F32193
RGB
CMYK
RGB Variations
Color information
#F32193 (or 0xF32193) is known color: Deep Pink. HEX triplet: F3, 21 and 93. RGB value is (243,33,147). Sum of RGB (Red+Green+Blue) = 243+33+147=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F32193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32193 is #0CDE6C. Grayscale: #6C6C6C. Windows color (decimal): -843373 or 9642483. OLE color: 9642483.
HSL color Cylindrical-coordinate representation of color #F32193: hue angle of 327.43º 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 #F32193 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 147 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.05 |
| HSL | 327.43º | 0.9% | 0.54% | - |
| HSV(B) | 327.43º | 0.86% | 0.95% | - |
| XYZ | 42.77 | 22.25 | 29.64 | - |
| YUV | 108.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 147 | 0 | 0.86 | 0.40 | 0.05 | 327.43 | 0.9 | 0.54 |
| Hex | F3 | 21 | 93 | 0 | 56 | 28 | 5 | 147 | 5A | 36 |
| Octal | 363 | 41 | 223 | 0 | 126 | 50 | 5 | 507 | 132 | 66 |
| Binary | 11110011 | 100001 | 10010011 | 0 | 1010110 | 101000 | 101 | 101000111 | 1011010 | 110110 |
Color Harmonies of #F32193
Complementary color
Monochromatic Colors of #F32193
Black with #F32193
Text Example
Text Example
White with #F32193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32193; }
p { color: rgb(243,33,147); }
H1.HeaderClassName
{
color: #F32193;
}
.AnyTagClassName
{
color: #F32193;
}
</style>
background-color css
<style>
a { background-color: #F32193; }
a { background-color: rgb(243,33,147); }
div.DivClassName
{
background-color: #F32193;
}
.BgClassName
{
background-color: #F32193;
}
</style>
border-color css
<style>
span { border-color: #F32193; }
span { border-color: rgb(243,33,147); }
td.TdClassName
{
border-color: #F32193;
}
.TagClassName
{
border-color: #F32193;
}
</style>