Shades of Radical Red #F04F57
Tints of Radical Red #F04F57
RGB
CMYK
RGB Variations
Color information
#F04F57 (or 0xF04F57) is known color: Radical Red. HEX triplet: F0, 4F and 57. RGB value is (240,79,87). Sum of RGB (Red+Green+Blue) = 240+79+87=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F57 is #0FB0A8. Grayscale: #808080. Windows color (decimal): -1028265 or 5722096. OLE color: 5722096.
HSL color Cylindrical-coordinate representation of color #F04F57: hue angle of 357.02º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F57 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 87 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.06 |
| HSL | 357.02º | 0.84% | 0.63% | - |
| HSV(B) | 357.02º | 0.67% | 0.94% | - |
| XYZ | 40.45 | 24.81 | 11.67 | - |
| YUV | 128.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 87 | 0 | 0.67 | 0.64 | 0.06 | 357.02 | 0.84 | 0.63 |
| Hex | F0 | 4F | 57 | 0 | 43 | 40 | 6 | 165 | 54 | 3F |
| Octal | 360 | 117 | 127 | 0 | 103 | 100 | 6 | 545 | 124 | 77 |
| Binary | 11110000 | 1001111 | 1010111 | 0 | 1000011 | 1000000 | 110 | 101100101 | 1010100 | 111111 |
Color Harmonies of #F04F57
Complementary color
Monochromatic Colors of #F04F57
Black with #F04F57
Text Example
Text Example
White with #F04F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F57; }
p { color: rgb(240,79,87); }
H1.HeaderClassName
{
color: #F04F57;
}
.AnyTagClassName
{
color: #F04F57;
}
</style>
background-color css
<style>
a { background-color: #F04F57; }
a { background-color: rgb(240,79,87); }
div.DivClassName
{
background-color: #F04F57;
}
.BgClassName
{
background-color: #F04F57;
}
</style>
border-color css
<style>
span { border-color: #F04F57; }
span { border-color: rgb(240,79,87); }
td.TdClassName
{
border-color: #F04F57;
}
.TagClassName
{
border-color: #F04F57;
}
</style>