Shades of Radical Red #F7414A
Tints of Radical Red #F7414A
RGB
CMYK
RGB Variations
Color information
#F7414A (or 0xF7414A) is known color: Radical Red. HEX triplet: F7, 41 and 4A. RGB value is (247,65,74). Sum of RGB (Red+Green+Blue) = 247+65+74=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F7414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7414A is #08BEB5. Grayscale: #787878. Windows color (decimal): -573110 or 4866551. OLE color: 4866551.
HSL color Cylindrical-coordinate representation of color #F7414A: hue angle of 357.03º 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 #F7414A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 74 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.03 |
| HSL | 357.03º | 0.92% | 0.61% | - |
| HSV(B) | 357.03º | 0.74% | 0.97% | - |
| XYZ | 41.48 | 24.05 | 8.93 | - |
| YUV | 120.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 74 | 0 | 0.74 | 0.70 | 0.03 | 357.03 | 0.92 | 0.61 |
| Hex | F7 | 41 | 4A | 0 | 4A | 46 | 3 | 165 | 5C | 3D |
| Octal | 367 | 101 | 112 | 0 | 112 | 106 | 3 | 545 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1001010 | 0 | 1001010 | 1000110 | 11 | 101100101 | 1011100 | 111101 |
Color Harmonies of #F7414A
Complementary color
Monochromatic Colors of #F7414A
Black with #F7414A
Text Example
Text Example
White with #F7414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7414A; }
p { color: rgb(247,65,74); }
H1.HeaderClassName
{
color: #F7414A;
}
.AnyTagClassName
{
color: #F7414A;
}
</style>
background-color css
<style>
a { background-color: #F7414A; }
a { background-color: rgb(247,65,74); }
div.DivClassName
{
background-color: #F7414A;
}
.BgClassName
{
background-color: #F7414A;
}
</style>
border-color css
<style>
span { border-color: #F7414A; }
span { border-color: rgb(247,65,74); }
td.TdClassName
{
border-color: #F7414A;
}
.TagClassName
{
border-color: #F7414A;
}
</style>