Shades of Radical Red #F32266
Tints of Radical Red #F32266
RGB
CMYK
RGB Variations
Color information
#F32266 (or 0xF32266) is known color: Radical Red. HEX triplet: F3, 22 and 66. RGB value is (243,34,102). Sum of RGB (Red+Green+Blue) = 243+34+102=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F32266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32266 is #0CDD99. Grayscale: #686868. Windows color (decimal): -843162 or 6693619. OLE color: 6693619.
HSL color Cylindrical-coordinate representation of color #F32266: hue angle of 340.48º 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 #F32266 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.48º | 0.9% | 0.54% | - |
| HSV(B) | 340.48º | 0.86% | 0.95% | - |
| XYZ | 39.93 | 21.16 | 14.55 | - |
| YUV | 104.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 102 | 0 | 0.86 | 0.58 | 0.05 | 340.48 | 0.9 | 0.54 |
| Hex | F3 | 22 | 66 | 0 | 56 | 3A | 5 | 154 | 5A | 36 |
| Octal | 363 | 42 | 146 | 0 | 126 | 72 | 5 | 524 | 132 | 66 |
| Binary | 11110011 | 100010 | 1100110 | 0 | 1010110 | 111010 | 101 | 101010100 | 1011010 | 110110 |
Color Harmonies of #F32266
Complementary color
Monochromatic Colors of #F32266
Black with #F32266
Text Example
Text Example
White with #F32266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32266; }
p { color: rgb(243,34,102); }
H1.HeaderClassName
{
color: #F32266;
}
.AnyTagClassName
{
color: #F32266;
}
</style>
background-color css
<style>
a { background-color: #F32266; }
a { background-color: rgb(243,34,102); }
div.DivClassName
{
background-color: #F32266;
}
.BgClassName
{
background-color: #F32266;
}
</style>
border-color css
<style>
span { border-color: #F32266; }
span { border-color: rgb(243,34,102); }
td.TdClassName
{
border-color: #F32266;
}
.TagClassName
{
border-color: #F32266;
}
</style>