Shades of Radical Red #F04455
Tints of Radical Red #F04455
RGB
CMYK
RGB Variations
Color information
#F04455 (or 0xF04455) is known color: Radical Red. HEX triplet: F0, 44 and 55. RGB value is (240,68,85). Sum of RGB (Red+Green+Blue) = 240+68+85=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04455 is #0FBBAA. Grayscale: #797979. Windows color (decimal): -1031083 or 5588208. OLE color: 5588208.
HSL color Cylindrical-coordinate representation of color #F04455: hue angle of 354.07º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04455 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.06 |
| HSL | 354.07º | 0.85% | 0.6% | - |
| HSV(B) | 354.07º | 0.72% | 0.94% | - |
| XYZ | 39.64 | 23.32 | 11.01 | - |
| YUV | 121.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 85 | 0 | 0.72 | 0.65 | 0.06 | 354.07 | 0.85 | 0.6 |
| Hex | F0 | 44 | 55 | 0 | 48 | 41 | 6 | 162 | 55 | 3C |
| Octal | 360 | 104 | 125 | 0 | 110 | 101 | 6 | 542 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1010101 | 0 | 1001000 | 1000001 | 110 | 101100010 | 1010101 | 111100 |
Color Harmonies of #F04455
Complementary color
Monochromatic Colors of #F04455
Black with #F04455
Text Example
Text Example
White with #F04455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04455; }
p { color: rgb(240,68,85); }
H1.HeaderClassName
{
color: #F04455;
}
.AnyTagClassName
{
color: #F04455;
}
</style>
background-color css
<style>
a { background-color: #F04455; }
a { background-color: rgb(240,68,85); }
div.DivClassName
{
background-color: #F04455;
}
.BgClassName
{
background-color: #F04455;
}
</style>
border-color css
<style>
span { border-color: #F04455; }
span { border-color: rgb(240,68,85); }
td.TdClassName
{
border-color: #F04455;
}
.TagClassName
{
border-color: #F04455;
}
</style>