Shades of Radical Red #F3395E
Tints of Radical Red #F3395E
RGB
CMYK
RGB Variations
Color information
#F3395E (or 0xF3395E) is known color: Radical Red. HEX triplet: F3, 39 and 5E. RGB value is (243,57,94). Sum of RGB (Red+Green+Blue) = 243+57+94=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F3395E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3395E is #0CC6A1. Grayscale: #747474. Windows color (decimal): -837282 or 6175219. OLE color: 6175219.
HSL color Cylindrical-coordinate representation of color #F3395E: hue angle of 348.06º 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 #F3395E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.05 |
| HSL | 348.06º | 0.89% | 0.59% | - |
| HSV(B) | 348.06º | 0.77% | 0.95% | - |
| XYZ | 40.45 | 22.79 | 12.86 | - |
| YUV | 116.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 94 | 0 | 0.77 | 0.61 | 0.05 | 348.06 | 0.89 | 0.59 |
| Hex | F3 | 39 | 5E | 0 | 4D | 3D | 5 | 15C | 59 | 3B |
| Octal | 363 | 71 | 136 | 0 | 115 | 75 | 5 | 534 | 131 | 73 |
| Binary | 11110011 | 111001 | 1011110 | 0 | 1001101 | 111101 | 101 | 101011100 | 1011001 | 111011 |
Color Harmonies of #F3395E
Complementary color
Monochromatic Colors of #F3395E
Black with #F3395E
Text Example
Text Example
White with #F3395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3395E; }
p { color: rgb(243,57,94); }
H1.HeaderClassName
{
color: #F3395E;
}
.AnyTagClassName
{
color: #F3395E;
}
</style>
background-color css
<style>
a { background-color: #F3395E; }
a { background-color: rgb(243,57,94); }
div.DivClassName
{
background-color: #F3395E;
}
.BgClassName
{
background-color: #F3395E;
}
</style>
border-color css
<style>
span { border-color: #F3395E; }
span { border-color: rgb(243,57,94); }
td.TdClassName
{
border-color: #F3395E;
}
.TagClassName
{
border-color: #F3395E;
}
</style>