Shades of Radical Red #F0466C
Tints of Radical Red #F0466C
RGB
CMYK
RGB Variations
Color information
#F0466C (or 0xF0466C) is known color: Radical Red. HEX triplet: F0, 46 and 6C. RGB value is (240,70,108). Sum of RGB (Red+Green+Blue) = 240+70+108=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0466C is #0FB993. Grayscale: #7D7D7D. Windows color (decimal): -1030548 or 7096048. OLE color: 7096048.
HSL color Cylindrical-coordinate representation of color #F0466C: hue angle of 346.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0466C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 108 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.06 |
| HSL | 346.59º | 0.85% | 0.61% | - |
| HSV(B) | 346.59º | 0.71% | 0.94% | - |
| XYZ | 40.83 | 23.99 | 16.67 | - |
| YUV | 125.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 108 | 0 | 0.71 | 0.55 | 0.06 | 346.59 | 0.85 | 0.61 |
| Hex | F0 | 46 | 6C | 0 | 47 | 37 | 6 | 15B | 55 | 3D |
| Octal | 360 | 106 | 154 | 0 | 107 | 67 | 6 | 533 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1101100 | 0 | 1000111 | 110111 | 110 | 101011011 | 1010101 | 111101 |
Color Harmonies of #F0466C
Complementary color
Monochromatic Colors of #F0466C
Black with #F0466C
Text Example
Text Example
White with #F0466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0466C; }
p { color: rgb(240,70,108); }
H1.HeaderClassName
{
color: #F0466C;
}
.AnyTagClassName
{
color: #F0466C;
}
</style>
background-color css
<style>
a { background-color: #F0466C; }
a { background-color: rgb(240,70,108); }
div.DivClassName
{
background-color: #F0466C;
}
.BgClassName
{
background-color: #F0466C;
}
</style>
border-color css
<style>
span { border-color: #F0466C; }
span { border-color: rgb(240,70,108); }
td.TdClassName
{
border-color: #F0466C;
}
.TagClassName
{
border-color: #F0466C;
}
</style>