Shades of Radical Red #F04360
Tints of Radical Red #F04360
RGB
CMYK
RGB Variations
Color information
#F04360 (or 0xF04360) is known color: Radical Red. HEX triplet: F0, 43 and 60. RGB value is (240,67,96). Sum of RGB (Red+Green+Blue) = 240+67+96=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F04360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04360 is #0FBC9F. Grayscale: #7A7A7A. Windows color (decimal): -1031328 or 6308848. OLE color: 6308848.
HSL color Cylindrical-coordinate representation of color #F04360: hue angle of 349.94º 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 #F04360 is Cyan = 0, Magento = 0.72, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 96 | - |
| CMYK | 0 | 0.72 | 0.6 | 0.06 |
| HSL | 349.94º | 0.85% | 0.6% | - |
| HSV(B) | 349.94º | 0.72% | 0.94% | - |
| XYZ | 40.05 | 23.38 | 13.47 | - |
| YUV | 122.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 96 | 0 | 0.72 | 0.6 | 0.06 | 349.94 | 0.85 | 0.6 |
| Hex | F0 | 43 | 60 | 0 | 48 | 3C | 6 | 15E | 55 | 3C |
| Octal | 360 | 103 | 140 | 0 | 110 | 74 | 6 | 536 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1100000 | 0 | 1001000 | 111100 | 110 | 101011110 | 1010101 | 111100 |
Color Harmonies of #F04360
Complementary color
Monochromatic Colors of #F04360
Black with #F04360
Text Example
Text Example
White with #F04360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04360; }
p { color: rgb(240,67,96); }
H1.HeaderClassName
{
color: #F04360;
}
.AnyTagClassName
{
color: #F04360;
}
</style>
background-color css
<style>
a { background-color: #F04360; }
a { background-color: rgb(240,67,96); }
div.DivClassName
{
background-color: #F04360;
}
.BgClassName
{
background-color: #F04360;
}
</style>
border-color css
<style>
span { border-color: #F04360; }
span { border-color: rgb(240,67,96); }
td.TdClassName
{
border-color: #F04360;
}
.TagClassName
{
border-color: #F04360;
}
</style>