Shades of Radical Red #F73E5A
Tints of Radical Red #F73E5A
RGB
CMYK
RGB Variations
Color information
#F73E5A (or 0xF73E5A) is known color: Radical Red. HEX triplet: F7, 3E and 5A. RGB value is (247,62,90). Sum of RGB (Red+Green+Blue) = 247+62+90=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F73E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73E5A is #08C1A5. Grayscale: #787878. Windows color (decimal): -573862 or 5914359. OLE color: 5914359.
HSL color Cylindrical-coordinate representation of color #F73E5A: hue angle of 350.92º 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 #F73E5A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 62 | 90 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.03 |
| HSL | 350.92º | 0.92% | 0.61% | - |
| HSV(B) | 350.92º | 0.75% | 0.97% | - |
| XYZ | 41.93 | 23.96 | 12.09 | - |
| YUV | 120.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 62 | 90 | 0 | 0.75 | 0.64 | 0.03 | 350.92 | 0.92 | 0.61 |
| Hex | F7 | 3E | 5A | 0 | 4B | 40 | 3 | 15F | 5C | 3D |
| Octal | 367 | 76 | 132 | 0 | 113 | 100 | 3 | 537 | 134 | 75 |
| Binary | 11110111 | 111110 | 1011010 | 0 | 1001011 | 1000000 | 11 | 101011111 | 1011100 | 111101 |
Color Harmonies of #F73E5A
Complementary color
Monochromatic Colors of #F73E5A
Black with #F73E5A
Text Example
Text Example
White with #F73E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73E5A; }
p { color: rgb(247,62,90); }
H1.HeaderClassName
{
color: #F73E5A;
}
.AnyTagClassName
{
color: #F73E5A;
}
</style>
background-color css
<style>
a { background-color: #F73E5A; }
a { background-color: rgb(247,62,90); }
div.DivClassName
{
background-color: #F73E5A;
}
.BgClassName
{
background-color: #F73E5A;
}
</style>
border-color css
<style>
span { border-color: #F73E5A; }
span { border-color: rgb(247,62,90); }
td.TdClassName
{
border-color: #F73E5A;
}
.TagClassName
{
border-color: #F73E5A;
}
</style>