Shades of Radical Red #F4385D
Tints of Radical Red #F4385D
RGB
CMYK
RGB Variations
Color information
#F4385D (or 0xF4385D) is known color: Radical Red. HEX triplet: F4, 38 and 5D. RGB value is (244,56,93). Sum of RGB (Red+Green+Blue) = 244+56+93=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4385D is #0BC7A2. Grayscale: #747474. Windows color (decimal): -772003 or 6109428. OLE color: 6109428.
HSL color Cylindrical-coordinate representation of color #F4385D: hue angle of 348.19º 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 #F4385D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 93 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.04 |
| HSL | 348.19º | 0.9% | 0.59% | - |
| HSV(B) | 348.19º | 0.77% | 0.96% | - |
| XYZ | 40.7 | 22.85 | 12.62 | - |
| YUV | 116.43 | 114.78 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 93 | 0 | 0.77 | 0.62 | 0.04 | 348.19 | 0.9 | 0.59 |
| Hex | F4 | 38 | 5D | 0 | 4D | 3E | 4 | 15C | 5A | 3B |
| Octal | 364 | 70 | 135 | 0 | 115 | 76 | 4 | 534 | 132 | 73 |
| Binary | 11110100 | 111000 | 1011101 | 0 | 1001101 | 111110 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F4385D
Complementary color
Monochromatic Colors of #F4385D
Black with #F4385D
Text Example
Text Example
White with #F4385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4385D; }
p { color: rgb(244,56,93); }
H1.HeaderClassName
{
color: #F4385D;
}
.AnyTagClassName
{
color: #F4385D;
}
</style>
background-color css
<style>
a { background-color: #F4385D; }
a { background-color: rgb(244,56,93); }
div.DivClassName
{
background-color: #F4385D;
}
.BgClassName
{
background-color: #F4385D;
}
</style>
border-color css
<style>
span { border-color: #F4385D; }
span { border-color: rgb(244,56,93); }
td.TdClassName
{
border-color: #F4385D;
}
.TagClassName
{
border-color: #F4385D;
}
</style>