Shades of Radical Red #F04558
Tints of Radical Red #F04558
RGB
CMYK
RGB Variations
Color information
#F04558 (or 0xF04558) is known color: Radical Red. HEX triplet: F0, 45 and 58. RGB value is (240,69,88). Sum of RGB (Red+Green+Blue) = 240+69+88=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F04558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04558 is #0FBAA7. Grayscale: #7A7A7A. Windows color (decimal): -1030824 or 5785072. OLE color: 5785072.
HSL color Cylindrical-coordinate representation of color #F04558: hue angle of 353.33º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04558 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 88 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.06 |
| HSL | 353.33º | 0.85% | 0.61% | - |
| HSV(B) | 353.33º | 0.71% | 0.94% | - |
| XYZ | 39.82 | 23.49 | 11.67 | - |
| YUV | 122.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 88 | 0 | 0.71 | 0.63 | 0.06 | 353.33 | 0.85 | 0.61 |
| Hex | F0 | 45 | 58 | 0 | 47 | 3F | 6 | 161 | 55 | 3D |
| Octal | 360 | 105 | 130 | 0 | 107 | 77 | 6 | 541 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1011000 | 0 | 1000111 | 111111 | 110 | 101100001 | 1010101 | 111101 |
Color Harmonies of #F04558
Complementary color
Monochromatic Colors of #F04558
Black with #F04558
Text Example
Text Example
White with #F04558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04558; }
p { color: rgb(240,69,88); }
H1.HeaderClassName
{
color: #F04558;
}
.AnyTagClassName
{
color: #F04558;
}
</style>
background-color css
<style>
a { background-color: #F04558; }
a { background-color: rgb(240,69,88); }
div.DivClassName
{
background-color: #F04558;
}
.BgClassName
{
background-color: #F04558;
}
</style>
border-color css
<style>
span { border-color: #F04558; }
span { border-color: rgb(240,69,88); }
td.TdClassName
{
border-color: #F04558;
}
.TagClassName
{
border-color: #F04558;
}
</style>