Shades of Radical Red #F33355
Tints of Radical Red #F33355
RGB
CMYK
RGB Variations
Color information
#F33355 (or 0xF33355) is known color: Radical Red. HEX triplet: F3, 33 and 55. RGB value is (243,51,85). Sum of RGB (Red+Green+Blue) = 243+51+85=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F33355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33355 is #0CCCAA. Grayscale: #707070. Windows color (decimal): -838827 or 5583859. OLE color: 5583859.
HSL color Cylindrical-coordinate representation of color #F33355: hue angle of 349.38º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33355 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 85 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.05 |
| HSL | 349.38º | 0.89% | 0.58% | - |
| HSV(B) | 349.38º | 0.79% | 0.95% | - |
| XYZ | 39.79 | 22.08 | 10.76 | - |
| YUV | 112.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 85 | 0 | 0.79 | 0.65 | 0.05 | 349.38 | 0.89 | 0.58 |
| Hex | F3 | 33 | 55 | 0 | 4F | 41 | 5 | 15D | 59 | 3A |
| Octal | 363 | 63 | 125 | 0 | 117 | 101 | 5 | 535 | 131 | 72 |
| Binary | 11110011 | 110011 | 1010101 | 0 | 1001111 | 1000001 | 101 | 101011101 | 1011001 | 111010 |
Color Harmonies of #F33355
Complementary color
Monochromatic Colors of #F33355
Black with #F33355
Text Example
Text Example
White with #F33355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33355; }
p { color: rgb(243,51,85); }
H1.HeaderClassName
{
color: #F33355;
}
.AnyTagClassName
{
color: #F33355;
}
</style>
background-color css
<style>
a { background-color: #F33355; }
a { background-color: rgb(243,51,85); }
div.DivClassName
{
background-color: #F33355;
}
.BgClassName
{
background-color: #F33355;
}
</style>
border-color css
<style>
span { border-color: #F33355; }
span { border-color: rgb(243,51,85); }
td.TdClassName
{
border-color: #F33355;
}
.TagClassName
{
border-color: #F33355;
}
</style>