Shades of Radical Red #F5384F
Tints of Radical Red #F5384F
RGB
CMYK
RGB Variations
Color information
#F5384F (or 0xF5384F) is known color: Radical Red. HEX triplet: F5, 38 and 4F. RGB value is (245,56,79). Sum of RGB (Red+Green+Blue) = 245+56+79=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5384F is #0AC7B0. Grayscale: #737373. Windows color (decimal): -706481 or 5191925. OLE color: 5191925.
HSL color Cylindrical-coordinate representation of color #F5384F: hue angle of 352.7º 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 #F5384F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 79 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.04 |
| HSL | 352.7º | 0.9% | 0.59% | - |
| HSV(B) | 352.7º | 0.77% | 0.96% | - |
| XYZ | 40.48 | 22.81 | 9.67 | - |
| YUV | 115.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 79 | 0 | 0.77 | 0.68 | 0.04 | 352.7 | 0.9 | 0.59 |
| Hex | F5 | 38 | 4F | 0 | 4D | 44 | 4 | 161 | 5A | 3B |
| Octal | 365 | 70 | 117 | 0 | 115 | 104 | 4 | 541 | 132 | 73 |
| Binary | 11110101 | 111000 | 1001111 | 0 | 1001101 | 1000100 | 100 | 101100001 | 1011010 | 111011 |
Color Harmonies of #F5384F
Complementary color
Monochromatic Colors of #F5384F
Black with #F5384F
Text Example
Text Example
White with #F5384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5384F; }
p { color: rgb(245,56,79); }
H1.HeaderClassName
{
color: #F5384F;
}
.AnyTagClassName
{
color: #F5384F;
}
</style>
background-color css
<style>
a { background-color: #F5384F; }
a { background-color: rgb(245,56,79); }
div.DivClassName
{
background-color: #F5384F;
}
.BgClassName
{
background-color: #F5384F;
}
</style>
border-color css
<style>
span { border-color: #F5384F; }
span { border-color: rgb(245,56,79); }
td.TdClassName
{
border-color: #F5384F;
}
.TagClassName
{
border-color: #F5384F;
}
</style>