Shades of Radical Red #FA2973
Tints of Radical Red #FA2973
RGB
CMYK
RGB Variations
Color information
#FA2973 (or 0xFA2973) is known color: Radical Red. HEX triplet: FA, 29 and 73. RGB value is (250,41,115). Sum of RGB (Red+Green+Blue) = 250+41+115=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2973 is #05D68C. Grayscale: #6F6F6F. Windows color (decimal): -382605 or 7547386. OLE color: 7547386.
HSL color Cylindrical-coordinate representation of color #FA2973: hue angle of 338.76º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2973 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 115 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.02 |
| HSL | 338.76º | 0.95% | 0.57% | - |
| HSV(B) | 338.76º | 0.84% | 0.98% | - |
| XYZ | 43.31 | 23.15 | 18.4 | - |
| YUV | 111.93 | 129.74 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 115 | 0 | 0.84 | 0.54 | 0.02 | 338.76 | 0.95 | 0.57 |
| Hex | FA | 29 | 73 | 0 | 54 | 36 | 2 | 153 | 5F | 39 |
| Octal | 372 | 51 | 163 | 0 | 124 | 66 | 2 | 523 | 137 | 71 |
| Binary | 11111010 | 101001 | 1110011 | 0 | 1010100 | 110110 | 10 | 101010011 | 1011111 | 111001 |
Color Harmonies of #FA2973
Complementary color
Monochromatic Colors of #FA2973
Black with #FA2973
Text Example
Text Example
White with #FA2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2973; }
p { color: rgb(250,41,115); }
H1.HeaderClassName
{
color: #FA2973;
}
.AnyTagClassName
{
color: #FA2973;
}
</style>
background-color css
<style>
a { background-color: #FA2973; }
a { background-color: rgb(250,41,115); }
div.DivClassName
{
background-color: #FA2973;
}
.BgClassName
{
background-color: #FA2973;
}
</style>
border-color css
<style>
span { border-color: #FA2973; }
span { border-color: rgb(250,41,115); }
td.TdClassName
{
border-color: #FA2973;
}
.TagClassName
{
border-color: #FA2973;
}
</style>