Shades of Radical Red #F03463
Tints of Radical Red #F03463
RGB
CMYK
RGB Variations
Color information
#F03463 (or 0xF03463) is known color: Radical Red. HEX triplet: F0, 34 and 63. RGB value is (240,52,99). Sum of RGB (Red+Green+Blue) = 240+52+99=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F03463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03463 is #0FCB9C. Grayscale: #717171. Windows color (decimal): -1035165 or 6501616. OLE color: 6501616.
HSL color Cylindrical-coordinate representation of color #F03463: hue angle of 345º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03463 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 99 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.06 |
| HSL | 345º | 0.86% | 0.57% | - |
| HSV(B) | 345º | 0.78% | 0.94% | - |
| XYZ | 39.42 | 21.88 | 13.95 | - |
| YUV | 113.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 99 | 0 | 0.78 | 0.59 | 0.06 | 345 | 0.86 | 0.57 |
| Hex | F0 | 34 | 63 | 0 | 4E | 3B | 6 | 159 | 56 | 39 |
| Octal | 360 | 64 | 143 | 0 | 116 | 73 | 6 | 531 | 126 | 71 |
| Binary | 11110000 | 110100 | 1100011 | 0 | 1001110 | 111011 | 110 | 101011001 | 1010110 | 111001 |
Color Harmonies of #F03463
Complementary color
Monochromatic Colors of #F03463
Black with #F03463
Text Example
Text Example
White with #F03463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03463; }
p { color: rgb(240,52,99); }
H1.HeaderClassName
{
color: #F03463;
}
.AnyTagClassName
{
color: #F03463;
}
</style>
background-color css
<style>
a { background-color: #F03463; }
a { background-color: rgb(240,52,99); }
div.DivClassName
{
background-color: #F03463;
}
.BgClassName
{
background-color: #F03463;
}
</style>
border-color css
<style>
span { border-color: #F03463; }
span { border-color: rgb(240,52,99); }
td.TdClassName
{
border-color: #F03463;
}
.TagClassName
{
border-color: #F03463;
}
</style>