Shades of Radical Red #F04461
Tints of Radical Red #F04461
RGB
CMYK
RGB Variations
Color information
#F04461 (or 0xF04461) is known color: Radical Red. HEX triplet: F0, 44 and 61. RGB value is (240,68,97). Sum of RGB (Red+Green+Blue) = 240+68+97=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F04461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04461 is #0FBB9E. Grayscale: #7A7A7A. Windows color (decimal): -1031071 or 6374640. OLE color: 6374640.
HSL color Cylindrical-coordinate representation of color #F04461: hue angle of 349.88º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04461 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 97 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.06 |
| HSL | 349.88º | 0.85% | 0.6% | - |
| HSV(B) | 349.88º | 0.72% | 0.94% | - |
| XYZ | 40.16 | 23.52 | 13.73 | - |
| YUV | 122.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 97 | 0 | 0.72 | 0.60 | 0.06 | 349.88 | 0.85 | 0.6 |
| Hex | F0 | 44 | 61 | 0 | 48 | 3C | 6 | 15E | 55 | 3C |
| Octal | 360 | 104 | 141 | 0 | 110 | 74 | 6 | 536 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1100001 | 0 | 1001000 | 111100 | 110 | 101011110 | 1010101 | 111100 |
Color Harmonies of #F04461
Complementary color
Monochromatic Colors of #F04461
Black with #F04461
Text Example
Text Example
White with #F04461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04461; }
p { color: rgb(240,68,97); }
H1.HeaderClassName
{
color: #F04461;
}
.AnyTagClassName
{
color: #F04461;
}
</style>
background-color css
<style>
a { background-color: #F04461; }
a { background-color: rgb(240,68,97); }
div.DivClassName
{
background-color: #F04461;
}
.BgClassName
{
background-color: #F04461;
}
</style>
border-color css
<style>
span { border-color: #F04461; }
span { border-color: rgb(240,68,97); }
td.TdClassName
{
border-color: #F04461;
}
.TagClassName
{
border-color: #F04461;
}
</style>