Shades of Radical Red #F33A5E
Tints of Radical Red #F33A5E
RGB
CMYK
RGB Variations
Color information
#F33A5E (or 0xF33A5E) is known color: Radical Red. HEX triplet: F3, 3A and 5E. RGB value is (243,58,94). Sum of RGB (Red+Green+Blue) = 243+58+94=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33A5E is #0CC5A1. Grayscale: #757575. Windows color (decimal): -837026 or 6175475. OLE color: 6175475.
HSL color Cylindrical-coordinate representation of color #F33A5E: hue angle of 348.32º 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 #F33A5E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 94 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.05 |
| HSL | 348.32º | 0.89% | 0.59% | - |
| HSV(B) | 348.32º | 0.76% | 0.95% | - |
| XYZ | 40.5 | 22.89 | 12.87 | - |
| YUV | 117.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 94 | 0 | 0.76 | 0.61 | 0.05 | 348.32 | 0.89 | 0.59 |
| Hex | F3 | 3A | 5E | 0 | 4C | 3D | 5 | 15C | 59 | 3B |
| Octal | 363 | 72 | 136 | 0 | 114 | 75 | 5 | 534 | 131 | 73 |
| Binary | 11110011 | 111010 | 1011110 | 0 | 1001100 | 111101 | 101 | 101011100 | 1011001 | 111011 |
Color Harmonies of #F33A5E
Complementary color
Monochromatic Colors of #F33A5E
Black with #F33A5E
Text Example
Text Example
White with #F33A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A5E; }
p { color: rgb(243,58,94); }
H1.HeaderClassName
{
color: #F33A5E;
}
.AnyTagClassName
{
color: #F33A5E;
}
</style>
background-color css
<style>
a { background-color: #F33A5E; }
a { background-color: rgb(243,58,94); }
div.DivClassName
{
background-color: #F33A5E;
}
.BgClassName
{
background-color: #F33A5E;
}
</style>
border-color css
<style>
span { border-color: #F33A5E; }
span { border-color: rgb(243,58,94); }
td.TdClassName
{
border-color: #F33A5E;
}
.TagClassName
{
border-color: #F33A5E;
}
</style>