Shades of Radical Red #F04858
Tints of Radical Red #F04858
RGB
CMYK
RGB Variations
Color information
#F04858 (or 0xF04858) is known color: Radical Red. HEX triplet: F0, 48 and 58. RGB value is (240,72,88). Sum of RGB (Red+Green+Blue) = 240+72+88=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F04858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04858 is #0FB7A7. Grayscale: #7C7C7C. Windows color (decimal): -1030056 or 5785840. OLE color: 5785840.
HSL color Cylindrical-coordinate representation of color #F04858: hue angle of 354.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04858 is Cyan = 0, Magento = 0.7, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 88 | - |
| CMYK | 0 | 0.7 | 0.63 | 0.06 |
| HSL | 354.29º | 0.85% | 0.61% | - |
| HSV(B) | 354.29º | 0.7% | 0.94% | - |
| XYZ | 40.01 | 23.86 | 11.73 | - |
| YUV | 124.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 88 | 0 | 0.7 | 0.63 | 0.06 | 354.29 | 0.85 | 0.61 |
| Hex | F0 | 48 | 58 | 0 | 46 | 3F | 6 | 162 | 55 | 3D |
| Octal | 360 | 110 | 130 | 0 | 106 | 77 | 6 | 542 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1011000 | 0 | 1000110 | 111111 | 110 | 101100010 | 1010101 | 111101 |
Color Harmonies of #F04858
Complementary color
Monochromatic Colors of #F04858
Black with #F04858
Text Example
Text Example
White with #F04858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04858; }
p { color: rgb(240,72,88); }
H1.HeaderClassName
{
color: #F04858;
}
.AnyTagClassName
{
color: #F04858;
}
</style>
background-color css
<style>
a { background-color: #F04858; }
a { background-color: rgb(240,72,88); }
div.DivClassName
{
background-color: #F04858;
}
.BgClassName
{
background-color: #F04858;
}
</style>
border-color css
<style>
span { border-color: #F04858; }
span { border-color: rgb(240,72,88); }
td.TdClassName
{
border-color: #F04858;
}
.TagClassName
{
border-color: #F04858;
}
</style>