Shades of Radical Red #F32160
Tints of Radical Red #F32160
RGB
CMYK
RGB Variations
Color information
#F32160 (or 0xF32160) is known color: Radical Red. HEX triplet: F3, 21 and 60. RGB value is (243,33,96). Sum of RGB (Red+Green+Blue) = 243+33+96=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F32160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32160 is #0CDE9F. Grayscale: #666666. Windows color (decimal): -843424 or 6300147. OLE color: 6300147.
HSL color Cylindrical-coordinate representation of color #F32160: hue angle of 342º 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 #F32160 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 96 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.05 |
| HSL | 342º | 0.9% | 0.54% | - |
| HSV(B) | 342º | 0.86% | 0.95% | - |
| XYZ | 39.62 | 20.99 | 13.03 | - |
| YUV | 102.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 96 | 0 | 0.86 | 0.60 | 0.05 | 342 | 0.9 | 0.54 |
| Hex | F3 | 21 | 60 | 0 | 56 | 3C | 5 | 156 | 5A | 36 |
| Octal | 363 | 41 | 140 | 0 | 126 | 74 | 5 | 526 | 132 | 66 |
| Binary | 11110011 | 100001 | 1100000 | 0 | 1010110 | 111100 | 101 | 101010110 | 1011010 | 110110 |
Color Harmonies of #F32160
Complementary color
Monochromatic Colors of #F32160
Black with #F32160
Text Example
Text Example
White with #F32160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32160; }
p { color: rgb(243,33,96); }
H1.HeaderClassName
{
color: #F32160;
}
.AnyTagClassName
{
color: #F32160;
}
</style>
background-color css
<style>
a { background-color: #F32160; }
a { background-color: rgb(243,33,96); }
div.DivClassName
{
background-color: #F32160;
}
.BgClassName
{
background-color: #F32160;
}
</style>
border-color css
<style>
span { border-color: #F32160; }
span { border-color: rgb(243,33,96); }
td.TdClassName
{
border-color: #F32160;
}
.TagClassName
{
border-color: #F32160;
}
</style>