Shades of Radical Red #F32F70
Tints of Radical Red #F32F70
RGB
CMYK
RGB Variations
Color information
#F32F70 (or 0xF32F70) is known color: Radical Red. HEX triplet: F3, 2F and 70. RGB value is (243,47,112). Sum of RGB (Red+Green+Blue) = 243+47+112=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F70 is #0CD08F. Grayscale: #707070. Windows color (decimal): -839824 or 7352307. OLE color: 7352307.
HSL color Cylindrical-coordinate representation of color #F32F70: hue angle of 340.1º 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 #F32F70 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 112 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.05 |
| HSL | 340.1º | 0.89% | 0.57% | - |
| HSV(B) | 340.1º | 0.81% | 0.95% | - |
| XYZ | 40.9 | 22.26 | 17.47 | - |
| YUV | 113.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 112 | 0 | 0.81 | 0.54 | 0.05 | 340.1 | 0.89 | 0.57 |
| Hex | F3 | 2F | 70 | 0 | 51 | 36 | 5 | 154 | 59 | 39 |
| Octal | 363 | 57 | 160 | 0 | 121 | 66 | 5 | 524 | 131 | 71 |
| Binary | 11110011 | 101111 | 1110000 | 0 | 1010001 | 110110 | 101 | 101010100 | 1011001 | 111001 |
Color Harmonies of #F32F70
Complementary color
Monochromatic Colors of #F32F70
Black with #F32F70
Text Example
Text Example
White with #F32F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F70; }
p { color: rgb(243,47,112); }
H1.HeaderClassName
{
color: #F32F70;
}
.AnyTagClassName
{
color: #F32F70;
}
</style>
background-color css
<style>
a { background-color: #F32F70; }
a { background-color: rgb(243,47,112); }
div.DivClassName
{
background-color: #F32F70;
}
.BgClassName
{
background-color: #F32F70;
}
</style>
border-color css
<style>
span { border-color: #F32F70; }
span { border-color: rgb(243,47,112); }
td.TdClassName
{
border-color: #F32F70;
}
.TagClassName
{
border-color: #F32F70;
}
</style>