Shades of Radical Red #F04462
Tints of Radical Red #F04462
RGB
CMYK
RGB Variations
Color information
#F04462 (or 0xF04462) is known color: Radical Red. HEX triplet: F0, 44 and 62. RGB value is (240,68,98). Sum of RGB (Red+Green+Blue) = 240+68+98=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F04462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04462 is #0FBB9D. Grayscale: #7A7A7A. Windows color (decimal): -1031070 or 6440176. OLE color: 6440176.
HSL color Cylindrical-coordinate representation of color #F04462: hue angle of 349.53º 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 #F04462 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 98 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.06 |
| HSL | 349.53º | 0.85% | 0.6% | - |
| HSV(B) | 349.53º | 0.72% | 0.94% | - |
| XYZ | 40.21 | 23.54 | 13.98 | - |
| YUV | 122.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 98 | 0 | 0.72 | 0.59 | 0.06 | 349.53 | 0.85 | 0.6 |
| Hex | F0 | 44 | 62 | 0 | 48 | 3B | 6 | 15E | 55 | 3C |
| Octal | 360 | 104 | 142 | 0 | 110 | 73 | 6 | 536 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1100010 | 0 | 1001000 | 111011 | 110 | 101011110 | 1010101 | 111100 |
Color Harmonies of #F04462
Complementary color
Monochromatic Colors of #F04462
Black with #F04462
Text Example
Text Example
White with #F04462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04462; }
p { color: rgb(240,68,98); }
H1.HeaderClassName
{
color: #F04462;
}
.AnyTagClassName
{
color: #F04462;
}
</style>
background-color css
<style>
a { background-color: #F04462; }
a { background-color: rgb(240,68,98); }
div.DivClassName
{
background-color: #F04462;
}
.BgClassName
{
background-color: #F04462;
}
</style>
border-color css
<style>
span { border-color: #F04462; }
span { border-color: rgb(240,68,98); }
td.TdClassName
{
border-color: #F04462;
}
.TagClassName
{
border-color: #F04462;
}
</style>