Shades of Radical Red #F04053
Tints of Radical Red #F04053
RGB
CMYK
RGB Variations
Color information
#F04053 (or 0xF04053) is known color: Radical Red. HEX triplet: F0, 40 and 53. RGB value is (240,64,83). Sum of RGB (Red+Green+Blue) = 240+64+83=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F04053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04053 is #0FBFAC. Grayscale: #767676. Windows color (decimal): -1032109 or 5456112. OLE color: 5456112.
HSL color Cylindrical-coordinate representation of color #F04053: hue angle of 353.52º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04053 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 83 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.06 |
| HSL | 353.52º | 0.85% | 0.6% | - |
| HSV(B) | 353.52º | 0.73% | 0.94% | - |
| XYZ | 39.33 | 22.82 | 10.51 | - |
| YUV | 118.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 83 | 0 | 0.73 | 0.65 | 0.06 | 353.52 | 0.85 | 0.6 |
| Hex | F0 | 40 | 53 | 0 | 49 | 41 | 6 | 162 | 55 | 3C |
| Octal | 360 | 100 | 123 | 0 | 111 | 101 | 6 | 542 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1010011 | 0 | 1001001 | 1000001 | 110 | 101100010 | 1010101 | 111100 |
Color Harmonies of #F04053
Complementary color
Monochromatic Colors of #F04053
Black with #F04053
Text Example
Text Example
White with #F04053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04053; }
p { color: rgb(240,64,83); }
H1.HeaderClassName
{
color: #F04053;
}
.AnyTagClassName
{
color: #F04053;
}
</style>
background-color css
<style>
a { background-color: #F04053; }
a { background-color: rgb(240,64,83); }
div.DivClassName
{
background-color: #F04053;
}
.BgClassName
{
background-color: #F04053;
}
</style>
border-color css
<style>
span { border-color: #F04053; }
span { border-color: rgb(240,64,83); }
td.TdClassName
{
border-color: #F04053;
}
.TagClassName
{
border-color: #F04053;
}
</style>