Shades of Radical Red #F4465A
Tints of Radical Red #F4465A
RGB
CMYK
RGB Variations
Color information
#F4465A (or 0xF4465A) is known color: Radical Red. HEX triplet: F4, 46 and 5A. RGB value is (244,70,90). Sum of RGB (Red+Green+Blue) = 244+70+90=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4465A is #0BB9A5. Grayscale: #7C7C7C. Windows color (decimal): -768422 or 5916404. OLE color: 5916404.
HSL color Cylindrical-coordinate representation of color #F4465A: hue angle of 353.1º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4465A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 90 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.04 |
| HSL | 353.1º | 0.89% | 0.62% | - |
| HSV(B) | 353.1º | 0.71% | 0.96% | - |
| XYZ | 41.34 | 24.35 | 12.19 | - |
| YUV | 124.31 | 108.65 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 90 | 0 | 0.71 | 0.63 | 0.04 | 353.1 | 0.89 | 0.62 |
| Hex | F4 | 46 | 5A | 0 | 47 | 3F | 4 | 161 | 59 | 3E |
| Octal | 364 | 106 | 132 | 0 | 107 | 77 | 4 | 541 | 131 | 76 |
| Binary | 11110100 | 1000110 | 1011010 | 0 | 1000111 | 111111 | 100 | 101100001 | 1011001 | 111110 |
Color Harmonies of #F4465A
Complementary color
Monochromatic Colors of #F4465A
Black with #F4465A
Text Example
Text Example
White with #F4465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4465A; }
p { color: rgb(244,70,90); }
H1.HeaderClassName
{
color: #F4465A;
}
.AnyTagClassName
{
color: #F4465A;
}
</style>
background-color css
<style>
a { background-color: #F4465A; }
a { background-color: rgb(244,70,90); }
div.DivClassName
{
background-color: #F4465A;
}
.BgClassName
{
background-color: #F4465A;
}
</style>
border-color css
<style>
span { border-color: #F4465A; }
span { border-color: rgb(244,70,90); }
td.TdClassName
{
border-color: #F4465A;
}
.TagClassName
{
border-color: #F4465A;
}
</style>