Shades of Radical Red #F4325B
Tints of Radical Red #F4325B
RGB
CMYK
RGB Variations
Color information
#F4325B (or 0xF4325B) is known color: Radical Red. HEX triplet: F4, 32 and 5B. RGB value is (244,50,91). Sum of RGB (Red+Green+Blue) = 244+50+91=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4325B is #0BCDA4. Grayscale: #707070. Windows color (decimal): -773541 or 5976820. OLE color: 5976820.
HSL color Cylindrical-coordinate representation of color #F4325B: hue angle of 347.32º 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 #F4325B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 91 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.04 |
| HSL | 347.32º | 0.9% | 0.58% | - |
| HSV(B) | 347.32º | 0.8% | 0.96% | - |
| XYZ | 40.34 | 22.27 | 12.07 | - |
| YUV | 112.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 91 | 0 | 0.80 | 0.63 | 0.04 | 347.32 | 0.9 | 0.58 |
| Hex | F4 | 32 | 5B | 0 | 50 | 3F | 4 | 15B | 5A | 3A |
| Octal | 364 | 62 | 133 | 0 | 120 | 77 | 4 | 533 | 132 | 72 |
| Binary | 11110100 | 110010 | 1011011 | 0 | 1010000 | 111111 | 100 | 101011011 | 1011010 | 111010 |
Color Harmonies of #F4325B
Complementary color
Monochromatic Colors of #F4325B
Black with #F4325B
Text Example
Text Example
White with #F4325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4325B; }
p { color: rgb(244,50,91); }
H1.HeaderClassName
{
color: #F4325B;
}
.AnyTagClassName
{
color: #F4325B;
}
</style>
background-color css
<style>
a { background-color: #F4325B; }
a { background-color: rgb(244,50,91); }
div.DivClassName
{
background-color: #F4325B;
}
.BgClassName
{
background-color: #F4325B;
}
</style>
border-color css
<style>
span { border-color: #F4325B; }
span { border-color: rgb(244,50,91); }
td.TdClassName
{
border-color: #F4325B;
}
.TagClassName
{
border-color: #F4325B;
}
</style>