Shades of Radical Red #F32161
Tints of Radical Red #F32161
RGB
CMYK
RGB Variations
Color information
#F32161 (or 0xF32161) is known color: Radical Red. HEX triplet: F3, 21 and 61. RGB value is (243,33,97). Sum of RGB (Red+Green+Blue) = 243+33+97=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F32161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32161 is #0CDE9E. Grayscale: #676767. Windows color (decimal): -843423 or 6365683. OLE color: 6365683.
HSL color Cylindrical-coordinate representation of color #F32161: hue angle of 341.71º 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 #F32161 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 97 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.05 |
| HSL | 341.71º | 0.9% | 0.54% | - |
| HSV(B) | 341.71º | 0.86% | 0.95% | - |
| XYZ | 39.66 | 21.01 | 13.27 | - |
| YUV | 103.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 97 | 0 | 0.86 | 0.60 | 0.05 | 341.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | 61 | 0 | 56 | 3C | 5 | 156 | 5A | 36 |
| Octal | 363 | 41 | 141 | 0 | 126 | 74 | 5 | 526 | 132 | 66 |
| Binary | 11110011 | 100001 | 1100001 | 0 | 1010110 | 111100 | 101 | 101010110 | 1011010 | 110110 |
Color Harmonies of #F32161
Complementary color
Monochromatic Colors of #F32161
Black with #F32161
Text Example
Text Example
White with #F32161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32161; }
p { color: rgb(243,33,97); }
H1.HeaderClassName
{
color: #F32161;
}
.AnyTagClassName
{
color: #F32161;
}
</style>
background-color css
<style>
a { background-color: #F32161; }
a { background-color: rgb(243,33,97); }
div.DivClassName
{
background-color: #F32161;
}
.BgClassName
{
background-color: #F32161;
}
</style>
border-color css
<style>
span { border-color: #F32161; }
span { border-color: rgb(243,33,97); }
td.TdClassName
{
border-color: #F32161;
}
.TagClassName
{
border-color: #F32161;
}
</style>