Shades of Radical Red #F33A50
Tints of Radical Red #F33A50
RGB
CMYK
RGB Variations
Color information
#F33A50 (or 0xF33A50) is known color: Radical Red. HEX triplet: F3, 3A and 50. RGB value is (243,58,80). Sum of RGB (Red+Green+Blue) = 243+58+80=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33A50 is #0CC5AF. Grayscale: #737373. Windows color (decimal): -837040 or 5257971. OLE color: 5257971.
HSL color Cylindrical-coordinate representation of color #F33A50: hue angle of 352.86º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33A50 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 80 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.05 |
| HSL | 352.86º | 0.89% | 0.59% | - |
| HSV(B) | 352.86º | 0.76% | 0.95% | - |
| XYZ | 39.92 | 22.66 | 9.86 | - |
| YUV | 115.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 80 | 0 | 0.76 | 0.67 | 0.05 | 352.86 | 0.89 | 0.59 |
| Hex | F3 | 3A | 50 | 0 | 4C | 43 | 5 | 161 | 59 | 3B |
| Octal | 363 | 72 | 120 | 0 | 114 | 103 | 5 | 541 | 131 | 73 |
| Binary | 11110011 | 111010 | 1010000 | 0 | 1001100 | 1000011 | 101 | 101100001 | 1011001 | 111011 |
Color Harmonies of #F33A50
Complementary color
Monochromatic Colors of #F33A50
Black with #F33A50
Text Example
Text Example
White with #F33A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A50; }
p { color: rgb(243,58,80); }
H1.HeaderClassName
{
color: #F33A50;
}
.AnyTagClassName
{
color: #F33A50;
}
</style>
background-color css
<style>
a { background-color: #F33A50; }
a { background-color: rgb(243,58,80); }
div.DivClassName
{
background-color: #F33A50;
}
.BgClassName
{
background-color: #F33A50;
}
</style>
border-color css
<style>
span { border-color: #F33A50; }
span { border-color: rgb(243,58,80); }
td.TdClassName
{
border-color: #F33A50;
}
.TagClassName
{
border-color: #F33A50;
}
</style>