Shades of Radical Red #F74144
Tints of Radical Red #F74144
RGB
CMYK
RGB Variations
Color information
#F74144 (or 0xF74144) is known color: Radical Red. HEX triplet: F7, 41 and 44. RGB value is (247,65,68). Sum of RGB (Red+Green+Blue) = 247+65+68=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F74144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74144 is #08BEBB. Grayscale: #777777. Windows color (decimal): -573116 or 4473335. OLE color: 4473335.
HSL color Cylindrical-coordinate representation of color #F74144: hue angle of 359.01º 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 #F74144 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 68 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.03 |
| HSL | 359.01º | 0.92% | 0.61% | - |
| HSV(B) | 359.01º | 0.74% | 0.97% | - |
| XYZ | 41.29 | 23.97 | 7.92 | - |
| YUV | 119.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 68 | 0 | 0.74 | 0.72 | 0.03 | 359.01 | 0.92 | 0.61 |
| Hex | F7 | 41 | 44 | 0 | 4A | 48 | 3 | 167 | 5C | 3D |
| Octal | 367 | 101 | 104 | 0 | 112 | 110 | 3 | 547 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1000100 | 0 | 1001010 | 1001000 | 11 | 101100111 | 1011100 | 111101 |
Color Harmonies of #F74144
Complementary color
Monochromatic Colors of #F74144
Black with #F74144
Text Example
Text Example
White with #F74144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74144; }
p { color: rgb(247,65,68); }
H1.HeaderClassName
{
color: #F74144;
}
.AnyTagClassName
{
color: #F74144;
}
</style>
background-color css
<style>
a { background-color: #F74144; }
a { background-color: rgb(247,65,68); }
div.DivClassName
{
background-color: #F74144;
}
.BgClassName
{
background-color: #F74144;
}
</style>
border-color css
<style>
span { border-color: #F74144; }
span { border-color: rgb(247,65,68); }
td.TdClassName
{
border-color: #F74144;
}
.TagClassName
{
border-color: #F74144;
}
</style>