Shades of Radical Red #F5394F
Tints of Radical Red #F5394F
RGB
CMYK
RGB Variations
Color information
#F5394F (or 0xF5394F) is known color: Radical Red. HEX triplet: F5, 39 and 4F. RGB value is (245,57,79). Sum of RGB (Red+Green+Blue) = 245+57+79=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F5394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5394F is #0AC6B0. Grayscale: #737373. Windows color (decimal): -706225 or 5192181. OLE color: 5192181.
HSL color Cylindrical-coordinate representation of color #F5394F: hue angle of 352.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5394F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 79 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.04 |
| HSL | 352.98º | 0.9% | 0.59% | - |
| HSV(B) | 352.98º | 0.77% | 0.96% | - |
| XYZ | 40.53 | 22.9 | 9.68 | - |
| YUV | 115.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 79 | 0 | 0.77 | 0.68 | 0.04 | 352.98 | 0.9 | 0.59 |
| Hex | F5 | 39 | 4F | 0 | 4D | 44 | 4 | 161 | 5A | 3B |
| Octal | 365 | 71 | 117 | 0 | 115 | 104 | 4 | 541 | 132 | 73 |
| Binary | 11110101 | 111001 | 1001111 | 0 | 1001101 | 1000100 | 100 | 101100001 | 1011010 | 111011 |
Color Harmonies of #F5394F
Complementary color
Monochromatic Colors of #F5394F
Black with #F5394F
Text Example
Text Example
White with #F5394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5394F; }
p { color: rgb(245,57,79); }
H1.HeaderClassName
{
color: #F5394F;
}
.AnyTagClassName
{
color: #F5394F;
}
</style>
background-color css
<style>
a { background-color: #F5394F; }
a { background-color: rgb(245,57,79); }
div.DivClassName
{
background-color: #F5394F;
}
.BgClassName
{
background-color: #F5394F;
}
</style>
border-color css
<style>
span { border-color: #F5394F; }
span { border-color: rgb(245,57,79); }
td.TdClassName
{
border-color: #F5394F;
}
.TagClassName
{
border-color: #F5394F;
}
</style>