Shades of Radical Red #F04150
Tints of Radical Red #F04150
RGB
CMYK
RGB Variations
Color information
#F04150 (or 0xF04150) is known color: Radical Red. HEX triplet: F0, 41 and 50. RGB value is (240,65,80). Sum of RGB (Red+Green+Blue) = 240+65+80=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F04150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04150 is #0FBEAF. Grayscale: #777777. Windows color (decimal): -1031856 or 5259760. OLE color: 5259760.
HSL color Cylindrical-coordinate representation of color #F04150: hue angle of 354.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04150 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 80 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.06 |
| HSL | 354.86º | 0.85% | 0.6% | - |
| HSV(B) | 354.86º | 0.73% | 0.94% | - |
| XYZ | 39.27 | 22.89 | 9.94 | - |
| YUV | 119.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 80 | 0 | 0.73 | 0.67 | 0.06 | 354.86 | 0.85 | 0.6 |
| Hex | F0 | 41 | 50 | 0 | 49 | 43 | 6 | 163 | 55 | 3C |
| Octal | 360 | 101 | 120 | 0 | 111 | 103 | 6 | 543 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1010000 | 0 | 1001001 | 1000011 | 110 | 101100011 | 1010101 | 111100 |
Color Harmonies of #F04150
Complementary color
Monochromatic Colors of #F04150
Black with #F04150
Text Example
Text Example
White with #F04150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04150; }
p { color: rgb(240,65,80); }
H1.HeaderClassName
{
color: #F04150;
}
.AnyTagClassName
{
color: #F04150;
}
</style>
background-color css
<style>
a { background-color: #F04150; }
a { background-color: rgb(240,65,80); }
div.DivClassName
{
background-color: #F04150;
}
.BgClassName
{
background-color: #F04150;
}
</style>
border-color css
<style>
span { border-color: #F04150; }
span { border-color: rgb(240,65,80); }
td.TdClassName
{
border-color: #F04150;
}
.TagClassName
{
border-color: #F04150;
}
</style>