Shades of Radical Red #F0435F
Tints of Radical Red #F0435F
RGB
CMYK
RGB Variations
Color information
#F0435F (or 0xF0435F) is known color: Radical Red. HEX triplet: F0, 43 and 5F. RGB value is (240,67,95). Sum of RGB (Red+Green+Blue) = 240+67+95=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0435F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0435F is #0FBCA0. Grayscale: #797979. Windows color (decimal): -1031329 or 6243312. OLE color: 6243312.
HSL color Cylindrical-coordinate representation of color #F0435F: hue angle of 350.29º 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 #F0435F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 95 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.06 |
| HSL | 350.29º | 0.85% | 0.6% | - |
| HSV(B) | 350.29º | 0.72% | 0.94% | - |
| XYZ | 40.01 | 23.37 | 13.23 | - |
| YUV | 121.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 95 | 0 | 0.72 | 0.60 | 0.06 | 350.29 | 0.85 | 0.6 |
| Hex | F0 | 43 | 5F | 0 | 48 | 3C | 6 | 15E | 55 | 3C |
| Octal | 360 | 103 | 137 | 0 | 110 | 74 | 6 | 536 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1011111 | 0 | 1001000 | 111100 | 110 | 101011110 | 1010101 | 111100 |
Color Harmonies of #F0435F
Complementary color
Monochromatic Colors of #F0435F
Black with #F0435F
Text Example
Text Example
White with #F0435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0435F; }
p { color: rgb(240,67,95); }
H1.HeaderClassName
{
color: #F0435F;
}
.AnyTagClassName
{
color: #F0435F;
}
</style>
background-color css
<style>
a { background-color: #F0435F; }
a { background-color: rgb(240,67,95); }
div.DivClassName
{
background-color: #F0435F;
}
.BgClassName
{
background-color: #F0435F;
}
</style>
border-color css
<style>
span { border-color: #F0435F; }
span { border-color: rgb(240,67,95); }
td.TdClassName
{
border-color: #F0435F;
}
.TagClassName
{
border-color: #F0435F;
}
</style>