Shades of Radical Red #F33C70
Tints of Radical Red #F33C70
RGB
CMYK
RGB Variations
Color information
#F33C70 (or 0xF33C70) is known color: Radical Red. HEX triplet: F3, 3C and 70. RGB value is (243,60,112). Sum of RGB (Red+Green+Blue) = 243+60+112=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C70 is #0CC38F. Grayscale: #787878. Windows color (decimal): -836496 or 7355635. OLE color: 7355635.
HSL color Cylindrical-coordinate representation of color #F33C70: hue angle of 342.95º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C70 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 112 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.05 |
| HSL | 342.95º | 0.88% | 0.59% | - |
| HSV(B) | 342.95º | 0.75% | 0.95% | - |
| XYZ | 41.5 | 23.46 | 17.67 | - |
| YUV | 120.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 112 | 0 | 0.75 | 0.54 | 0.05 | 342.95 | 0.88 | 0.59 |
| Hex | F3 | 3C | 70 | 0 | 4B | 36 | 5 | 157 | 58 | 3B |
| Octal | 363 | 74 | 160 | 0 | 113 | 66 | 5 | 527 | 130 | 73 |
| Binary | 11110011 | 111100 | 1110000 | 0 | 1001011 | 110110 | 101 | 101010111 | 1011000 | 111011 |
Color Harmonies of #F33C70
Complementary color
Monochromatic Colors of #F33C70
Black with #F33C70
Text Example
Text Example
White with #F33C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C70; }
p { color: rgb(243,60,112); }
H1.HeaderClassName
{
color: #F33C70;
}
.AnyTagClassName
{
color: #F33C70;
}
</style>
background-color css
<style>
a { background-color: #F33C70; }
a { background-color: rgb(243,60,112); }
div.DivClassName
{
background-color: #F33C70;
}
.BgClassName
{
background-color: #F33C70;
}
</style>
border-color css
<style>
span { border-color: #F33C70; }
span { border-color: rgb(243,60,112); }
td.TdClassName
{
border-color: #F33C70;
}
.TagClassName
{
border-color: #F33C70;
}
</style>