Shades of Radical Red #F74755
Tints of Radical Red #F74755
RGB
CMYK
RGB Variations
Color information
#F74755 (or 0xF74755) is known color: Radical Red. HEX triplet: F7, 47 and 55. RGB value is (247,71,85). Sum of RGB (Red+Green+Blue) = 247+71+85=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F74755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74755 is #08B8AA. Grayscale: #7D7D7D. Windows color (decimal): -571563 or 5588983. OLE color: 5588983.
HSL color Cylindrical-coordinate representation of color #F74755: hue angle of 355.23º 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 #F74755 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 85 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.03 |
| HSL | 355.23º | 0.92% | 0.62% | - |
| HSV(B) | 355.23º | 0.71% | 0.97% | - |
| XYZ | 42.25 | 24.94 | 11.18 | - |
| YUV | 125.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 85 | 0 | 0.71 | 0.66 | 0.03 | 355.23 | 0.92 | 0.62 |
| Hex | F7 | 47 | 55 | 0 | 47 | 42 | 3 | 163 | 5C | 3E |
| Octal | 367 | 107 | 125 | 0 | 107 | 102 | 3 | 543 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1010101 | 0 | 1000111 | 1000010 | 11 | 101100011 | 1011100 | 111110 |
Color Harmonies of #F74755
Complementary color
Monochromatic Colors of #F74755
Black with #F74755
Text Example
Text Example
White with #F74755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74755; }
p { color: rgb(247,71,85); }
H1.HeaderClassName
{
color: #F74755;
}
.AnyTagClassName
{
color: #F74755;
}
</style>
background-color css
<style>
a { background-color: #F74755; }
a { background-color: rgb(247,71,85); }
div.DivClassName
{
background-color: #F74755;
}
.BgClassName
{
background-color: #F74755;
}
</style>
border-color css
<style>
span { border-color: #F74755; }
span { border-color: rgb(247,71,85); }
td.TdClassName
{
border-color: #F74755;
}
.TagClassName
{
border-color: #F74755;
}
</style>