Shades of Radical Red #F32262
Tints of Radical Red #F32262
RGB
CMYK
RGB Variations
Color information
#F32262 (or 0xF32262) is known color: Radical Red. HEX triplet: F3, 22 and 62. RGB value is (243,34,98). Sum of RGB (Red+Green+Blue) = 243+34+98=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F32262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32262 is #0CDD9D. Grayscale: #676767. Windows color (decimal): -843166 or 6431475. OLE color: 6431475.
HSL color Cylindrical-coordinate representation of color #F32262: hue angle of 341.63º 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 #F32262 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 98 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.05 |
| HSL | 341.63º | 0.9% | 0.54% | - |
| HSV(B) | 341.63º | 0.86% | 0.95% | - |
| XYZ | 39.74 | 21.08 | 13.53 | - |
| YUV | 103.79 | 124.74 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 98 | 0 | 0.86 | 0.60 | 0.05 | 341.63 | 0.9 | 0.54 |
| Hex | F3 | 22 | 62 | 0 | 56 | 3C | 5 | 156 | 5A | 36 |
| Octal | 363 | 42 | 142 | 0 | 126 | 74 | 5 | 526 | 132 | 66 |
| Binary | 11110011 | 100010 | 1100010 | 0 | 1010110 | 111100 | 101 | 101010110 | 1011010 | 110110 |
Color Harmonies of #F32262
Complementary color
Monochromatic Colors of #F32262
Black with #F32262
Text Example
Text Example
White with #F32262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32262; }
p { color: rgb(243,34,98); }
H1.HeaderClassName
{
color: #F32262;
}
.AnyTagClassName
{
color: #F32262;
}
</style>
background-color css
<style>
a { background-color: #F32262; }
a { background-color: rgb(243,34,98); }
div.DivClassName
{
background-color: #F32262;
}
.BgClassName
{
background-color: #F32262;
}
</style>
border-color css
<style>
span { border-color: #F32262; }
span { border-color: rgb(243,34,98); }
td.TdClassName
{
border-color: #F32262;
}
.TagClassName
{
border-color: #F32262;
}
</style>