Shades of Radical Red #F4385E
Tints of Radical Red #F4385E
RGB
CMYK
RGB Variations
Color information
#F4385E (or 0xF4385E) is known color: Radical Red. HEX triplet: F4, 38 and 5E. RGB value is (244,56,94). Sum of RGB (Red+Green+Blue) = 244+56+94=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F4385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4385E is #0BC7A1. Grayscale: #747474. Windows color (decimal): -772002 or 6174964. OLE color: 6174964.
HSL color Cylindrical-coordinate representation of color #F4385E: hue angle of 347.87º 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 #F4385E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.04 |
| HSL | 347.87º | 0.9% | 0.59% | - |
| HSV(B) | 347.87º | 0.77% | 0.96% | - |
| XYZ | 40.74 | 22.87 | 12.86 | - |
| YUV | 116.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 94 | 0 | 0.77 | 0.61 | 0.04 | 347.87 | 0.9 | 0.59 |
| Hex | F4 | 38 | 5E | 0 | 4D | 3D | 4 | 15C | 5A | 3B |
| Octal | 364 | 70 | 136 | 0 | 115 | 75 | 4 | 534 | 132 | 73 |
| Binary | 11110100 | 111000 | 1011110 | 0 | 1001101 | 111101 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F4385E
Complementary color
Monochromatic Colors of #F4385E
Black with #F4385E
Text Example
Text Example
White with #F4385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4385E; }
p { color: rgb(244,56,94); }
H1.HeaderClassName
{
color: #F4385E;
}
.AnyTagClassName
{
color: #F4385E;
}
</style>
background-color css
<style>
a { background-color: #F4385E; }
a { background-color: rgb(244,56,94); }
div.DivClassName
{
background-color: #F4385E;
}
.BgClassName
{
background-color: #F4385E;
}
</style>
border-color css
<style>
span { border-color: #F4385E; }
span { border-color: rgb(244,56,94); }
td.TdClassName
{
border-color: #F4385E;
}
.TagClassName
{
border-color: #F4385E;
}
</style>