Shades of Radical Red #F0315D
Tints of Radical Red #F0315D
RGB
CMYK
RGB Variations
Color information
#F0315D (or 0xF0315D) is known color: Radical Red. HEX triplet: F0, 31 and 5D. RGB value is (240,49,93). Sum of RGB (Red+Green+Blue) = 240+49+93=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0315D is #0FCEA2. Grayscale: #6F6F6F. Windows color (decimal): -1035939 or 6107632. OLE color: 6107632.
HSL color Cylindrical-coordinate representation of color #F0315D: hue angle of 346.18º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0315D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 93 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.06 |
| HSL | 346.18º | 0.86% | 0.57% | - |
| HSV(B) | 346.18º | 0.8% | 0.94% | - |
| XYZ | 39.01 | 21.51 | 12.45 | - |
| YUV | 111.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 93 | 0 | 0.80 | 0.61 | 0.06 | 346.18 | 0.86 | 0.57 |
| Hex | F0 | 31 | 5D | 0 | 50 | 3D | 6 | 15A | 56 | 39 |
| Octal | 360 | 61 | 135 | 0 | 120 | 75 | 6 | 532 | 126 | 71 |
| Binary | 11110000 | 110001 | 1011101 | 0 | 1010000 | 111101 | 110 | 101011010 | 1010110 | 111001 |
Color Harmonies of #F0315D
Complementary color
Monochromatic Colors of #F0315D
Black with #F0315D
Text Example
Text Example
White with #F0315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0315D; }
p { color: rgb(240,49,93); }
H1.HeaderClassName
{
color: #F0315D;
}
.AnyTagClassName
{
color: #F0315D;
}
</style>
background-color css
<style>
a { background-color: #F0315D; }
a { background-color: rgb(240,49,93); }
div.DivClassName
{
background-color: #F0315D;
}
.BgClassName
{
background-color: #F0315D;
}
</style>
border-color css
<style>
span { border-color: #F0315D; }
span { border-color: rgb(240,49,93); }
td.TdClassName
{
border-color: #F0315D;
}
.TagClassName
{
border-color: #F0315D;
}
</style>