Shades of Radical Red #F4345D
Tints of Radical Red #F4345D
RGB
CMYK
RGB Variations
Color information
#F4345D (or 0xF4345D) is known color: Radical Red. HEX triplet: F4, 34 and 5D. RGB value is (244,52,93). Sum of RGB (Red+Green+Blue) = 244+52+93=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4345D is #0BCBA2. Grayscale: #727272. Windows color (decimal): -773027 or 6108404. OLE color: 6108404.
HSL color Cylindrical-coordinate representation of color #F4345D: hue angle of 347.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4345D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 93 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.04 |
| HSL | 347.19º | 0.9% | 0.58% | - |
| HSV(B) | 347.19º | 0.79% | 0.96% | - |
| XYZ | 40.51 | 22.48 | 12.56 | - |
| YUV | 114.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 93 | 0 | 0.79 | 0.62 | 0.04 | 347.19 | 0.9 | 0.58 |
| Hex | F4 | 34 | 5D | 0 | 4F | 3E | 4 | 15B | 5A | 3A |
| Octal | 364 | 64 | 135 | 0 | 117 | 76 | 4 | 533 | 132 | 72 |
| Binary | 11110100 | 110100 | 1011101 | 0 | 1001111 | 111110 | 100 | 101011011 | 1011010 | 111010 |
Color Harmonies of #F4345D
Complementary color
Monochromatic Colors of #F4345D
Black with #F4345D
Text Example
Text Example
White with #F4345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4345D; }
p { color: rgb(244,52,93); }
H1.HeaderClassName
{
color: #F4345D;
}
.AnyTagClassName
{
color: #F4345D;
}
</style>
background-color css
<style>
a { background-color: #F4345D; }
a { background-color: rgb(244,52,93); }
div.DivClassName
{
background-color: #F4345D;
}
.BgClassName
{
background-color: #F4345D;
}
</style>
border-color css
<style>
span { border-color: #F4345D; }
span { border-color: rgb(244,52,93); }
td.TdClassName
{
border-color: #F4345D;
}
.TagClassName
{
border-color: #F4345D;
}
</style>