Shades of Radical Red #F5385D
Tints of Radical Red #F5385D
RGB
CMYK
RGB Variations
Color information
#F5385D (or 0xF5385D) is known color: Radical Red. HEX triplet: F5, 38 and 5D. RGB value is (245,56,93). Sum of RGB (Red+Green+Blue) = 245+56+93=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5385D is #0AC7A2. Grayscale: #747474. Windows color (decimal): -706467 or 6109429. OLE color: 6109429.
HSL color Cylindrical-coordinate representation of color #F5385D: hue angle of 348.25º 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 #F5385D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 93 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.04 |
| HSL | 348.25º | 0.9% | 0.59% | - |
| HSV(B) | 348.25º | 0.77% | 0.96% | - |
| XYZ | 41.05 | 23.03 | 12.64 | - |
| YUV | 116.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 93 | 0 | 0.77 | 0.62 | 0.04 | 348.25 | 0.9 | 0.59 |
| Hex | F5 | 38 | 5D | 0 | 4D | 3E | 4 | 15C | 5A | 3B |
| Octal | 365 | 70 | 135 | 0 | 115 | 76 | 4 | 534 | 132 | 73 |
| Binary | 11110101 | 111000 | 1011101 | 0 | 1001101 | 111110 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F5385D
Complementary color
Monochromatic Colors of #F5385D
Black with #F5385D
Text Example
Text Example
White with #F5385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5385D; }
p { color: rgb(245,56,93); }
H1.HeaderClassName
{
color: #F5385D;
}
.AnyTagClassName
{
color: #F5385D;
}
</style>
background-color css
<style>
a { background-color: #F5385D; }
a { background-color: rgb(245,56,93); }
div.DivClassName
{
background-color: #F5385D;
}
.BgClassName
{
background-color: #F5385D;
}
</style>
border-color css
<style>
span { border-color: #F5385D; }
span { border-color: rgb(245,56,93); }
td.TdClassName
{
border-color: #F5385D;
}
.TagClassName
{
border-color: #F5385D;
}
</style>