Shades of Radical Red #F0435E
Tints of Radical Red #F0435E
RGB
CMYK
RGB Variations
Color information
#F0435E (or 0xF0435E) is known color: Radical Red. HEX triplet: F0, 43 and 5E. RGB value is (240,67,94). Sum of RGB (Red+Green+Blue) = 240+67+94=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0435E is #0FBCA1. Grayscale: #797979. Windows color (decimal): -1031330 or 6177776. OLE color: 6177776.
HSL color Cylindrical-coordinate representation of color #F0435E: hue angle of 350.64º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0435E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 94 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.06 |
| HSL | 350.64º | 0.85% | 0.6% | - |
| HSV(B) | 350.64º | 0.72% | 0.94% | - |
| XYZ | 39.96 | 23.35 | 12.99 | - |
| YUV | 121.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 94 | 0 | 0.72 | 0.61 | 0.06 | 350.64 | 0.85 | 0.6 |
| Hex | F0 | 43 | 5E | 0 | 48 | 3D | 6 | 15F | 55 | 3C |
| Octal | 360 | 103 | 136 | 0 | 110 | 75 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1011110 | 0 | 1001000 | 111101 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0435E
Complementary color
Monochromatic Colors of #F0435E
Black with #F0435E
Text Example
Text Example
White with #F0435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0435E; }
p { color: rgb(240,67,94); }
H1.HeaderClassName
{
color: #F0435E;
}
.AnyTagClassName
{
color: #F0435E;
}
</style>
background-color css
<style>
a { background-color: #F0435E; }
a { background-color: rgb(240,67,94); }
div.DivClassName
{
background-color: #F0435E;
}
.BgClassName
{
background-color: #F0435E;
}
</style>
border-color css
<style>
span { border-color: #F0435E; }
span { border-color: rgb(240,67,94); }
td.TdClassName
{
border-color: #F0435E;
}
.TagClassName
{
border-color: #F0435E;
}
</style>