Shades of Radical Red #F33552
Tints of Radical Red #F33552
RGB
CMYK
RGB Variations
Color information
#F33552 (or 0xF33552) is known color: Radical Red. HEX triplet: F3, 35 and 52. RGB value is (243,53,82). Sum of RGB (Red+Green+Blue) = 243+53+82=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F33552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33552 is #0CCAAD. Grayscale: #717171. Windows color (decimal): -838318 or 5387763. OLE color: 5387763.
HSL color Cylindrical-coordinate representation of color #F33552: hue angle of 350.84º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33552 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 82 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.05 |
| HSL | 350.84º | 0.89% | 0.58% | - |
| HSV(B) | 350.84º | 0.78% | 0.95% | - |
| XYZ | 39.76 | 22.21 | 10.17 | - |
| YUV | 113.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 82 | 0 | 0.78 | 0.66 | 0.05 | 350.84 | 0.89 | 0.58 |
| Hex | F3 | 35 | 52 | 0 | 4E | 42 | 5 | 15F | 59 | 3A |
| Octal | 363 | 65 | 122 | 0 | 116 | 102 | 5 | 537 | 131 | 72 |
| Binary | 11110011 | 110101 | 1010010 | 0 | 1001110 | 1000010 | 101 | 101011111 | 1011001 | 111010 |
Color Harmonies of #F33552
Complementary color
Monochromatic Colors of #F33552
Black with #F33552
Text Example
Text Example
White with #F33552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33552; }
p { color: rgb(243,53,82); }
H1.HeaderClassName
{
color: #F33552;
}
.AnyTagClassName
{
color: #F33552;
}
</style>
background-color css
<style>
a { background-color: #F33552; }
a { background-color: rgb(243,53,82); }
div.DivClassName
{
background-color: #F33552;
}
.BgClassName
{
background-color: #F33552;
}
</style>
border-color css
<style>
span { border-color: #F33552; }
span { border-color: rgb(243,53,82); }
td.TdClassName
{
border-color: #F33552;
}
.TagClassName
{
border-color: #F33552;
}
</style>