Shades of Radical Red #F5386B
Tints of Radical Red #F5386B
RGB
CMYK
RGB Variations
Color information
#F5386B (or 0xF5386B) is known color: Radical Red. HEX triplet: F5, 38 and 6B. RGB value is (245,56,107). Sum of RGB (Red+Green+Blue) = 245+56+107=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5386B is #0AC794. Grayscale: #767676. Windows color (decimal): -706453 or 7026933. OLE color: 7026933.
HSL color Cylindrical-coordinate representation of color #F5386B: hue angle of 343.81º 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 #F5386B is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 107 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.04 |
| HSL | 343.81º | 0.9% | 0.59% | - |
| HSV(B) | 343.81º | 0.77% | 0.96% | - |
| XYZ | 41.72 | 23.3 | 16.21 | - |
| YUV | 118.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 107 | 0 | 0.77 | 0.56 | 0.04 | 343.81 | 0.9 | 0.59 |
| Hex | F5 | 38 | 6B | 0 | 4D | 38 | 4 | 158 | 5A | 3B |
| Octal | 365 | 70 | 153 | 0 | 115 | 70 | 4 | 530 | 132 | 73 |
| Binary | 11110101 | 111000 | 1101011 | 0 | 1001101 | 111000 | 100 | 101011000 | 1011010 | 111011 |
Color Harmonies of #F5386B
Complementary color
Monochromatic Colors of #F5386B
Black with #F5386B
Text Example
Text Example
White with #F5386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5386B; }
p { color: rgb(245,56,107); }
H1.HeaderClassName
{
color: #F5386B;
}
.AnyTagClassName
{
color: #F5386B;
}
</style>
background-color css
<style>
a { background-color: #F5386B; }
a { background-color: rgb(245,56,107); }
div.DivClassName
{
background-color: #F5386B;
}
.BgClassName
{
background-color: #F5386B;
}
</style>
border-color css
<style>
span { border-color: #F5386B; }
span { border-color: rgb(245,56,107); }
td.TdClassName
{
border-color: #F5386B;
}
.TagClassName
{
border-color: #F5386B;
}
</style>