Shades of Radical Red #F5465A
Tints of Radical Red #F5465A
RGB
CMYK
RGB Variations
Color information
#F5465A (or 0xF5465A) is known color: Radical Red. HEX triplet: F5, 46 and 5A. RGB value is (245,70,90). Sum of RGB (Red+Green+Blue) = 245+70+90=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5465A is #0AB9A5. Grayscale: #7C7C7C. Windows color (decimal): -702886 or 5916405. OLE color: 5916405.
HSL color Cylindrical-coordinate representation of color #F5465A: hue angle of 353.14º degrees, saturation: 0.9, 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 #F5465A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 90 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.04 |
| HSL | 353.14º | 0.9% | 0.62% | - |
| HSV(B) | 353.14º | 0.71% | 0.96% | - |
| XYZ | 41.69 | 24.53 | 12.21 | - |
| YUV | 124.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 90 | 0 | 0.71 | 0.63 | 0.04 | 353.14 | 0.9 | 0.62 |
| Hex | F5 | 46 | 5A | 0 | 47 | 3F | 4 | 161 | 5A | 3E |
| Octal | 365 | 106 | 132 | 0 | 107 | 77 | 4 | 541 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1011010 | 0 | 1000111 | 111111 | 100 | 101100001 | 1011010 | 111110 |
Color Harmonies of #F5465A
Complementary color
Monochromatic Colors of #F5465A
Black with #F5465A
Text Example
Text Example
White with #F5465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5465A; }
p { color: rgb(245,70,90); }
H1.HeaderClassName
{
color: #F5465A;
}
.AnyTagClassName
{
color: #F5465A;
}
</style>
background-color css
<style>
a { background-color: #F5465A; }
a { background-color: rgb(245,70,90); }
div.DivClassName
{
background-color: #F5465A;
}
.BgClassName
{
background-color: #F5465A;
}
</style>
border-color css
<style>
span { border-color: #F5465A; }
span { border-color: rgb(245,70,90); }
td.TdClassName
{
border-color: #F5465A;
}
.TagClassName
{
border-color: #F5465A;
}
</style>