Shades of Radical Red #F5374D
Tints of Radical Red #F5374D
RGB
CMYK
RGB Variations
Color information
#F5374D (or 0xF5374D) is known color: Radical Red. HEX triplet: F5, 37 and 4D. RGB value is (245,55,77). Sum of RGB (Red+Green+Blue) = 245+55+77=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5374D is #0AC8B2. Grayscale: #727272. Windows color (decimal): -706739 or 5060597. OLE color: 5060597.
HSL color Cylindrical-coordinate representation of color #F5374D: hue angle of 353.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5374D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.04 |
| HSL | 353.05º | 0.9% | 0.59% | - |
| HSV(B) | 353.05º | 0.78% | 0.96% | - |
| XYZ | 40.36 | 22.68 | 9.27 | - |
| YUV | 114.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 77 | 0 | 0.78 | 0.69 | 0.04 | 353.05 | 0.9 | 0.59 |
| Hex | F5 | 37 | 4D | 0 | 4E | 45 | 4 | 161 | 5A | 3B |
| Octal | 365 | 67 | 115 | 0 | 116 | 105 | 4 | 541 | 132 | 73 |
| Binary | 11110101 | 110111 | 1001101 | 0 | 1001110 | 1000101 | 100 | 101100001 | 1011010 | 111011 |
Color Harmonies of #F5374D
Complementary color
Monochromatic Colors of #F5374D
Black with #F5374D
Text Example
Text Example
White with #F5374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5374D; }
p { color: rgb(245,55,77); }
H1.HeaderClassName
{
color: #F5374D;
}
.AnyTagClassName
{
color: #F5374D;
}
</style>
background-color css
<style>
a { background-color: #F5374D; }
a { background-color: rgb(245,55,77); }
div.DivClassName
{
background-color: #F5374D;
}
.BgClassName
{
background-color: #F5374D;
}
</style>
border-color css
<style>
span { border-color: #F5374D; }
span { border-color: rgb(245,55,77); }
td.TdClassName
{
border-color: #F5374D;
}
.TagClassName
{
border-color: #F5374D;
}
</style>