Shades of Radical Red #F04363
Tints of Radical Red #F04363
RGB
CMYK
RGB Variations
Color information
#F04363 (or 0xF04363) is known color: Radical Red. HEX triplet: F0, 43 and 63. RGB value is (240,67,99). Sum of RGB (Red+Green+Blue) = 240+67+99=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F04363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04363 is #0FBC9C. Grayscale: #7A7A7A. Windows color (decimal): -1031325 or 6505456. OLE color: 6505456.
HSL color Cylindrical-coordinate representation of color #F04363: hue angle of 348.9º 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 #F04363 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 99 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.06 |
| HSL | 348.9º | 0.85% | 0.6% | - |
| HSV(B) | 348.9º | 0.72% | 0.94% | - |
| XYZ | 40.19 | 23.44 | 14.21 | - |
| YUV | 122.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 99 | 0 | 0.72 | 0.59 | 0.06 | 348.9 | 0.85 | 0.6 |
| Hex | F0 | 43 | 63 | 0 | 48 | 3B | 6 | 15D | 55 | 3C |
| Octal | 360 | 103 | 143 | 0 | 110 | 73 | 6 | 535 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1100011 | 0 | 1001000 | 111011 | 110 | 101011101 | 1010101 | 111100 |
Color Harmonies of #F04363
Complementary color
Monochromatic Colors of #F04363
Black with #F04363
Text Example
Text Example
White with #F04363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04363; }
p { color: rgb(240,67,99); }
H1.HeaderClassName
{
color: #F04363;
}
.AnyTagClassName
{
color: #F04363;
}
</style>
background-color css
<style>
a { background-color: #F04363; }
a { background-color: rgb(240,67,99); }
div.DivClassName
{
background-color: #F04363;
}
.BgClassName
{
background-color: #F04363;
}
</style>
border-color css
<style>
span { border-color: #F04363; }
span { border-color: rgb(240,67,99); }
td.TdClassName
{
border-color: #F04363;
}
.TagClassName
{
border-color: #F04363;
}
</style>