Shades of Radical Red #F32F56
Tints of Radical Red #F32F56
RGB
CMYK
RGB Variations
Color information
#F32F56 (or 0xF32F56) is known color: Radical Red. HEX triplet: F3, 2F and 56. RGB value is (243,47,86). Sum of RGB (Red+Green+Blue) = 243+47+86=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F56 is #0CD0A9. Grayscale: #6E6E6E. Windows color (decimal): -839850 or 5648371. OLE color: 5648371.
HSL color Cylindrical-coordinate representation of color #F32F56: hue angle of 348.06º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F56 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 86 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.05 |
| HSL | 348.06º | 0.89% | 0.57% | - |
| HSV(B) | 348.06º | 0.81% | 0.95% | - |
| XYZ | 39.66 | 21.76 | 10.91 | - |
| YUV | 110.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 86 | 0 | 0.81 | 0.65 | 0.05 | 348.06 | 0.89 | 0.57 |
| Hex | F3 | 2F | 56 | 0 | 51 | 41 | 5 | 15C | 59 | 39 |
| Octal | 363 | 57 | 126 | 0 | 121 | 101 | 5 | 534 | 131 | 71 |
| Binary | 11110011 | 101111 | 1010110 | 0 | 1010001 | 1000001 | 101 | 101011100 | 1011001 | 111001 |
Color Harmonies of #F32F56
Complementary color
Monochromatic Colors of #F32F56
Black with #F32F56
Text Example
Text Example
White with #F32F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F56; }
p { color: rgb(243,47,86); }
H1.HeaderClassName
{
color: #F32F56;
}
.AnyTagClassName
{
color: #F32F56;
}
</style>
background-color css
<style>
a { background-color: #F32F56; }
a { background-color: rgb(243,47,86); }
div.DivClassName
{
background-color: #F32F56;
}
.BgClassName
{
background-color: #F32F56;
}
</style>
border-color css
<style>
span { border-color: #F32F56; }
span { border-color: rgb(243,47,86); }
td.TdClassName
{
border-color: #F32F56;
}
.TagClassName
{
border-color: #F32F56;
}
</style>