Shades of Radical Red #F74143
Tints of Radical Red #F74143
RGB
CMYK
RGB Variations
Color information
#F74143 (or 0xF74143) is known color: Radical Red. HEX triplet: F7, 41 and 43. RGB value is (247,65,67). Sum of RGB (Red+Green+Blue) = 247+65+67=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F74143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74143 is #08BEBC. Grayscale: #777777. Windows color (decimal): -573117 or 4407799. OLE color: 4407799.
HSL color Cylindrical-coordinate representation of color #F74143: hue angle of 359.34º 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 #F74143 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 67 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.03 |
| HSL | 359.34º | 0.92% | 0.61% | - |
| HSV(B) | 359.34º | 0.74% | 0.97% | - |
| XYZ | 41.26 | 23.96 | 7.76 | - |
| YUV | 119.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 67 | 0 | 0.74 | 0.73 | 0.03 | 359.34 | 0.92 | 0.61 |
| Hex | F7 | 41 | 43 | 0 | 4A | 49 | 3 | 167 | 5C | 3D |
| Octal | 367 | 101 | 103 | 0 | 112 | 111 | 3 | 547 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1000011 | 0 | 1001010 | 1001001 | 11 | 101100111 | 1011100 | 111101 |
Color Harmonies of #F74143
Complementary color
Monochromatic Colors of #F74143
Black with #F74143
Text Example
Text Example
White with #F74143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74143; }
p { color: rgb(247,65,67); }
H1.HeaderClassName
{
color: #F74143;
}
.AnyTagClassName
{
color: #F74143;
}
</style>
background-color css
<style>
a { background-color: #F74143; }
a { background-color: rgb(247,65,67); }
div.DivClassName
{
background-color: #F74143;
}
.BgClassName
{
background-color: #F74143;
}
</style>
border-color css
<style>
span { border-color: #F74143; }
span { border-color: rgb(247,65,67); }
td.TdClassName
{
border-color: #F74143;
}
.TagClassName
{
border-color: #F74143;
}
</style>