Shades of Radical Red #F04763
Tints of Radical Red #F04763
RGB
CMYK
RGB Variations
Color information
#F04763 (or 0xF04763) is known color: Radical Red. HEX triplet: F0, 47 and 63. RGB value is (240,71,99). Sum of RGB (Red+Green+Blue) = 240+71+99=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F04763 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04763 is #0FB89C. Grayscale: #7C7C7C. Windows color (decimal): -1030301 or 6506480. OLE color: 6506480.
HSL color Cylindrical-coordinate representation of color #F04763: hue angle of 350.06º 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 #F04763 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 99 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.06 |
| HSL | 350.06º | 0.85% | 0.61% | - |
| HSV(B) | 350.06º | 0.7% | 0.94% | - |
| XYZ | 40.44 | 23.93 | 14.29 | - |
| YUV | 124.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 99 | 0 | 0.70 | 0.59 | 0.06 | 350.06 | 0.85 | 0.61 |
| Hex | F0 | 47 | 63 | 0 | 46 | 3B | 6 | 15E | 55 | 3D |
| Octal | 360 | 107 | 143 | 0 | 106 | 73 | 6 | 536 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1100011 | 0 | 1000110 | 111011 | 110 | 101011110 | 1010101 | 111101 |
Color Harmonies of #F04763
Complementary color
Monochromatic Colors of #F04763
Black with #F04763
Text Example
Text Example
White with #F04763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04763; }
p { color: rgb(240,71,99); }
H1.HeaderClassName
{
color: #F04763;
}
.AnyTagClassName
{
color: #F04763;
}
</style>
background-color css
<style>
a { background-color: #F04763; }
a { background-color: rgb(240,71,99); }
div.DivClassName
{
background-color: #F04763;
}
.BgClassName
{
background-color: #F04763;
}
</style>
border-color css
<style>
span { border-color: #F04763; }
span { border-color: rgb(240,71,99); }
td.TdClassName
{
border-color: #F04763;
}
.TagClassName
{
border-color: #F04763;
}
</style>