Shades of Radical Red #F73E5E
Tints of Radical Red #F73E5E
RGB
CMYK
RGB Variations
Color information
#F73E5E (or 0xF73E5E) is known color: Radical Red. HEX triplet: F7, 3E and 5E. RGB value is (247,62,94). Sum of RGB (Red+Green+Blue) = 247+62+94=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F73E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73E5E is #08C1A1. Grayscale: #797979. Windows color (decimal): -573858 or 6176503. OLE color: 6176503.
HSL color Cylindrical-coordinate representation of color #F73E5E: hue angle of 349.62º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73E5E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 62 | 94 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.03 |
| HSL | 349.62º | 0.92% | 0.61% | - |
| HSV(B) | 349.62º | 0.75% | 0.97% | - |
| XYZ | 42.1 | 24.03 | 13.01 | - |
| YUV | 120.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 62 | 94 | 0 | 0.75 | 0.62 | 0.03 | 349.62 | 0.92 | 0.61 |
| Hex | F7 | 3E | 5E | 0 | 4B | 3E | 3 | 15E | 5C | 3D |
| Octal | 367 | 76 | 136 | 0 | 113 | 76 | 3 | 536 | 134 | 75 |
| Binary | 11110111 | 111110 | 1011110 | 0 | 1001011 | 111110 | 11 | 101011110 | 1011100 | 111101 |
Color Harmonies of #F73E5E
Complementary color
Monochromatic Colors of #F73E5E
Black with #F73E5E
Text Example
Text Example
White with #F73E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73E5E; }
p { color: rgb(247,62,94); }
H1.HeaderClassName
{
color: #F73E5E;
}
.AnyTagClassName
{
color: #F73E5E;
}
</style>
background-color css
<style>
a { background-color: #F73E5E; }
a { background-color: rgb(247,62,94); }
div.DivClassName
{
background-color: #F73E5E;
}
.BgClassName
{
background-color: #F73E5E;
}
</style>
border-color css
<style>
span { border-color: #F73E5E; }
span { border-color: rgb(247,62,94); }
td.TdClassName
{
border-color: #F73E5E;
}
.TagClassName
{
border-color: #F73E5E;
}
</style>