Shades of Radical Red #F5385F
Tints of Radical Red #F5385F
RGB
CMYK
RGB Variations
Color information
#F5385F (or 0xF5385F) is known color: Radical Red. HEX triplet: F5, 38 and 5F. RGB value is (245,56,95). Sum of RGB (Red+Green+Blue) = 245+56+95=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F5385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5385F is #0AC7A0. Grayscale: #747474. Windows color (decimal): -706465 or 6240501. OLE color: 6240501.
HSL color Cylindrical-coordinate representation of color #F5385F: hue angle of 347.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 #F5385F is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 95 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.04 |
| HSL | 347.62º | 0.9% | 0.59% | - |
| HSV(B) | 347.62º | 0.77% | 0.96% | - |
| XYZ | 41.14 | 23.07 | 13.11 | - |
| YUV | 116.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 95 | 0 | 0.77 | 0.61 | 0.04 | 347.62 | 0.9 | 0.59 |
| Hex | F5 | 38 | 5F | 0 | 4D | 3D | 4 | 15C | 5A | 3B |
| Octal | 365 | 70 | 137 | 0 | 115 | 75 | 4 | 534 | 132 | 73 |
| Binary | 11110101 | 111000 | 1011111 | 0 | 1001101 | 111101 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F5385F
Complementary color
Monochromatic Colors of #F5385F
Black with #F5385F
Text Example
Text Example
White with #F5385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5385F; }
p { color: rgb(245,56,95); }
H1.HeaderClassName
{
color: #F5385F;
}
.AnyTagClassName
{
color: #F5385F;
}
</style>
background-color css
<style>
a { background-color: #F5385F; }
a { background-color: rgb(245,56,95); }
div.DivClassName
{
background-color: #F5385F;
}
.BgClassName
{
background-color: #F5385F;
}
</style>
border-color css
<style>
span { border-color: #F5385F; }
span { border-color: rgb(245,56,95); }
td.TdClassName
{
border-color: #F5385F;
}
.TagClassName
{
border-color: #F5385F;
}
</style>