Shades of Radical Red #F04355
Tints of Radical Red #F04355
RGB
CMYK
RGB Variations
Color information
#F04355 (or 0xF04355) is known color: Radical Red. HEX triplet: F0, 43 and 55. RGB value is (240,67,85). Sum of RGB (Red+Green+Blue) = 240+67+85=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F04355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04355 is #0FBCAA. Grayscale: #787878. Windows color (decimal): -1031339 or 5587952. OLE color: 5587952.
HSL color Cylindrical-coordinate representation of color #F04355: hue angle of 353.76º 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 #F04355 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.06 |
| HSL | 353.76º | 0.85% | 0.6% | - |
| HSV(B) | 353.76º | 0.72% | 0.94% | - |
| XYZ | 39.58 | 23.2 | 10.99 | - |
| YUV | 120.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 85 | 0 | 0.72 | 0.65 | 0.06 | 353.76 | 0.85 | 0.6 |
| Hex | F0 | 43 | 55 | 0 | 48 | 41 | 6 | 162 | 55 | 3C |
| Octal | 360 | 103 | 125 | 0 | 110 | 101 | 6 | 542 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1010101 | 0 | 1001000 | 1000001 | 110 | 101100010 | 1010101 | 111100 |
Color Harmonies of #F04355
Complementary color
Monochromatic Colors of #F04355
Black with #F04355
Text Example
Text Example
White with #F04355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04355; }
p { color: rgb(240,67,85); }
H1.HeaderClassName
{
color: #F04355;
}
.AnyTagClassName
{
color: #F04355;
}
</style>
background-color css
<style>
a { background-color: #F04355; }
a { background-color: rgb(240,67,85); }
div.DivClassName
{
background-color: #F04355;
}
.BgClassName
{
background-color: #F04355;
}
</style>
border-color css
<style>
span { border-color: #F04355; }
span { border-color: rgb(240,67,85); }
td.TdClassName
{
border-color: #F04355;
}
.TagClassName
{
border-color: #F04355;
}
</style>