Shades of Radical Red #FA3573
Tints of Radical Red #FA3573
RGB
CMYK
RGB Variations
Color information
#FA3573 (or 0xFA3573) is known color: Radical Red. HEX triplet: FA, 35 and 73. RGB value is (250,53,115). Sum of RGB (Red+Green+Blue) = 250+53+115=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3573 is #05CA8C. Grayscale: #767676. Windows color (decimal): -379533 or 7550458. OLE color: 7550458.
HSL color Cylindrical-coordinate representation of color #FA3573: hue angle of 341.12º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3573 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 115 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.02 |
| HSL | 341.12º | 0.95% | 0.59% | - |
| HSV(B) | 341.12º | 0.79% | 0.98% | - |
| XYZ | 43.79 | 24.11 | 18.56 | - |
| YUV | 118.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 115 | 0 | 0.79 | 0.54 | 0.02 | 341.12 | 0.95 | 0.59 |
| Hex | FA | 35 | 73 | 0 | 4F | 36 | 2 | 155 | 5F | 3B |
| Octal | 372 | 65 | 163 | 0 | 117 | 66 | 2 | 525 | 137 | 73 |
| Binary | 11111010 | 110101 | 1110011 | 0 | 1001111 | 110110 | 10 | 101010101 | 1011111 | 111011 |
Color Harmonies of #FA3573
Complementary color
Monochromatic Colors of #FA3573
Black with #FA3573
Text Example
Text Example
White with #FA3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3573; }
p { color: rgb(250,53,115); }
H1.HeaderClassName
{
color: #FA3573;
}
.AnyTagClassName
{
color: #FA3573;
}
</style>
background-color css
<style>
a { background-color: #FA3573; }
a { background-color: rgb(250,53,115); }
div.DivClassName
{
background-color: #FA3573;
}
.BgClassName
{
background-color: #FA3573;
}
</style>
border-color css
<style>
span { border-color: #FA3573; }
span { border-color: rgb(250,53,115); }
td.TdClassName
{
border-color: #FA3573;
}
.TagClassName
{
border-color: #FA3573;
}
</style>