Shades of Radical Red #F7475C
Tints of Radical Red #F7475C
RGB
CMYK
RGB Variations
Color information
#F7475C (or 0xF7475C) is known color: Radical Red. HEX triplet: F7, 47 and 5C. RGB value is (247,71,92). Sum of RGB (Red+Green+Blue) = 247+71+92=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7475C is #08B8A3. Grayscale: #7E7E7E. Windows color (decimal): -571556 or 6047735. OLE color: 6047735.
HSL color Cylindrical-coordinate representation of color #F7475C: hue angle of 352.84º 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 #F7475C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 92 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.03 |
| HSL | 352.84º | 0.92% | 0.62% | - |
| HSV(B) | 352.84º | 0.71% | 0.97% | - |
| XYZ | 42.54 | 25.05 | 12.72 | - |
| YUV | 126.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 92 | 0 | 0.71 | 0.63 | 0.03 | 352.84 | 0.92 | 0.62 |
| Hex | F7 | 47 | 5C | 0 | 47 | 3F | 3 | 161 | 5C | 3E |
| Octal | 367 | 107 | 134 | 0 | 107 | 77 | 3 | 541 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1011100 | 0 | 1000111 | 111111 | 11 | 101100001 | 1011100 | 111110 |
Color Harmonies of #F7475C
Complementary color
Monochromatic Colors of #F7475C
Black with #F7475C
Text Example
Text Example
White with #F7475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7475C; }
p { color: rgb(247,71,92); }
H1.HeaderClassName
{
color: #F7475C;
}
.AnyTagClassName
{
color: #F7475C;
}
</style>
background-color css
<style>
a { background-color: #F7475C; }
a { background-color: rgb(247,71,92); }
div.DivClassName
{
background-color: #F7475C;
}
.BgClassName
{
background-color: #F7475C;
}
</style>
border-color css
<style>
span { border-color: #F7475C; }
span { border-color: rgb(247,71,92); }
td.TdClassName
{
border-color: #F7475C;
}
.TagClassName
{
border-color: #F7475C;
}
</style>