Shades of Radical Red #F5384C
Tints of Radical Red #F5384C
RGB
CMYK
RGB Variations
Color information
#F5384C (or 0xF5384C) is known color: Radical Red. HEX triplet: F5, 38 and 4C. RGB value is (245,56,76). Sum of RGB (Red+Green+Blue) = 245+56+76=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5384C is #0AC7B3. Grayscale: #727272. Windows color (decimal): -706484 or 4995317. OLE color: 4995317.
HSL color Cylindrical-coordinate representation of color #F5384C: hue angle of 353.65º 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 #F5384C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 76 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.04 |
| HSL | 353.65º | 0.9% | 0.59% | - |
| HSV(B) | 353.65º | 0.77% | 0.96% | - |
| XYZ | 40.37 | 22.76 | 9.1 | - |
| YUV | 114.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 76 | 0 | 0.77 | 0.69 | 0.04 | 353.65 | 0.9 | 0.59 |
| Hex | F5 | 38 | 4C | 0 | 4D | 45 | 4 | 162 | 5A | 3B |
| Octal | 365 | 70 | 114 | 0 | 115 | 105 | 4 | 542 | 132 | 73 |
| Binary | 11110101 | 111000 | 1001100 | 0 | 1001101 | 1000101 | 100 | 101100010 | 1011010 | 111011 |
Color Harmonies of #F5384C
Complementary color
Monochromatic Colors of #F5384C
Black with #F5384C
Text Example
Text Example
White with #F5384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5384C; }
p { color: rgb(245,56,76); }
H1.HeaderClassName
{
color: #F5384C;
}
.AnyTagClassName
{
color: #F5384C;
}
</style>
background-color css
<style>
a { background-color: #F5384C; }
a { background-color: rgb(245,56,76); }
div.DivClassName
{
background-color: #F5384C;
}
.BgClassName
{
background-color: #F5384C;
}
</style>
border-color css
<style>
span { border-color: #F5384C; }
span { border-color: rgb(245,56,76); }
td.TdClassName
{
border-color: #F5384C;
}
.TagClassName
{
border-color: #F5384C;
}
</style>