Shades of Radical Red #F04864
Tints of Radical Red #F04864
RGB
CMYK
RGB Variations
Color information
#F04864 (or 0xF04864) is known color: Radical Red. HEX triplet: F0, 48 and 64. RGB value is (240,72,100). Sum of RGB (Red+Green+Blue) = 240+72+100=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F04864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04864 is #0FB79B. Grayscale: #7D7D7D. Windows color (decimal): -1030044 or 6572272. OLE color: 6572272.
HSL color Cylindrical-coordinate representation of color #F04864: hue angle of 350º 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 #F04864 is Cyan = 0, Magento = 0.7, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 100 | - |
| CMYK | 0 | 0.7 | 0.58 | 0.06 |
| HSL | 350º | 0.85% | 0.61% | - |
| HSV(B) | 350º | 0.7% | 0.94% | - |
| XYZ | 40.55 | 24.08 | 14.57 | - |
| YUV | 125.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 100 | 0 | 0.7 | 0.58 | 0.06 | 350 | 0.85 | 0.61 |
| Hex | F0 | 48 | 64 | 0 | 46 | 3A | 6 | 15E | 55 | 3D |
| Octal | 360 | 110 | 144 | 0 | 106 | 72 | 6 | 536 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1100100 | 0 | 1000110 | 111010 | 110 | 101011110 | 1010101 | 111101 |
Color Harmonies of #F04864
Complementary color
Monochromatic Colors of #F04864
Black with #F04864
Text Example
Text Example
White with #F04864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04864; }
p { color: rgb(240,72,100); }
H1.HeaderClassName
{
color: #F04864;
}
.AnyTagClassName
{
color: #F04864;
}
</style>
background-color css
<style>
a { background-color: #F04864; }
a { background-color: rgb(240,72,100); }
div.DivClassName
{
background-color: #F04864;
}
.BgClassName
{
background-color: #F04864;
}
</style>
border-color css
<style>
span { border-color: #F04864; }
span { border-color: rgb(240,72,100); }
td.TdClassName
{
border-color: #F04864;
}
.TagClassName
{
border-color: #F04864;
}
</style>