Shades of Radical Red #F33870
Tints of Radical Red #F33870
RGB
CMYK
RGB Variations
Color information
#F33870 (or 0xF33870) is known color: Radical Red. HEX triplet: F3, 38 and 70. RGB value is (243,56,112). Sum of RGB (Red+Green+Blue) = 243+56+112=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F33870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33870 is #0CC78F. Grayscale: #767676. Windows color (decimal): -837520 or 7354611. OLE color: 7354611.
HSL color Cylindrical-coordinate representation of color #F33870: hue angle of 342.03º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33870 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 112 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.05 |
| HSL | 342.03º | 0.89% | 0.59% | - |
| HSV(B) | 342.03º | 0.77% | 0.95% | - |
| XYZ | 41.3 | 23.05 | 17.6 | - |
| YUV | 118.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 112 | 0 | 0.77 | 0.54 | 0.05 | 342.03 | 0.89 | 0.59 |
| Hex | F3 | 38 | 70 | 0 | 4D | 36 | 5 | 156 | 59 | 3B |
| Octal | 363 | 70 | 160 | 0 | 115 | 66 | 5 | 526 | 131 | 73 |
| Binary | 11110011 | 111000 | 1110000 | 0 | 1001101 | 110110 | 101 | 101010110 | 1011001 | 111011 |
Color Harmonies of #F33870
Complementary color
Monochromatic Colors of #F33870
Black with #F33870
Text Example
Text Example
White with #F33870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33870; }
p { color: rgb(243,56,112); }
H1.HeaderClassName
{
color: #F33870;
}
.AnyTagClassName
{
color: #F33870;
}
</style>
background-color css
<style>
a { background-color: #F33870; }
a { background-color: rgb(243,56,112); }
div.DivClassName
{
background-color: #F33870;
}
.BgClassName
{
background-color: #F33870;
}
</style>
border-color css
<style>
span { border-color: #F33870; }
span { border-color: rgb(243,56,112); }
td.TdClassName
{
border-color: #F33870;
}
.TagClassName
{
border-color: #F33870;
}
</style>