Shades of Radical Red #F04863
Tints of Radical Red #F04863
RGB
CMYK
RGB Variations
Color information
#F04863 (or 0xF04863) is known color: Radical Red. HEX triplet: F0, 48 and 63. RGB value is (240,72,99). Sum of RGB (Red+Green+Blue) = 240+72+99=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F04863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04863 is #0FB79C. Grayscale: #7D7D7D. Windows color (decimal): -1030045 or 6506736. OLE color: 6506736.
HSL color Cylindrical-coordinate representation of color #F04863: hue angle of 350.36º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04863 is Cyan = 0, Magento = 0.7, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 99 | - |
| CMYK | 0 | 0.7 | 0.59 | 0.06 |
| HSL | 350.36º | 0.85% | 0.61% | - |
| HSV(B) | 350.36º | 0.7% | 0.94% | - |
| XYZ | 40.5 | 24.06 | 14.31 | - |
| YUV | 125.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 99 | 0 | 0.7 | 0.59 | 0.06 | 350.36 | 0.85 | 0.61 |
| Hex | F0 | 48 | 63 | 0 | 46 | 3B | 6 | 15E | 55 | 3D |
| Octal | 360 | 110 | 143 | 0 | 106 | 73 | 6 | 536 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1100011 | 0 | 1000110 | 111011 | 110 | 101011110 | 1010101 | 111101 |
Color Harmonies of #F04863
Complementary color
Monochromatic Colors of #F04863
Black with #F04863
Text Example
Text Example
White with #F04863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04863; }
p { color: rgb(240,72,99); }
H1.HeaderClassName
{
color: #F04863;
}
.AnyTagClassName
{
color: #F04863;
}
</style>
background-color css
<style>
a { background-color: #F04863; }
a { background-color: rgb(240,72,99); }
div.DivClassName
{
background-color: #F04863;
}
.BgClassName
{
background-color: #F04863;
}
</style>
border-color css
<style>
span { border-color: #F04863; }
span { border-color: rgb(240,72,99); }
td.TdClassName
{
border-color: #F04863;
}
.TagClassName
{
border-color: #F04863;
}
</style>