Shades of Radical Red #FA3C49
Tints of Radical Red #FA3C49
RGB
CMYK
RGB Variations
Color information
#FA3C49 (or 0xFA3C49) is known color: Radical Red. HEX triplet: FA, 3C and 49. RGB value is (250,60,73). Sum of RGB (Red+Green+Blue) = 250+60+73=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C49 is #05C3B6. Grayscale: #767676. Windows color (decimal): -377783 or 4799738. OLE color: 4799738.
HSL color Cylindrical-coordinate representation of color #FA3C49: hue angle of 355.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C49 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 73 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.02 |
| HSL | 355.89º | 0.95% | 0.61% | - |
| HSV(B) | 355.89º | 0.76% | 0.98% | - |
| XYZ | 42.24 | 24.04 | 8.72 | - |
| YUV | 118.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 73 | 0 | 0.76 | 0.71 | 0.02 | 355.89 | 0.95 | 0.61 |
| Hex | FA | 3C | 49 | 0 | 4C | 47 | 2 | 164 | 5F | 3D |
| Octal | 372 | 74 | 111 | 0 | 114 | 107 | 2 | 544 | 137 | 75 |
| Binary | 11111010 | 111100 | 1001001 | 0 | 1001100 | 1000111 | 10 | 101100100 | 1011111 | 111101 |
Color Harmonies of #FA3C49
Complementary color
Monochromatic Colors of #FA3C49
Black with #FA3C49
Text Example
Text Example
White with #FA3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C49; }
p { color: rgb(250,60,73); }
H1.HeaderClassName
{
color: #FA3C49;
}
.AnyTagClassName
{
color: #FA3C49;
}
</style>
background-color css
<style>
a { background-color: #FA3C49; }
a { background-color: rgb(250,60,73); }
div.DivClassName
{
background-color: #FA3C49;
}
.BgClassName
{
background-color: #FA3C49;
}
</style>
border-color css
<style>
span { border-color: #FA3C49; }
span { border-color: rgb(250,60,73); }
td.TdClassName
{
border-color: #FA3C49;
}
.TagClassName
{
border-color: #FA3C49;
}
</style>