Shades of Radical Red #F4375E
Tints of Radical Red #F4375E
RGB
CMYK
RGB Variations
Color information
#F4375E (or 0xF4375E) is known color: Radical Red. HEX triplet: F4, 37 and 5E. RGB value is (244,55,94). Sum of RGB (Red+Green+Blue) = 244+55+94=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4375E is #0BC8A1. Grayscale: #737373. Windows color (decimal): -772258 or 6174708. OLE color: 6174708.
HSL color Cylindrical-coordinate representation of color #F4375E: hue angle of 347.62º 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 #F4375E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.04 |
| HSL | 347.62º | 0.9% | 0.59% | - |
| HSV(B) | 347.62º | 0.77% | 0.96% | - |
| XYZ | 40.69 | 22.77 | 12.84 | - |
| YUV | 115.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 94 | 0 | 0.77 | 0.61 | 0.04 | 347.62 | 0.9 | 0.59 |
| Hex | F4 | 37 | 5E | 0 | 4D | 3D | 4 | 15C | 5A | 3B |
| Octal | 364 | 67 | 136 | 0 | 115 | 75 | 4 | 534 | 132 | 73 |
| Binary | 11110100 | 110111 | 1011110 | 0 | 1001101 | 111101 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F4375E
Complementary color
Monochromatic Colors of #F4375E
Black with #F4375E
Text Example
Text Example
White with #F4375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4375E; }
p { color: rgb(244,55,94); }
H1.HeaderClassName
{
color: #F4375E;
}
.AnyTagClassName
{
color: #F4375E;
}
</style>
background-color css
<style>
a { background-color: #F4375E; }
a { background-color: rgb(244,55,94); }
div.DivClassName
{
background-color: #F4375E;
}
.BgClassName
{
background-color: #F4375E;
}
</style>
border-color css
<style>
span { border-color: #F4375E; }
span { border-color: rgb(244,55,94); }
td.TdClassName
{
border-color: #F4375E;
}
.TagClassName
{
border-color: #F4375E;
}
</style>