Shades of Radical Red #F74256
Tints of Radical Red #F74256
RGB
CMYK
RGB Variations
Color information
#F74256 (or 0xF74256) is known color: Radical Red. HEX triplet: F7, 42 and 56. RGB value is (247,66,86). Sum of RGB (Red+Green+Blue) = 247+66+86=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F74256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74256 is #08BDA9. Grayscale: #7A7A7A. Windows color (decimal): -572842 or 5653239. OLE color: 5653239.
HSL color Cylindrical-coordinate representation of color #F74256: hue angle of 353.37º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74256 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 86 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.03 |
| HSL | 353.37º | 0.92% | 0.61% | - |
| HSV(B) | 353.37º | 0.73% | 0.97% | - |
| XYZ | 41.99 | 24.34 | 11.29 | - |
| YUV | 122.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 86 | 0 | 0.73 | 0.65 | 0.03 | 353.37 | 0.92 | 0.61 |
| Hex | F7 | 42 | 56 | 0 | 49 | 41 | 3 | 161 | 5C | 3D |
| Octal | 367 | 102 | 126 | 0 | 111 | 101 | 3 | 541 | 134 | 75 |
| Binary | 11110111 | 1000010 | 1010110 | 0 | 1001001 | 1000001 | 11 | 101100001 | 1011100 | 111101 |
Color Harmonies of #F74256
Complementary color
Monochromatic Colors of #F74256
Black with #F74256
Text Example
Text Example
White with #F74256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74256; }
p { color: rgb(247,66,86); }
H1.HeaderClassName
{
color: #F74256;
}
.AnyTagClassName
{
color: #F74256;
}
</style>
background-color css
<style>
a { background-color: #F74256; }
a { background-color: rgb(247,66,86); }
div.DivClassName
{
background-color: #F74256;
}
.BgClassName
{
background-color: #F74256;
}
</style>
border-color css
<style>
span { border-color: #F74256; }
span { border-color: rgb(247,66,86); }
td.TdClassName
{
border-color: #F74256;
}
.TagClassName
{
border-color: #F74256;
}
</style>