Shades of Radical Red #F74445
Tints of Radical Red #F74445
RGB
CMYK
RGB Variations
Color information
#F74445 (or 0xF74445) is known color: Radical Red. HEX triplet: F7, 44 and 45. RGB value is (247,68,69). Sum of RGB (Red+Green+Blue) = 247+68+69=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F74445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74445 is #08BBBA. Grayscale: #797979. Windows color (decimal): -572347 or 4539639. OLE color: 4539639.
HSL color Cylindrical-coordinate representation of color #F74445: hue angle of 359.66º 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 #F74445 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 69 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.03 |
| HSL | 359.66º | 0.92% | 0.62% | - |
| HSV(B) | 359.66º | 0.72% | 0.97% | - |
| XYZ | 41.5 | 24.34 | 8.14 | - |
| YUV | 121.64 | 98.3 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 69 | 0 | 0.72 | 0.72 | 0.03 | 359.66 | 0.92 | 0.62 |
| Hex | F7 | 44 | 45 | 0 | 48 | 48 | 3 | 168 | 5C | 3E |
| Octal | 367 | 104 | 105 | 0 | 110 | 110 | 3 | 550 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1000101 | 0 | 1001000 | 1001000 | 11 | 101101000 | 1011100 | 111110 |
Color Harmonies of #F74445
Complementary color
Monochromatic Colors of #F74445
Black with #F74445
Text Example
Text Example
White with #F74445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74445; }
p { color: rgb(247,68,69); }
H1.HeaderClassName
{
color: #F74445;
}
.AnyTagClassName
{
color: #F74445;
}
</style>
background-color css
<style>
a { background-color: #F74445; }
a { background-color: rgb(247,68,69); }
div.DivClassName
{
background-color: #F74445;
}
.BgClassName
{
background-color: #F74445;
}
</style>
border-color css
<style>
span { border-color: #F74445; }
span { border-color: rgb(247,68,69); }
td.TdClassName
{
border-color: #F74445;
}
.TagClassName
{
border-color: #F74445;
}
</style>