Shades of Radical Red #F4405A
Tints of Radical Red #F4405A
RGB
CMYK
RGB Variations
Color information
#F4405A (or 0xF4405A) is known color: Radical Red. HEX triplet: F4, 40 and 5A. RGB value is (244,64,90). Sum of RGB (Red+Green+Blue) = 244+64+90=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F4405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4405A is #0BBFA5. Grayscale: #787878. Windows color (decimal): -769958 or 5914868. OLE color: 5914868.
HSL color Cylindrical-coordinate representation of color #F4405A: hue angle of 351.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4405A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 90 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.04 |
| HSL | 351.33º | 0.89% | 0.6% | - |
| HSV(B) | 351.33º | 0.74% | 0.96% | - |
| XYZ | 40.99 | 23.64 | 12.08 | - |
| YUV | 120.78 | 110.63 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 90 | 0 | 0.74 | 0.63 | 0.04 | 351.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 5A | 0 | 4A | 3F | 4 | 15F | 59 | 3C |
| Octal | 364 | 100 | 132 | 0 | 112 | 77 | 4 | 537 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1011010 | 0 | 1001010 | 111111 | 100 | 101011111 | 1011001 | 111100 |
Color Harmonies of #F4405A
Complementary color
Monochromatic Colors of #F4405A
Black with #F4405A
Text Example
Text Example
White with #F4405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4405A; }
p { color: rgb(244,64,90); }
H1.HeaderClassName
{
color: #F4405A;
}
.AnyTagClassName
{
color: #F4405A;
}
</style>
background-color css
<style>
a { background-color: #F4405A; }
a { background-color: rgb(244,64,90); }
div.DivClassName
{
background-color: #F4405A;
}
.BgClassName
{
background-color: #F4405A;
}
</style>
border-color css
<style>
span { border-color: #F4405A; }
span { border-color: rgb(244,64,90); }
td.TdClassName
{
border-color: #F4405A;
}
.TagClassName
{
border-color: #F4405A;
}
</style>