Shades of Radical Red #F33F5E
Tints of Radical Red #F33F5E
RGB
CMYK
RGB Variations
Color information
#F33F5E (or 0xF33F5E) is known color: Radical Red. HEX triplet: F3, 3F and 5E. RGB value is (243,63,94). Sum of RGB (Red+Green+Blue) = 243+63+94=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33F5E is #0CC0A1. Grayscale: #787878. Windows color (decimal): -835746 or 6176755. OLE color: 6176755.
HSL color Cylindrical-coordinate representation of color #F33F5E: hue angle of 349.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 #F33F5E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 94 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.05 |
| HSL | 349.67º | 0.88% | 0.6% | - |
| HSV(B) | 349.67º | 0.74% | 0.95% | - |
| XYZ | 40.76 | 23.42 | 12.96 | - |
| YUV | 120.35 | 113.13 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 94 | 0 | 0.74 | 0.61 | 0.05 | 349.67 | 0.88 | 0.6 |
| Hex | F3 | 3F | 5E | 0 | 4A | 3D | 5 | 15E | 58 | 3C |
| Octal | 363 | 77 | 136 | 0 | 112 | 75 | 5 | 536 | 130 | 74 |
| Binary | 11110011 | 111111 | 1011110 | 0 | 1001010 | 111101 | 101 | 101011110 | 1011000 | 111100 |
Color Harmonies of #F33F5E
Complementary color
Monochromatic Colors of #F33F5E
Black with #F33F5E
Text Example
Text Example
White with #F33F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F5E; }
p { color: rgb(243,63,94); }
H1.HeaderClassName
{
color: #F33F5E;
}
.AnyTagClassName
{
color: #F33F5E;
}
</style>
background-color css
<style>
a { background-color: #F33F5E; }
a { background-color: rgb(243,63,94); }
div.DivClassName
{
background-color: #F33F5E;
}
.BgClassName
{
background-color: #F33F5E;
}
</style>
border-color css
<style>
span { border-color: #F33F5E; }
span { border-color: rgb(243,63,94); }
td.TdClassName
{
border-color: #F33F5E;
}
.TagClassName
{
border-color: #F33F5E;
}
</style>