Shades of Radical Red #F33F70
Tints of Radical Red #F33F70
RGB
CMYK
RGB Variations
Color information
#F33F70 (or 0xF33F70) is known color: Radical Red. HEX triplet: F3, 3F and 70. RGB value is (243,63,112). Sum of RGB (Red+Green+Blue) = 243+63+112=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33F70 is #0CC08F. Grayscale: #7A7A7A. Windows color (decimal): -835728 or 7356403. OLE color: 7356403.
HSL color Cylindrical-coordinate representation of color #F33F70: hue angle of 343.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33F70 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 112 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.05 |
| HSL | 343.67º | 0.88% | 0.6% | - |
| HSV(B) | 343.67º | 0.74% | 0.95% | - |
| XYZ | 41.66 | 23.78 | 17.72 | - |
| YUV | 122.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 112 | 0 | 0.74 | 0.54 | 0.05 | 343.67 | 0.88 | 0.6 |
| Hex | F3 | 3F | 70 | 0 | 4A | 36 | 5 | 158 | 58 | 3C |
| Octal | 363 | 77 | 160 | 0 | 112 | 66 | 5 | 530 | 130 | 74 |
| Binary | 11110011 | 111111 | 1110000 | 0 | 1001010 | 110110 | 101 | 101011000 | 1011000 | 111100 |
Color Harmonies of #F33F70
Complementary color
Monochromatic Colors of #F33F70
Black with #F33F70
Text Example
Text Example
White with #F33F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F70; }
p { color: rgb(243,63,112); }
H1.HeaderClassName
{
color: #F33F70;
}
.AnyTagClassName
{
color: #F33F70;
}
</style>
background-color css
<style>
a { background-color: #F33F70; }
a { background-color: rgb(243,63,112); }
div.DivClassName
{
background-color: #F33F70;
}
.BgClassName
{
background-color: #F33F70;
}
</style>
border-color css
<style>
span { border-color: #F33F70; }
span { border-color: rgb(243,63,112); }
td.TdClassName
{
border-color: #F33F70;
}
.TagClassName
{
border-color: #F33F70;
}
</style>