Shades of Radical Red #F5394D
Tints of Radical Red #F5394D
RGB
CMYK
RGB Variations
Color information
#F5394D (or 0xF5394D) is known color: Radical Red. HEX triplet: F5, 39 and 4D. RGB value is (245,57,77). Sum of RGB (Red+Green+Blue) = 245+57+77=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5394D is #0AC6B2. Grayscale: #737373. Windows color (decimal): -706227 or 5061109. OLE color: 5061109.
HSL color Cylindrical-coordinate representation of color #F5394D: hue angle of 353.62º 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 #F5394D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 77 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.04 |
| HSL | 353.62º | 0.9% | 0.59% | - |
| HSV(B) | 353.62º | 0.77% | 0.96% | - |
| XYZ | 40.46 | 22.87 | 9.3 | - |
| YUV | 115.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 77 | 0 | 0.77 | 0.69 | 0.04 | 353.62 | 0.9 | 0.59 |
| Hex | F5 | 39 | 4D | 0 | 4D | 45 | 4 | 162 | 5A | 3B |
| Octal | 365 | 71 | 115 | 0 | 115 | 105 | 4 | 542 | 132 | 73 |
| Binary | 11110101 | 111001 | 1001101 | 0 | 1001101 | 1000101 | 100 | 101100010 | 1011010 | 111011 |
Color Harmonies of #F5394D
Complementary color
Monochromatic Colors of #F5394D
Black with #F5394D
Text Example
Text Example
White with #F5394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5394D; }
p { color: rgb(245,57,77); }
H1.HeaderClassName
{
color: #F5394D;
}
.AnyTagClassName
{
color: #F5394D;
}
</style>
background-color css
<style>
a { background-color: #F5394D; }
a { background-color: rgb(245,57,77); }
div.DivClassName
{
background-color: #F5394D;
}
.BgClassName
{
background-color: #F5394D;
}
</style>
border-color css
<style>
span { border-color: #F5394D; }
span { border-color: rgb(245,57,77); }
td.TdClassName
{
border-color: #F5394D;
}
.TagClassName
{
border-color: #F5394D;
}
</style>