Shades of Radical Red #FA3A49
Tints of Radical Red #FA3A49
RGB
CMYK
RGB Variations
Color information
#FA3A49 (or 0xFA3A49) is known color: Radical Red. HEX triplet: FA, 3A and 49. RGB value is (250,58,73). Sum of RGB (Red+Green+Blue) = 250+58+73=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A49 is #05C5B6. Grayscale: #757575. Windows color (decimal): -378295 or 4799226. OLE color: 4799226.
HSL color Cylindrical-coordinate representation of color #FA3A49: hue angle of 355.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A49 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.02 |
| HSL | 355.31º | 0.95% | 0.6% | - |
| HSV(B) | 355.31º | 0.77% | 0.98% | - |
| XYZ | 42.14 | 23.83 | 8.68 | - |
| YUV | 117.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 73 | 0 | 0.77 | 0.71 | 0.02 | 355.31 | 0.95 | 0.6 |
| Hex | FA | 3A | 49 | 0 | 4D | 47 | 2 | 163 | 5F | 3C |
| Octal | 372 | 72 | 111 | 0 | 115 | 107 | 2 | 543 | 137 | 74 |
| Binary | 11111010 | 111010 | 1001001 | 0 | 1001101 | 1000111 | 10 | 101100011 | 1011111 | 111100 |
Color Harmonies of #FA3A49
Complementary color
Monochromatic Colors of #FA3A49
Black with #FA3A49
Text Example
Text Example
White with #FA3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A49; }
p { color: rgb(250,58,73); }
H1.HeaderClassName
{
color: #FA3A49;
}
.AnyTagClassName
{
color: #FA3A49;
}
</style>
background-color css
<style>
a { background-color: #FA3A49; }
a { background-color: rgb(250,58,73); }
div.DivClassName
{
background-color: #FA3A49;
}
.BgClassName
{
background-color: #FA3A49;
}
</style>
border-color css
<style>
span { border-color: #FA3A49; }
span { border-color: rgb(250,58,73); }
td.TdClassName
{
border-color: #FA3A49;
}
.TagClassName
{
border-color: #FA3A49;
}
</style>