Shades of Radical Red #F3315D
Tints of Radical Red #F3315D
RGB
CMYK
RGB Variations
Color information
#F3315D (or 0xF3315D) is known color: Radical Red. HEX triplet: F3, 31 and 5D. RGB value is (243,49,93). Sum of RGB (Red+Green+Blue) = 243+49+93=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3315D is #0CCEA2. Grayscale: #707070. Windows color (decimal): -839331 or 6107635. OLE color: 6107635.
HSL color Cylindrical-coordinate representation of color #F3315D: hue angle of 346.39º 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 #F3315D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 93 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.05 |
| HSL | 346.39º | 0.89% | 0.57% | - |
| HSV(B) | 346.39º | 0.8% | 0.95% | - |
| XYZ | 40.04 | 22.04 | 12.5 | - |
| YUV | 112.02 | 117.27 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 93 | 0 | 0.80 | 0.62 | 0.05 | 346.39 | 0.89 | 0.57 |
| Hex | F3 | 31 | 5D | 0 | 50 | 3E | 5 | 15A | 59 | 39 |
| Octal | 363 | 61 | 135 | 0 | 120 | 76 | 5 | 532 | 131 | 71 |
| Binary | 11110011 | 110001 | 1011101 | 0 | 1010000 | 111110 | 101 | 101011010 | 1011001 | 111001 |
Color Harmonies of #F3315D
Complementary color
Monochromatic Colors of #F3315D
Black with #F3315D
Text Example
Text Example
White with #F3315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3315D; }
p { color: rgb(243,49,93); }
H1.HeaderClassName
{
color: #F3315D;
}
.AnyTagClassName
{
color: #F3315D;
}
</style>
background-color css
<style>
a { background-color: #F3315D; }
a { background-color: rgb(243,49,93); }
div.DivClassName
{
background-color: #F3315D;
}
.BgClassName
{
background-color: #F3315D;
}
</style>
border-color css
<style>
span { border-color: #F3315D; }
span { border-color: rgb(243,49,93); }
td.TdClassName
{
border-color: #F3315D;
}
.TagClassName
{
border-color: #F3315D;
}
</style>