Shades of Radical Red #F04764
Tints of Radical Red #F04764
RGB
CMYK
RGB Variations
Color information
#F04764 (or 0xF04764) is known color: Radical Red. HEX triplet: F0, 47 and 64. RGB value is (240,71,100). Sum of RGB (Red+Green+Blue) = 240+71+100=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F04764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04764 is #0FB89B. Grayscale: #7C7C7C. Windows color (decimal): -1030300 or 6572016. OLE color: 6572016.
HSL color Cylindrical-coordinate representation of color #F04764: hue angle of 349.7º 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 #F04764 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 100 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.06 |
| HSL | 349.7º | 0.85% | 0.61% | - |
| HSV(B) | 349.7º | 0.7% | 0.94% | - |
| XYZ | 40.49 | 23.95 | 14.55 | - |
| YUV | 124.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 100 | 0 | 0.70 | 0.58 | 0.06 | 349.7 | 0.85 | 0.61 |
| Hex | F0 | 47 | 64 | 0 | 46 | 3A | 6 | 15E | 55 | 3D |
| Octal | 360 | 107 | 144 | 0 | 106 | 72 | 6 | 536 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1100100 | 0 | 1000110 | 111010 | 110 | 101011110 | 1010101 | 111101 |
Color Harmonies of #F04764
Complementary color
Monochromatic Colors of #F04764
Black with #F04764
Text Example
Text Example
White with #F04764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04764; }
p { color: rgb(240,71,100); }
H1.HeaderClassName
{
color: #F04764;
}
.AnyTagClassName
{
color: #F04764;
}
</style>
background-color css
<style>
a { background-color: #F04764; }
a { background-color: rgb(240,71,100); }
div.DivClassName
{
background-color: #F04764;
}
.BgClassName
{
background-color: #F04764;
}
</style>
border-color css
<style>
span { border-color: #F04764; }
span { border-color: rgb(240,71,100); }
td.TdClassName
{
border-color: #F04764;
}
.TagClassName
{
border-color: #F04764;
}
</style>