Shades of Radical Red #F0476B
Tints of Radical Red #F0476B
RGB
CMYK
RGB Variations
Color information
#F0476B (or 0xF0476B) is known color: Radical Red. HEX triplet: F0, 47 and 6B. RGB value is (240,71,107). Sum of RGB (Red+Green+Blue) = 240+71+107=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0476B is #0FB894. Grayscale: #7D7D7D. Windows color (decimal): -1030293 or 7030768. OLE color: 7030768.
HSL color Cylindrical-coordinate representation of color #F0476B: hue angle of 347.22º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0476B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 107 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.06 |
| HSL | 347.22º | 0.85% | 0.61% | - |
| HSV(B) | 347.22º | 0.7% | 0.94% | - |
| XYZ | 40.84 | 24.09 | 16.41 | - |
| YUV | 125.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 107 | 0 | 0.70 | 0.55 | 0.06 | 347.22 | 0.85 | 0.61 |
| Hex | F0 | 47 | 6B | 0 | 46 | 37 | 6 | 15B | 55 | 3D |
| Octal | 360 | 107 | 153 | 0 | 106 | 67 | 6 | 533 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1101011 | 0 | 1000110 | 110111 | 110 | 101011011 | 1010101 | 111101 |
Color Harmonies of #F0476B
Complementary color
Monochromatic Colors of #F0476B
Black with #F0476B
Text Example
Text Example
White with #F0476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0476B; }
p { color: rgb(240,71,107); }
H1.HeaderClassName
{
color: #F0476B;
}
.AnyTagClassName
{
color: #F0476B;
}
</style>
background-color css
<style>
a { background-color: #F0476B; }
a { background-color: rgb(240,71,107); }
div.DivClassName
{
background-color: #F0476B;
}
.BgClassName
{
background-color: #F0476B;
}
</style>
border-color css
<style>
span { border-color: #F0476B; }
span { border-color: rgb(240,71,107); }
td.TdClassName
{
border-color: #F0476B;
}
.TagClassName
{
border-color: #F0476B;
}
</style>