Shades of Radical Red #F74F55
Tints of Radical Red #F74F55
RGB
CMYK
RGB Variations
Color information
#F74F55 (or 0xF74F55) is known color: Radical Red. HEX triplet: F7, 4F and 55. RGB value is (247,79,85). Sum of RGB (Red+Green+Blue) = 247+79+85=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F55 is #08B0AA. Grayscale: #828282. Windows color (decimal): -569515 or 5591031. OLE color: 5591031.
HSL color Cylindrical-coordinate representation of color #F74F55: hue angle of 357.86º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F55 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 85 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.03 |
| HSL | 357.86º | 0.91% | 0.64% | - |
| HSV(B) | 357.86º | 0.68% | 0.97% | - |
| XYZ | 42.79 | 26.02 | 11.36 | - |
| YUV | 129.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 85 | 0 | 0.68 | 0.66 | 0.03 | 357.86 | 0.91 | 0.64 |
| Hex | F7 | 4F | 55 | 0 | 44 | 42 | 3 | 166 | 5B | 40 |
| Octal | 367 | 117 | 125 | 0 | 104 | 102 | 3 | 546 | 133 | 100 |
| Binary | 11110111 | 1001111 | 1010101 | 0 | 1000100 | 1000010 | 11 | 101100110 | 1011011 | 1000000 |
Color Harmonies of #F74F55
Complementary color
Monochromatic Colors of #F74F55
Black with #F74F55
Text Example
Text Example
White with #F74F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F55; }
p { color: rgb(247,79,85); }
H1.HeaderClassName
{
color: #F74F55;
}
.AnyTagClassName
{
color: #F74F55;
}
</style>
background-color css
<style>
a { background-color: #F74F55; }
a { background-color: rgb(247,79,85); }
div.DivClassName
{
background-color: #F74F55;
}
.BgClassName
{
background-color: #F74F55;
}
</style>
border-color css
<style>
span { border-color: #F74F55; }
span { border-color: rgb(247,79,85); }
td.TdClassName
{
border-color: #F74F55;
}
.TagClassName
{
border-color: #F74F55;
}
</style>