Shades of Radical Red #F04257
Tints of Radical Red #F04257
RGB
CMYK
RGB Variations
Color information
#F04257 (or 0xF04257) is known color: Radical Red. HEX triplet: F0, 42 and 57. RGB value is (240,66,87). Sum of RGB (Red+Green+Blue) = 240+66+87=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04257 is #0FBDA8. Grayscale: #787878. Windows color (decimal): -1031593 or 5718768. OLE color: 5718768.
HSL color Cylindrical-coordinate representation of color #F04257: hue angle of 352.76º 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 #F04257 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 87 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.06 |
| HSL | 352.76º | 0.85% | 0.6% | - |
| HSV(B) | 352.76º | 0.73% | 0.94% | - |
| XYZ | 39.6 | 23.11 | 11.39 | - |
| YUV | 120.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 87 | 0 | 0.72 | 0.64 | 0.06 | 352.76 | 0.85 | 0.6 |
| Hex | F0 | 42 | 57 | 0 | 48 | 40 | 6 | 161 | 55 | 3C |
| Octal | 360 | 102 | 127 | 0 | 110 | 100 | 6 | 541 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1010111 | 0 | 1001000 | 1000000 | 110 | 101100001 | 1010101 | 111100 |
Color Harmonies of #F04257
Complementary color
Monochromatic Colors of #F04257
Black with #F04257
Text Example
Text Example
White with #F04257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04257; }
p { color: rgb(240,66,87); }
H1.HeaderClassName
{
color: #F04257;
}
.AnyTagClassName
{
color: #F04257;
}
</style>
background-color css
<style>
a { background-color: #F04257; }
a { background-color: rgb(240,66,87); }
div.DivClassName
{
background-color: #F04257;
}
.BgClassName
{
background-color: #F04257;
}
</style>
border-color css
<style>
span { border-color: #F04257; }
span { border-color: rgb(240,66,87); }
td.TdClassName
{
border-color: #F04257;
}
.TagClassName
{
border-color: #F04257;
}
</style>