Shades of Radical Red #F74145
Tints of Radical Red #F74145
RGB
CMYK
RGB Variations
Color information
#F74145 (or 0xF74145) is known color: Radical Red. HEX triplet: F7, 41 and 45. RGB value is (247,65,69). Sum of RGB (Red+Green+Blue) = 247+65+69=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F74145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74145 is #08BEBA. Grayscale: #787878. Windows color (decimal): -573115 or 4538871. OLE color: 4538871.
HSL color Cylindrical-coordinate representation of color #F74145: hue angle of 358.68º 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 #F74145 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 69 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.03 |
| HSL | 358.68º | 0.92% | 0.61% | - |
| HSV(B) | 358.68º | 0.74% | 0.97% | - |
| XYZ | 41.32 | 23.98 | 8.08 | - |
| YUV | 119.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 69 | 0 | 0.74 | 0.72 | 0.03 | 358.68 | 0.92 | 0.61 |
| Hex | F7 | 41 | 45 | 0 | 4A | 48 | 3 | 167 | 5C | 3D |
| Octal | 367 | 101 | 105 | 0 | 112 | 110 | 3 | 547 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1000101 | 0 | 1001010 | 1001000 | 11 | 101100111 | 1011100 | 111101 |
Color Harmonies of #F74145
Complementary color
Monochromatic Colors of #F74145
Black with #F74145
Text Example
Text Example
White with #F74145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74145; }
p { color: rgb(247,65,69); }
H1.HeaderClassName
{
color: #F74145;
}
.AnyTagClassName
{
color: #F74145;
}
</style>
background-color css
<style>
a { background-color: #F74145; }
a { background-color: rgb(247,65,69); }
div.DivClassName
{
background-color: #F74145;
}
.BgClassName
{
background-color: #F74145;
}
</style>
border-color css
<style>
span { border-color: #F74145; }
span { border-color: rgb(247,65,69); }
td.TdClassName
{
border-color: #F74145;
}
.TagClassName
{
border-color: #F74145;
}
</style>