Shades of Radical Red #F33F62
Tints of Radical Red #F33F62
RGB
CMYK
RGB Variations
Color information
#F33F62 (or 0xF33F62) is known color: Radical Red. HEX triplet: F3, 3F and 62. RGB value is (243,63,98). Sum of RGB (Red+Green+Blue) = 243+63+98=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33F62 is #0CC09D. Grayscale: #787878. Windows color (decimal): -835742 or 6438899. OLE color: 6438899.
HSL color Cylindrical-coordinate representation of color #F33F62: hue angle of 348.33º 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 #F33F62 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 98 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.05 |
| HSL | 348.33º | 0.88% | 0.6% | - |
| HSV(B) | 348.33º | 0.74% | 0.95% | - |
| XYZ | 40.94 | 23.49 | 13.93 | - |
| YUV | 120.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 98 | 0 | 0.74 | 0.60 | 0.05 | 348.33 | 0.88 | 0.6 |
| Hex | F3 | 3F | 62 | 0 | 4A | 3C | 5 | 15C | 58 | 3C |
| Octal | 363 | 77 | 142 | 0 | 112 | 74 | 5 | 534 | 130 | 74 |
| Binary | 11110011 | 111111 | 1100010 | 0 | 1001010 | 111100 | 101 | 101011100 | 1011000 | 111100 |
Color Harmonies of #F33F62
Complementary color
Monochromatic Colors of #F33F62
Black with #F33F62
Text Example
Text Example
White with #F33F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F62; }
p { color: rgb(243,63,98); }
H1.HeaderClassName
{
color: #F33F62;
}
.AnyTagClassName
{
color: #F33F62;
}
</style>
background-color css
<style>
a { background-color: #F33F62; }
a { background-color: rgb(243,63,98); }
div.DivClassName
{
background-color: #F33F62;
}
.BgClassName
{
background-color: #F33F62;
}
</style>
border-color css
<style>
span { border-color: #F33F62; }
span { border-color: rgb(243,63,98); }
td.TdClassName
{
border-color: #F33F62;
}
.TagClassName
{
border-color: #F33F62;
}
</style>