Shades of Radical Red #F4405C
Tints of Radical Red #F4405C
RGB
CMYK
RGB Variations
Color information
#F4405C (or 0xF4405C) is known color: Radical Red. HEX triplet: F4, 40 and 5C. RGB value is (244,64,92). Sum of RGB (Red+Green+Blue) = 244+64+92=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4405C is #0BBFA3. Grayscale: #797979. Windows color (decimal): -769956 or 6045940. OLE color: 6045940.
HSL color Cylindrical-coordinate representation of color #F4405C: hue angle of 350.67º 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 #F4405C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 92 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.04 |
| HSL | 350.67º | 0.89% | 0.6% | - |
| HSV(B) | 350.67º | 0.74% | 0.96% | - |
| XYZ | 41.07 | 23.67 | 12.53 | - |
| YUV | 121.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 92 | 0 | 0.74 | 0.62 | 0.04 | 350.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | 5C | 0 | 4A | 3E | 4 | 15F | 59 | 3C |
| Octal | 364 | 100 | 134 | 0 | 112 | 76 | 4 | 537 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1011100 | 0 | 1001010 | 111110 | 100 | 101011111 | 1011001 | 111100 |
Color Harmonies of #F4405C
Complementary color
Monochromatic Colors of #F4405C
Black with #F4405C
Text Example
Text Example
White with #F4405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4405C; }
p { color: rgb(244,64,92); }
H1.HeaderClassName
{
color: #F4405C;
}
.AnyTagClassName
{
color: #F4405C;
}
</style>
background-color css
<style>
a { background-color: #F4405C; }
a { background-color: rgb(244,64,92); }
div.DivClassName
{
background-color: #F4405C;
}
.BgClassName
{
background-color: #F4405C;
}
</style>
border-color css
<style>
span { border-color: #F4405C; }
span { border-color: rgb(244,64,92); }
td.TdClassName
{
border-color: #F4405C;
}
.TagClassName
{
border-color: #F4405C;
}
</style>