Shades of Radical Red #F7475A
Tints of Radical Red #F7475A
RGB
CMYK
RGB Variations
Color information
#F7475A (or 0xF7475A) is known color: Radical Red. HEX triplet: F7, 47 and 5A. RGB value is (247,71,90). Sum of RGB (Red+Green+Blue) = 247+71+90=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7475A is #08B8A5. Grayscale: #7D7D7D. Windows color (decimal): -571558 or 5916663. OLE color: 5916663.
HSL color Cylindrical-coordinate representation of color #F7475A: hue angle of 353.52º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F7475A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 90 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.03 |
| HSL | 353.52º | 0.92% | 0.62% | - |
| HSV(B) | 353.52º | 0.71% | 0.97% | - |
| XYZ | 42.46 | 25.02 | 12.26 | - |
| YUV | 125.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 90 | 0 | 0.71 | 0.64 | 0.03 | 353.52 | 0.92 | 0.62 |
| Hex | F7 | 47 | 5A | 0 | 47 | 40 | 3 | 162 | 5C | 3E |
| Octal | 367 | 107 | 132 | 0 | 107 | 100 | 3 | 542 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1011010 | 0 | 1000111 | 1000000 | 11 | 101100010 | 1011100 | 111110 |
Color Harmonies of #F7475A
Complementary color
Monochromatic Colors of #F7475A
Black with #F7475A
Text Example
Text Example
White with #F7475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7475A; }
p { color: rgb(247,71,90); }
H1.HeaderClassName
{
color: #F7475A;
}
.AnyTagClassName
{
color: #F7475A;
}
</style>
background-color css
<style>
a { background-color: #F7475A; }
a { background-color: rgb(247,71,90); }
div.DivClassName
{
background-color: #F7475A;
}
.BgClassName
{
background-color: #F7475A;
}
</style>
border-color css
<style>
span { border-color: #F7475A; }
span { border-color: rgb(247,71,90); }
td.TdClassName
{
border-color: #F7475A;
}
.TagClassName
{
border-color: #F7475A;
}
</style>