Shades of Radical Red #F4315C
Tints of Radical Red #F4315C
RGB
CMYK
RGB Variations
Color information
#F4315C (or 0xF4315C) is known color: Radical Red. HEX triplet: F4, 31 and 5C. RGB value is (244,49,92). Sum of RGB (Red+Green+Blue) = 244+49+92=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4315C is #0BCEA3. Grayscale: #707070. Windows color (decimal): -773796 or 6042100. OLE color: 6042100.
HSL color Cylindrical-coordinate representation of color #F4315C: hue angle of 346.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4315C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 92 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.04 |
| HSL | 346.77º | 0.9% | 0.57% | - |
| HSV(B) | 346.77º | 0.8% | 0.96% | - |
| XYZ | 40.34 | 22.2 | 12.28 | - |
| YUV | 112.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 92 | 0 | 0.80 | 0.62 | 0.04 | 346.77 | 0.9 | 0.57 |
| Hex | F4 | 31 | 5C | 0 | 50 | 3E | 4 | 15B | 5A | 39 |
| Octal | 364 | 61 | 134 | 0 | 120 | 76 | 4 | 533 | 132 | 71 |
| Binary | 11110100 | 110001 | 1011100 | 0 | 1010000 | 111110 | 100 | 101011011 | 1011010 | 111001 |
Color Harmonies of #F4315C
Complementary color
Monochromatic Colors of #F4315C
Black with #F4315C
Text Example
Text Example
White with #F4315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4315C; }
p { color: rgb(244,49,92); }
H1.HeaderClassName
{
color: #F4315C;
}
.AnyTagClassName
{
color: #F4315C;
}
</style>
background-color css
<style>
a { background-color: #F4315C; }
a { background-color: rgb(244,49,92); }
div.DivClassName
{
background-color: #F4315C;
}
.BgClassName
{
background-color: #F4315C;
}
</style>
border-color css
<style>
span { border-color: #F4315C; }
span { border-color: rgb(244,49,92); }
td.TdClassName
{
border-color: #F4315C;
}
.TagClassName
{
border-color: #F4315C;
}
</style>