Shades of Radical Red #F5465B
Tints of Radical Red #F5465B
RGB
CMYK
RGB Variations
Color information
#F5465B (or 0xF5465B) is known color: Radical Red. HEX triplet: F5, 46 and 5B. RGB value is (245,70,91). Sum of RGB (Red+Green+Blue) = 245+70+91=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5465B is #0AB9A4. Grayscale: #7C7C7C. Windows color (decimal): -702885 or 5981941. OLE color: 5981941.
HSL color Cylindrical-coordinate representation of color #F5465B: hue angle of 352.8º 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 #F5465B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 91 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.04 |
| HSL | 352.8º | 0.9% | 0.62% | - |
| HSV(B) | 352.8º | 0.71% | 0.96% | - |
| XYZ | 41.73 | 24.55 | 12.44 | - |
| YUV | 124.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 91 | 0 | 0.71 | 0.63 | 0.04 | 352.8 | 0.9 | 0.62 |
| Hex | F5 | 46 | 5B | 0 | 47 | 3F | 4 | 161 | 5A | 3E |
| Octal | 365 | 106 | 133 | 0 | 107 | 77 | 4 | 541 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1011011 | 0 | 1000111 | 111111 | 100 | 101100001 | 1011010 | 111110 |
Color Harmonies of #F5465B
Complementary color
Monochromatic Colors of #F5465B
Black with #F5465B
Text Example
Text Example
White with #F5465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5465B; }
p { color: rgb(245,70,91); }
H1.HeaderClassName
{
color: #F5465B;
}
.AnyTagClassName
{
color: #F5465B;
}
</style>
background-color css
<style>
a { background-color: #F5465B; }
a { background-color: rgb(245,70,91); }
div.DivClassName
{
background-color: #F5465B;
}
.BgClassName
{
background-color: #F5465B;
}
</style>
border-color css
<style>
span { border-color: #F5465B; }
span { border-color: rgb(245,70,91); }
td.TdClassName
{
border-color: #F5465B;
}
.TagClassName
{
border-color: #F5465B;
}
</style>