Shades of Radical Red #F4386E
Tints of Radical Red #F4386E
RGB
CMYK
RGB Variations
Color information
#F4386E (or 0xF4386E) is known color: Radical Red. HEX triplet: F4, 38 and 6E. RGB value is (244,56,110). Sum of RGB (Red+Green+Blue) = 244+56+110=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F4386E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4386E is #0BC791. Grayscale: #767676. Windows color (decimal): -771986 or 7223540. OLE color: 7223540.
HSL color Cylindrical-coordinate representation of color #F4386E: hue angle of 342.77º 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 #F4386E is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 110 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.04 |
| HSL | 342.77º | 0.9% | 0.59% | - |
| HSV(B) | 342.77º | 0.77% | 0.96% | - |
| XYZ | 41.54 | 23.19 | 17.04 | - |
| YUV | 118.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 110 | 0 | 0.77 | 0.55 | 0.04 | 342.77 | 0.9 | 0.59 |
| Hex | F4 | 38 | 6E | 0 | 4D | 37 | 4 | 157 | 5A | 3B |
| Octal | 364 | 70 | 156 | 0 | 115 | 67 | 4 | 527 | 132 | 73 |
| Binary | 11110100 | 111000 | 1101110 | 0 | 1001101 | 110111 | 100 | 101010111 | 1011010 | 111011 |
Color Harmonies of #F4386E
Complementary color
Monochromatic Colors of #F4386E
Black with #F4386E
Text Example
Text Example
White with #F4386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4386E; }
p { color: rgb(244,56,110); }
H1.HeaderClassName
{
color: #F4386E;
}
.AnyTagClassName
{
color: #F4386E;
}
</style>
background-color css
<style>
a { background-color: #F4386E; }
a { background-color: rgb(244,56,110); }
div.DivClassName
{
background-color: #F4386E;
}
.BgClassName
{
background-color: #F4386E;
}
</style>
border-color css
<style>
span { border-color: #F4386E; }
span { border-color: rgb(244,56,110); }
td.TdClassName
{
border-color: #F4386E;
}
.TagClassName
{
border-color: #F4386E;
}
</style>