Shades of Radical Red #F74055
Tints of Radical Red #F74055
RGB
CMYK
RGB Variations
Color information
#F74055 (or 0xF74055) is known color: Radical Red. HEX triplet: F7, 40 and 55. RGB value is (247,64,85). Sum of RGB (Red+Green+Blue) = 247+64+85=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F74055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74055 is #08BFAA. Grayscale: #797979. Windows color (decimal): -573355 or 5587191. OLE color: 5587191.
HSL color Cylindrical-coordinate representation of color #F74055: hue angle of 353.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74055 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 85 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.03 |
| HSL | 353.11º | 0.92% | 0.61% | - |
| HSV(B) | 353.11º | 0.74% | 0.97% | - |
| XYZ | 41.83 | 24.1 | 11.04 | - |
| YUV | 121.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 85 | 0 | 0.74 | 0.66 | 0.03 | 353.11 | 0.92 | 0.61 |
| Hex | F7 | 40 | 55 | 0 | 4A | 42 | 3 | 161 | 5C | 3D |
| Octal | 367 | 100 | 125 | 0 | 112 | 102 | 3 | 541 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1010101 | 0 | 1001010 | 1000010 | 11 | 101100001 | 1011100 | 111101 |
Color Harmonies of #F74055
Complementary color
Monochromatic Colors of #F74055
Black with #F74055
Text Example
Text Example
White with #F74055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74055; }
p { color: rgb(247,64,85); }
H1.HeaderClassName
{
color: #F74055;
}
.AnyTagClassName
{
color: #F74055;
}
</style>
background-color css
<style>
a { background-color: #F74055; }
a { background-color: rgb(247,64,85); }
div.DivClassName
{
background-color: #F74055;
}
.BgClassName
{
background-color: #F74055;
}
</style>
border-color css
<style>
span { border-color: #F74055; }
span { border-color: rgb(247,64,85); }
td.TdClassName
{
border-color: #F74055;
}
.TagClassName
{
border-color: #F74055;
}
</style>