Shades of Radical Red #F4375D
Tints of Radical Red #F4375D
RGB
CMYK
RGB Variations
Color information
#F4375D (or 0xF4375D) is known color: Radical Red. HEX triplet: F4, 37 and 5D. RGB value is (244,55,93). Sum of RGB (Red+Green+Blue) = 244+55+93=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F4375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4375D is #0BC8A2. Grayscale: #737373. Windows color (decimal): -772259 or 6109172. OLE color: 6109172.
HSL color Cylindrical-coordinate representation of color #F4375D: hue angle of 347.94º 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 #F4375D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 93 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.04 |
| HSL | 347.94º | 0.9% | 0.59% | - |
| HSV(B) | 347.94º | 0.77% | 0.96% | - |
| XYZ | 40.65 | 22.76 | 12.61 | - |
| YUV | 115.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 93 | 0 | 0.77 | 0.62 | 0.04 | 347.94 | 0.9 | 0.59 |
| Hex | F4 | 37 | 5D | 0 | 4D | 3E | 4 | 15C | 5A | 3B |
| Octal | 364 | 67 | 135 | 0 | 115 | 76 | 4 | 534 | 132 | 73 |
| Binary | 11110100 | 110111 | 1011101 | 0 | 1001101 | 111110 | 100 | 101011100 | 1011010 | 111011 |
Color Harmonies of #F4375D
Complementary color
Monochromatic Colors of #F4375D
Black with #F4375D
Text Example
Text Example
White with #F4375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4375D; }
p { color: rgb(244,55,93); }
H1.HeaderClassName
{
color: #F4375D;
}
.AnyTagClassName
{
color: #F4375D;
}
</style>
background-color css
<style>
a { background-color: #F4375D; }
a { background-color: rgb(244,55,93); }
div.DivClassName
{
background-color: #F4375D;
}
.BgClassName
{
background-color: #F4375D;
}
</style>
border-color css
<style>
span { border-color: #F4375D; }
span { border-color: rgb(244,55,93); }
td.TdClassName
{
border-color: #F4375D;
}
.TagClassName
{
border-color: #F4375D;
}
</style>