Shades of Radical Red #F4315B
Tints of Radical Red #F4315B
RGB
CMYK
RGB Variations
Color information
#F4315B (or 0xF4315B) is known color: Radical Red. HEX triplet: F4, 31 and 5B. RGB value is (244,49,91). Sum of RGB (Red+Green+Blue) = 244+49+91=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F4315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4315B is #0BCEA4. Grayscale: #707070. Windows color (decimal): -773797 or 5976564. OLE color: 5976564.
HSL color Cylindrical-coordinate representation of color #F4315B: hue angle of 347.08º 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 #F4315B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 91 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.04 |
| HSL | 347.08º | 0.9% | 0.57% | - |
| HSV(B) | 347.08º | 0.8% | 0.96% | - |
| XYZ | 40.29 | 22.19 | 12.06 | - |
| YUV | 112.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 91 | 0 | 0.80 | 0.63 | 0.04 | 347.08 | 0.9 | 0.57 |
| Hex | F4 | 31 | 5B | 0 | 50 | 3F | 4 | 15B | 5A | 39 |
| Octal | 364 | 61 | 133 | 0 | 120 | 77 | 4 | 533 | 132 | 71 |
| Binary | 11110100 | 110001 | 1011011 | 0 | 1010000 | 111111 | 100 | 101011011 | 1011010 | 111001 |
Color Harmonies of #F4315B
Complementary color
Monochromatic Colors of #F4315B
Black with #F4315B
Text Example
Text Example
White with #F4315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4315B; }
p { color: rgb(244,49,91); }
H1.HeaderClassName
{
color: #F4315B;
}
.AnyTagClassName
{
color: #F4315B;
}
</style>
background-color css
<style>
a { background-color: #F4315B; }
a { background-color: rgb(244,49,91); }
div.DivClassName
{
background-color: #F4315B;
}
.BgClassName
{
background-color: #F4315B;
}
</style>
border-color css
<style>
span { border-color: #F4315B; }
span { border-color: rgb(244,49,91); }
td.TdClassName
{
border-color: #F4315B;
}
.TagClassName
{
border-color: #F4315B;
}
</style>