Shades of Radical Red #F33955
Tints of Radical Red #F33955
RGB
CMYK
RGB Variations
Color information
#F33955 (or 0xF33955) is known color: Radical Red. HEX triplet: F3, 39 and 55. RGB value is (243,57,85). Sum of RGB (Red+Green+Blue) = 243+57+85=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F33955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33955 is #0CC6AA. Grayscale: #737373. Windows color (decimal): -837291 or 5585395. OLE color: 5585395.
HSL color Cylindrical-coordinate representation of color #F33955: hue angle of 350.97º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33955 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 85 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.05 |
| HSL | 350.97º | 0.89% | 0.59% | - |
| HSV(B) | 350.97º | 0.77% | 0.95% | - |
| XYZ | 40.06 | 22.64 | 10.85 | - |
| YUV | 115.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 85 | 0 | 0.77 | 0.65 | 0.05 | 350.97 | 0.89 | 0.59 |
| Hex | F3 | 39 | 55 | 0 | 4D | 41 | 5 | 15F | 59 | 3B |
| Octal | 363 | 71 | 125 | 0 | 115 | 101 | 5 | 537 | 131 | 73 |
| Binary | 11110011 | 111001 | 1010101 | 0 | 1001101 | 1000001 | 101 | 101011111 | 1011001 | 111011 |
Color Harmonies of #F33955
Complementary color
Monochromatic Colors of #F33955
Black with #F33955
Text Example
Text Example
White with #F33955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33955; }
p { color: rgb(243,57,85); }
H1.HeaderClassName
{
color: #F33955;
}
.AnyTagClassName
{
color: #F33955;
}
</style>
background-color css
<style>
a { background-color: #F33955; }
a { background-color: rgb(243,57,85); }
div.DivClassName
{
background-color: #F33955;
}
.BgClassName
{
background-color: #F33955;
}
</style>
border-color css
<style>
span { border-color: #F33955; }
span { border-color: rgb(243,57,85); }
td.TdClassName
{
border-color: #F33955;
}
.TagClassName
{
border-color: #F33955;
}
</style>