Shades of Radical Red #F74565
Tints of Radical Red #F74565
RGB
CMYK
RGB Variations
Color information
#F74565 (or 0xF74565) is known color: Radical Red. HEX triplet: F7, 45 and 65. RGB value is (247,69,101). Sum of RGB (Red+Green+Blue) = 247+69+101=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F74565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74565 is #08BA9A. Grayscale: #7D7D7D. Windows color (decimal): -572059 or 6637047. OLE color: 6637047.
HSL color Cylindrical-coordinate representation of color #F74565: hue angle of 349.21º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74565 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 101 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.03 |
| HSL | 349.21º | 0.92% | 0.62% | - |
| HSV(B) | 349.21º | 0.72% | 0.97% | - |
| XYZ | 42.83 | 24.97 | 14.87 | - |
| YUV | 125.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 101 | 0 | 0.72 | 0.59 | 0.03 | 349.21 | 0.92 | 0.62 |
| Hex | F7 | 45 | 65 | 0 | 48 | 3B | 3 | 15D | 5C | 3E |
| Octal | 367 | 105 | 145 | 0 | 110 | 73 | 3 | 535 | 134 | 76 |
| Binary | 11110111 | 1000101 | 1100101 | 0 | 1001000 | 111011 | 11 | 101011101 | 1011100 | 111110 |
Color Harmonies of #F74565
Complementary color
Monochromatic Colors of #F74565
Black with #F74565
Text Example
Text Example
White with #F74565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74565; }
p { color: rgb(247,69,101); }
H1.HeaderClassName
{
color: #F74565;
}
.AnyTagClassName
{
color: #F74565;
}
</style>
background-color css
<style>
a { background-color: #F74565; }
a { background-color: rgb(247,69,101); }
div.DivClassName
{
background-color: #F74565;
}
.BgClassName
{
background-color: #F74565;
}
</style>
border-color css
<style>
span { border-color: #F74565; }
span { border-color: rgb(247,69,101); }
td.TdClassName
{
border-color: #F74565;
}
.TagClassName
{
border-color: #F74565;
}
</style>