Shades of Radical Red #F33655
Tints of Radical Red #F33655
RGB
CMYK
RGB Variations
Color information
#F33655 (or 0xF33655) is known color: Radical Red. HEX triplet: F3, 36 and 55. RGB value is (243,54,85). Sum of RGB (Red+Green+Blue) = 243+54+85=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F33655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33655 is #0CC9AA. Grayscale: #727272. Windows color (decimal): -838059 or 5584627. OLE color: 5584627.
HSL color Cylindrical-coordinate representation of color #F33655: hue angle of 350.16º 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 #F33655 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 85 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.05 |
| HSL | 350.16º | 0.89% | 0.58% | - |
| HSV(B) | 350.16º | 0.78% | 0.95% | - |
| XYZ | 39.92 | 22.35 | 10.8 | - |
| YUV | 114.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 85 | 0 | 0.78 | 0.65 | 0.05 | 350.16 | 0.89 | 0.58 |
| Hex | F3 | 36 | 55 | 0 | 4E | 41 | 5 | 15E | 59 | 3A |
| Octal | 363 | 66 | 125 | 0 | 116 | 101 | 5 | 536 | 131 | 72 |
| Binary | 11110011 | 110110 | 1010101 | 0 | 1001110 | 1000001 | 101 | 101011110 | 1011001 | 111010 |
Color Harmonies of #F33655
Complementary color
Monochromatic Colors of #F33655
Black with #F33655
Text Example
Text Example
White with #F33655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33655; }
p { color: rgb(243,54,85); }
H1.HeaderClassName
{
color: #F33655;
}
.AnyTagClassName
{
color: #F33655;
}
</style>
background-color css
<style>
a { background-color: #F33655; }
a { background-color: rgb(243,54,85); }
div.DivClassName
{
background-color: #F33655;
}
.BgClassName
{
background-color: #F33655;
}
</style>
border-color css
<style>
span { border-color: #F33655; }
span { border-color: rgb(243,54,85); }
td.TdClassName
{
border-color: #F33655;
}
.TagClassName
{
border-color: #F33655;
}
</style>