Shades of Radical Red #F04753
Tints of Radical Red #F04753
RGB
CMYK
RGB Variations
Color information
#F04753 (or 0xF04753) is known color: Radical Red. HEX triplet: F0, 47 and 53. RGB value is (240,71,83). Sum of RGB (Red+Green+Blue) = 240+71+83=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F04753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04753 is #0FB8AC. Grayscale: #7B7B7B. Windows color (decimal): -1030317 or 5457904. OLE color: 5457904.
HSL color Cylindrical-coordinate representation of color #F04753: hue angle of 355.74º 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 #F04753 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 83 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.06 |
| HSL | 355.74º | 0.85% | 0.61% | - |
| HSV(B) | 355.74º | 0.7% | 0.94% | - |
| XYZ | 39.75 | 23.66 | 10.65 | - |
| YUV | 122.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 83 | 0 | 0.70 | 0.65 | 0.06 | 355.74 | 0.85 | 0.61 |
| Hex | F0 | 47 | 53 | 0 | 46 | 41 | 6 | 164 | 55 | 3D |
| Octal | 360 | 107 | 123 | 0 | 106 | 101 | 6 | 544 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1010011 | 0 | 1000110 | 1000001 | 110 | 101100100 | 1010101 | 111101 |
Color Harmonies of #F04753
Complementary color
Monochromatic Colors of #F04753
Black with #F04753
Text Example
Text Example
White with #F04753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04753; }
p { color: rgb(240,71,83); }
H1.HeaderClassName
{
color: #F04753;
}
.AnyTagClassName
{
color: #F04753;
}
</style>
background-color css
<style>
a { background-color: #F04753; }
a { background-color: rgb(240,71,83); }
div.DivClassName
{
background-color: #F04753;
}
.BgClassName
{
background-color: #F04753;
}
</style>
border-color css
<style>
span { border-color: #F04753; }
span { border-color: rgb(240,71,83); }
td.TdClassName
{
border-color: #F04753;
}
.TagClassName
{
border-color: #F04753;
}
</style>