Shades of Radical Red #F04553
Tints of Radical Red #F04553
RGB
CMYK
RGB Variations
Color information
#F04553 (or 0xF04553) is known color: Radical Red. HEX triplet: F0, 45 and 53. RGB value is (240,69,83). Sum of RGB (Red+Green+Blue) = 240+69+83=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F04553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04553 is #0FBAAC. Grayscale: #797979. Windows color (decimal): -1030829 or 5457392. OLE color: 5457392.
HSL color Cylindrical-coordinate representation of color #F04553: hue angle of 355.09º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04553 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 83 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.06 |
| HSL | 355.09º | 0.85% | 0.61% | - |
| HSV(B) | 355.09º | 0.71% | 0.94% | - |
| XYZ | 39.62 | 23.41 | 10.61 | - |
| YUV | 121.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 83 | 0 | 0.71 | 0.65 | 0.06 | 355.09 | 0.85 | 0.61 |
| Hex | F0 | 45 | 53 | 0 | 47 | 41 | 6 | 163 | 55 | 3D |
| Octal | 360 | 105 | 123 | 0 | 107 | 101 | 6 | 543 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1010011 | 0 | 1000111 | 1000001 | 110 | 101100011 | 1010101 | 111101 |
Color Harmonies of #F04553
Complementary color
Monochromatic Colors of #F04553
Black with #F04553
Text Example
Text Example
White with #F04553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04553; }
p { color: rgb(240,69,83); }
H1.HeaderClassName
{
color: #F04553;
}
.AnyTagClassName
{
color: #F04553;
}
</style>
background-color css
<style>
a { background-color: #F04553; }
a { background-color: rgb(240,69,83); }
div.DivClassName
{
background-color: #F04553;
}
.BgClassName
{
background-color: #F04553;
}
</style>
border-color css
<style>
span { border-color: #F04553; }
span { border-color: rgb(240,69,83); }
td.TdClassName
{
border-color: #F04553;
}
.TagClassName
{
border-color: #F04553;
}
</style>