Shades of Radical Red #F3315E
Tints of Radical Red #F3315E
RGB
CMYK
RGB Variations
Color information
#F3315E (or 0xF3315E) is known color: Radical Red. HEX triplet: F3, 31 and 5E. RGB value is (243,49,94). Sum of RGB (Red+Green+Blue) = 243+49+94=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3315E is #0CCEA1. Grayscale: #707070. Windows color (decimal): -839330 or 6173171. OLE color: 6173171.
HSL color Cylindrical-coordinate representation of color #F3315E: hue angle of 346.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3315E is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 94 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.05 |
| HSL | 346.08º | 0.89% | 0.57% | - |
| HSV(B) | 346.08º | 0.8% | 0.95% | - |
| XYZ | 40.08 | 22.06 | 12.74 | - |
| YUV | 112.14 | 117.77 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 94 | 0 | 0.80 | 0.61 | 0.05 | 346.08 | 0.89 | 0.57 |
| Hex | F3 | 31 | 5E | 0 | 50 | 3D | 5 | 15A | 59 | 39 |
| Octal | 363 | 61 | 136 | 0 | 120 | 75 | 5 | 532 | 131 | 71 |
| Binary | 11110011 | 110001 | 1011110 | 0 | 1010000 | 111101 | 101 | 101011010 | 1011001 | 111001 |
Color Harmonies of #F3315E
Complementary color
Monochromatic Colors of #F3315E
Black with #F3315E
Text Example
Text Example
White with #F3315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3315E; }
p { color: rgb(243,49,94); }
H1.HeaderClassName
{
color: #F3315E;
}
.AnyTagClassName
{
color: #F3315E;
}
</style>
background-color css
<style>
a { background-color: #F3315E; }
a { background-color: rgb(243,49,94); }
div.DivClassName
{
background-color: #F3315E;
}
.BgClassName
{
background-color: #F3315E;
}
</style>
border-color css
<style>
span { border-color: #F3315E; }
span { border-color: rgb(243,49,94); }
td.TdClassName
{
border-color: #F3315E;
}
.TagClassName
{
border-color: #F3315E;
}
</style>