Shades of Radical Red #F4485E
Tints of Radical Red #F4485E
RGB
CMYK
RGB Variations
Color information
#F4485E (or 0xF4485E) is known color: Radical Red. HEX triplet: F4, 48 and 5E. RGB value is (244,72,94). Sum of RGB (Red+Green+Blue) = 244+72+94=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F4485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4485E is #0BB7A1. Grayscale: #7E7E7E. Windows color (decimal): -767906 or 6179060. OLE color: 6179060.
HSL color Cylindrical-coordinate representation of color #F4485E: hue angle of 352.33º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4485E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 94 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.04 |
| HSL | 352.33º | 0.89% | 0.62% | - |
| HSV(B) | 352.33º | 0.7% | 0.96% | - |
| XYZ | 41.65 | 24.68 | 13.16 | - |
| YUV | 125.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 94 | 0 | 0.70 | 0.61 | 0.04 | 352.33 | 0.89 | 0.62 |
| Hex | F4 | 48 | 5E | 0 | 46 | 3D | 4 | 160 | 59 | 3E |
| Octal | 364 | 110 | 136 | 0 | 106 | 75 | 4 | 540 | 131 | 76 |
| Binary | 11110100 | 1001000 | 1011110 | 0 | 1000110 | 111101 | 100 | 101100000 | 1011001 | 111110 |
Color Harmonies of #F4485E
Complementary color
Monochromatic Colors of #F4485E
Black with #F4485E
Text Example
Text Example
White with #F4485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4485E; }
p { color: rgb(244,72,94); }
H1.HeaderClassName
{
color: #F4485E;
}
.AnyTagClassName
{
color: #F4485E;
}
</style>
background-color css
<style>
a { background-color: #F4485E; }
a { background-color: rgb(244,72,94); }
div.DivClassName
{
background-color: #F4485E;
}
.BgClassName
{
background-color: #F4485E;
}
</style>
border-color css
<style>
span { border-color: #F4485E; }
span { border-color: rgb(244,72,94); }
td.TdClassName
{
border-color: #F4485E;
}
.TagClassName
{
border-color: #F4485E;
}
</style>