Shades of Radical Red #F4325F
Tints of Radical Red #F4325F
RGB
CMYK
RGB Variations
Color information
#F4325F (or 0xF4325F) is known color: Radical Red. HEX triplet: F4, 32 and 5F. RGB value is (244,50,95). Sum of RGB (Red+Green+Blue) = 244+50+95=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4325F is #0BCDA0. Grayscale: #717171. Windows color (decimal): -773537 or 6238964. OLE color: 6238964.
HSL color Cylindrical-coordinate representation of color #F4325F: hue angle of 346.08º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4325F is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 95 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.04 |
| HSL | 346.08º | 0.9% | 0.58% | - |
| HSV(B) | 346.08º | 0.8% | 0.96% | - |
| XYZ | 40.51 | 22.34 | 13 | - |
| YUV | 113.14 | 117.77 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 95 | 0 | 0.80 | 0.61 | 0.04 | 346.08 | 0.9 | 0.58 |
| Hex | F4 | 32 | 5F | 0 | 50 | 3D | 4 | 15A | 5A | 3A |
| Octal | 364 | 62 | 137 | 0 | 120 | 75 | 4 | 532 | 132 | 72 |
| Binary | 11110100 | 110010 | 1011111 | 0 | 1010000 | 111101 | 100 | 101011010 | 1011010 | 111010 |
Color Harmonies of #F4325F
Complementary color
Monochromatic Colors of #F4325F
Black with #F4325F
Text Example
Text Example
White with #F4325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4325F; }
p { color: rgb(244,50,95); }
H1.HeaderClassName
{
color: #F4325F;
}
.AnyTagClassName
{
color: #F4325F;
}
</style>
background-color css
<style>
a { background-color: #F4325F; }
a { background-color: rgb(244,50,95); }
div.DivClassName
{
background-color: #F4325F;
}
.BgClassName
{
background-color: #F4325F;
}
</style>
border-color css
<style>
span { border-color: #F4325F; }
span { border-color: rgb(244,50,95); }
td.TdClassName
{
border-color: #F4325F;
}
.TagClassName
{
border-color: #F4325F;
}
</style>