Shades of Radical Red #F5374F
Tints of Radical Red #F5374F
RGB
CMYK
RGB Variations
Color information
#F5374F (or 0xF5374F) is known color: Radical Red. HEX triplet: F5, 37 and 4F. RGB value is (245,55,79). Sum of RGB (Red+Green+Blue) = 245+55+79=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5374F is #0AC8B0. Grayscale: #727272. Windows color (decimal): -706737 or 5191669. OLE color: 5191669.
HSL color Cylindrical-coordinate representation of color #F5374F: hue angle of 352.42º 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 #F5374F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 79 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.04 |
| HSL | 352.42º | 0.9% | 0.59% | - |
| HSV(B) | 352.42º | 0.78% | 0.96% | - |
| XYZ | 40.43 | 22.71 | 9.65 | - |
| YUV | 114.55 | 107.95 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 79 | 0 | 0.78 | 0.68 | 0.04 | 352.42 | 0.9 | 0.59 |
| Hex | F5 | 37 | 4F | 0 | 4E | 44 | 4 | 160 | 5A | 3B |
| Octal | 365 | 67 | 117 | 0 | 116 | 104 | 4 | 540 | 132 | 73 |
| Binary | 11110101 | 110111 | 1001111 | 0 | 1001110 | 1000100 | 100 | 101100000 | 1011010 | 111011 |
Color Harmonies of #F5374F
Complementary color
Monochromatic Colors of #F5374F
Black with #F5374F
Text Example
Text Example
White with #F5374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5374F; }
p { color: rgb(245,55,79); }
H1.HeaderClassName
{
color: #F5374F;
}
.AnyTagClassName
{
color: #F5374F;
}
</style>
background-color css
<style>
a { background-color: #F5374F; }
a { background-color: rgb(245,55,79); }
div.DivClassName
{
background-color: #F5374F;
}
.BgClassName
{
background-color: #F5374F;
}
</style>
border-color css
<style>
span { border-color: #F5374F; }
span { border-color: rgb(245,55,79); }
td.TdClassName
{
border-color: #F5374F;
}
.TagClassName
{
border-color: #F5374F;
}
</style>