Shades of Radical Red #F0466B
Tints of Radical Red #F0466B
RGB
CMYK
RGB Variations
Color information
#F0466B (or 0xF0466B) is known color: Radical Red. HEX triplet: F0, 46 and 6B. RGB value is (240,70,107). Sum of RGB (Red+Green+Blue) = 240+70+107=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0466B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0466B is #0FB994. Grayscale: #7D7D7D. Windows color (decimal): -1030549 or 7030512. OLE color: 7030512.
HSL color Cylindrical-coordinate representation of color #F0466B: hue angle of 346.94º 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 #F0466B is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 107 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.06 |
| HSL | 346.94º | 0.85% | 0.61% | - |
| HSV(B) | 346.94º | 0.71% | 0.94% | - |
| XYZ | 40.78 | 23.97 | 16.39 | - |
| YUV | 125.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 107 | 0 | 0.71 | 0.55 | 0.06 | 346.94 | 0.85 | 0.61 |
| Hex | F0 | 46 | 6B | 0 | 47 | 37 | 6 | 15B | 55 | 3D |
| Octal | 360 | 106 | 153 | 0 | 107 | 67 | 6 | 533 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1101011 | 0 | 1000111 | 110111 | 110 | 101011011 | 1010101 | 111101 |
Color Harmonies of #F0466B
Complementary color
Monochromatic Colors of #F0466B
Black with #F0466B
Text Example
Text Example
White with #F0466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0466B; }
p { color: rgb(240,70,107); }
H1.HeaderClassName
{
color: #F0466B;
}
.AnyTagClassName
{
color: #F0466B;
}
</style>
background-color css
<style>
a { background-color: #F0466B; }
a { background-color: rgb(240,70,107); }
div.DivClassName
{
background-color: #F0466B;
}
.BgClassName
{
background-color: #F0466B;
}
</style>
border-color css
<style>
span { border-color: #F0466B; }
span { border-color: rgb(240,70,107); }
td.TdClassName
{
border-color: #F0466B;
}
.TagClassName
{
border-color: #F0466B;
}
</style>