Shades of Radical Red #F04C54
Tints of Radical Red #F04C54
RGB
CMYK
RGB Variations
Color information
#F04C54 (or 0xF04C54) is known color: Radical Red. HEX triplet: F0, 4C and 54. RGB value is (240,76,84). Sum of RGB (Red+Green+Blue) = 240+76+84=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C54 is #0FB3AB. Grayscale: #7E7E7E. Windows color (decimal): -1029036 or 5524720. OLE color: 5524720.
HSL color Cylindrical-coordinate representation of color #F04C54: hue angle of 357.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04C54 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 84 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.06 |
| HSL | 357.07º | 0.85% | 0.62% | - |
| HSV(B) | 357.07º | 0.68% | 0.94% | - |
| XYZ | 40.12 | 24.33 | 10.97 | - |
| YUV | 125.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 84 | 0 | 0.68 | 0.65 | 0.06 | 357.07 | 0.85 | 0.62 |
| Hex | F0 | 4C | 54 | 0 | 44 | 41 | 6 | 165 | 55 | 3E |
| Octal | 360 | 114 | 124 | 0 | 104 | 101 | 6 | 545 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1010100 | 0 | 1000100 | 1000001 | 110 | 101100101 | 1010101 | 111110 |
Color Harmonies of #F04C54
Complementary color
Monochromatic Colors of #F04C54
Black with #F04C54
Text Example
Text Example
White with #F04C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C54; }
p { color: rgb(240,76,84); }
H1.HeaderClassName
{
color: #F04C54;
}
.AnyTagClassName
{
color: #F04C54;
}
</style>
background-color css
<style>
a { background-color: #F04C54; }
a { background-color: rgb(240,76,84); }
div.DivClassName
{
background-color: #F04C54;
}
.BgClassName
{
background-color: #F04C54;
}
</style>
border-color css
<style>
span { border-color: #F04C54; }
span { border-color: rgb(240,76,84); }
td.TdClassName
{
border-color: #F04C54;
}
.TagClassName
{
border-color: #F04C54;
}
</style>