Shades of Radical Red #F0465E
Tints of Radical Red #F0465E
RGB
CMYK
RGB Variations
Color information
#F0465E (or 0xF0465E) is known color: Radical Red. HEX triplet: F0, 46 and 5E. RGB value is (240,70,94). Sum of RGB (Red+Green+Blue) = 240+70+94=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0465E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0465E is #0FB9A1. Grayscale: #7B7B7B. Windows color (decimal): -1030562 or 6178544. OLE color: 6178544.
HSL color Cylindrical-coordinate representation of color #F0465E: hue angle of 351.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0465E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 94 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.06 |
| HSL | 351.53º | 0.85% | 0.61% | - |
| HSV(B) | 351.53º | 0.71% | 0.94% | - |
| XYZ | 40.15 | 23.71 | 13.05 | - |
| YUV | 123.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 94 | 0 | 0.71 | 0.61 | 0.06 | 351.53 | 0.85 | 0.61 |
| Hex | F0 | 46 | 5E | 0 | 47 | 3D | 6 | 160 | 55 | 3D |
| Octal | 360 | 106 | 136 | 0 | 107 | 75 | 6 | 540 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1011110 | 0 | 1000111 | 111101 | 110 | 101100000 | 1010101 | 111101 |
Color Harmonies of #F0465E
Complementary color
Monochromatic Colors of #F0465E
Black with #F0465E
Text Example
Text Example
White with #F0465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0465E; }
p { color: rgb(240,70,94); }
H1.HeaderClassName
{
color: #F0465E;
}
.AnyTagClassName
{
color: #F0465E;
}
</style>
background-color css
<style>
a { background-color: #F0465E; }
a { background-color: rgb(240,70,94); }
div.DivClassName
{
background-color: #F0465E;
}
.BgClassName
{
background-color: #F0465E;
}
</style>
border-color css
<style>
span { border-color: #F0465E; }
span { border-color: rgb(240,70,94); }
td.TdClassName
{
border-color: #F0465E;
}
.TagClassName
{
border-color: #F0465E;
}
</style>