Shades of Radical Red #F04556
Tints of Radical Red #F04556
RGB
CMYK
RGB Variations
Color information
#F04556 (or 0xF04556) is known color: Radical Red. HEX triplet: F0, 45 and 56. RGB value is (240,69,86). Sum of RGB (Red+Green+Blue) = 240+69+86=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F04556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04556 is #0FBAA9. Grayscale: #7A7A7A. Windows color (decimal): -1030826 or 5654000. OLE color: 5654000.
HSL color Cylindrical-coordinate representation of color #F04556: hue angle of 354.04º 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 #F04556 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 86 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.06 |
| HSL | 354.04º | 0.85% | 0.61% | - |
| HSV(B) | 354.04º | 0.71% | 0.94% | - |
| XYZ | 39.74 | 23.45 | 11.24 | - |
| YUV | 122.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 86 | 0 | 0.71 | 0.64 | 0.06 | 354.04 | 0.85 | 0.61 |
| Hex | F0 | 45 | 56 | 0 | 47 | 40 | 6 | 162 | 55 | 3D |
| Octal | 360 | 105 | 126 | 0 | 107 | 100 | 6 | 542 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1010110 | 0 | 1000111 | 1000000 | 110 | 101100010 | 1010101 | 111101 |
Color Harmonies of #F04556
Complementary color
Monochromatic Colors of #F04556
Black with #F04556
Text Example
Text Example
White with #F04556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04556; }
p { color: rgb(240,69,86); }
H1.HeaderClassName
{
color: #F04556;
}
.AnyTagClassName
{
color: #F04556;
}
</style>
background-color css
<style>
a { background-color: #F04556; }
a { background-color: rgb(240,69,86); }
div.DivClassName
{
background-color: #F04556;
}
.BgClassName
{
background-color: #F04556;
}
</style>
border-color css
<style>
span { border-color: #F04556; }
span { border-color: rgb(240,69,86); }
td.TdClassName
{
border-color: #F04556;
}
.TagClassName
{
border-color: #F04556;
}
</style>