Shades of Radical Red #F04561
Tints of Radical Red #F04561
RGB
CMYK
RGB Variations
Color information
#F04561 (or 0xF04561) is known color: Radical Red. HEX triplet: F0, 45 and 61. RGB value is (240,69,97). Sum of RGB (Red+Green+Blue) = 240+69+97=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F04561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04561 is #0FBA9E. Grayscale: #7B7B7B. Windows color (decimal): -1030815 or 6374896. OLE color: 6374896.
HSL color Cylindrical-coordinate representation of color #F04561: hue angle of 350.18º 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 #F04561 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 97 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.06 |
| HSL | 350.18º | 0.85% | 0.61% | - |
| HSV(B) | 350.18º | 0.71% | 0.94% | - |
| XYZ | 40.22 | 23.64 | 13.75 | - |
| YUV | 123.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 97 | 0 | 0.71 | 0.60 | 0.06 | 350.18 | 0.85 | 0.61 |
| Hex | F0 | 45 | 61 | 0 | 47 | 3C | 6 | 15E | 55 | 3D |
| Octal | 360 | 105 | 141 | 0 | 107 | 74 | 6 | 536 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1100001 | 0 | 1000111 | 111100 | 110 | 101011110 | 1010101 | 111101 |
Color Harmonies of #F04561
Complementary color
Monochromatic Colors of #F04561
Black with #F04561
Text Example
Text Example
White with #F04561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04561; }
p { color: rgb(240,69,97); }
H1.HeaderClassName
{
color: #F04561;
}
.AnyTagClassName
{
color: #F04561;
}
</style>
background-color css
<style>
a { background-color: #F04561; }
a { background-color: rgb(240,69,97); }
div.DivClassName
{
background-color: #F04561;
}
.BgClassName
{
background-color: #F04561;
}
</style>
border-color css
<style>
span { border-color: #F04561; }
span { border-color: rgb(240,69,97); }
td.TdClassName
{
border-color: #F04561;
}
.TagClassName
{
border-color: #F04561;
}
</style>