Shades of Radical Red #F03466
Tints of Radical Red #F03466
RGB
CMYK
RGB Variations
Color information
#F03466 (or 0xF03466) is known color: Radical Red. HEX triplet: F0, 34 and 66. RGB value is (240,52,102). Sum of RGB (Red+Green+Blue) = 240+52+102=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F03466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03466 is #0FCB99. Grayscale: #717171. Windows color (decimal): -1035162 or 6698224. OLE color: 6698224.
HSL color Cylindrical-coordinate representation of color #F03466: hue angle of 344.04º 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 #F03466 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 102 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.06 |
| HSL | 344.04º | 0.86% | 0.57% | - |
| HSV(B) | 344.04º | 0.78% | 0.94% | - |
| XYZ | 39.56 | 21.94 | 14.72 | - |
| YUV | 113.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 102 | 0 | 0.78 | 0.58 | 0.06 | 344.04 | 0.86 | 0.57 |
| Hex | F0 | 34 | 66 | 0 | 4E | 3A | 6 | 158 | 56 | 39 |
| Octal | 360 | 64 | 146 | 0 | 116 | 72 | 6 | 530 | 126 | 71 |
| Binary | 11110000 | 110100 | 1100110 | 0 | 1001110 | 111010 | 110 | 101011000 | 1010110 | 111001 |
Color Harmonies of #F03466
Complementary color
Monochromatic Colors of #F03466
Black with #F03466
Text Example
Text Example
White with #F03466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03466; }
p { color: rgb(240,52,102); }
H1.HeaderClassName
{
color: #F03466;
}
.AnyTagClassName
{
color: #F03466;
}
</style>
background-color css
<style>
a { background-color: #F03466; }
a { background-color: rgb(240,52,102); }
div.DivClassName
{
background-color: #F03466;
}
.BgClassName
{
background-color: #F03466;
}
</style>
border-color css
<style>
span { border-color: #F03466; }
span { border-color: rgb(240,52,102); }
td.TdClassName
{
border-color: #F03466;
}
.TagClassName
{
border-color: #F03466;
}
</style>