Shades of Radical Red #FA5159
Tints of Radical Red #FA5159
RGB
CMYK
RGB Variations
Color information
#FA5159 (or 0xFA5159) is known color: Radical Red. HEX triplet: FA, 51 and 59. RGB value is (250,81,89). Sum of RGB (Red+Green+Blue) = 250+81+89=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5159 is #05AEA6. Grayscale: #848484. Windows color (decimal): -372391 or 5853690. OLE color: 5853690.
HSL color Cylindrical-coordinate representation of color #FA5159: hue angle of 357.16º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5159 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 89 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.02 |
| HSL | 357.16º | 0.94% | 0.65% | - |
| HSV(B) | 357.16º | 0.68% | 0.98% | - |
| XYZ | 44.17 | 26.93 | 12.32 | - |
| YUV | 132.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 89 | 0 | 0.68 | 0.64 | 0.02 | 357.16 | 0.94 | 0.65 |
| Hex | FA | 51 | 59 | 0 | 44 | 40 | 2 | 165 | 5E | 41 |
| Octal | 372 | 121 | 131 | 0 | 104 | 100 | 2 | 545 | 136 | 101 |
| Binary | 11111010 | 1010001 | 1011001 | 0 | 1000100 | 1000000 | 10 | 101100101 | 1011110 | 1000001 |
Color Harmonies of #FA5159
Complementary color
Monochromatic Colors of #FA5159
Black with #FA5159
Text Example
Text Example
White with #FA5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5159; }
p { color: rgb(250,81,89); }
H1.HeaderClassName
{
color: #FA5159;
}
.AnyTagClassName
{
color: #FA5159;
}
</style>
background-color css
<style>
a { background-color: #FA5159; }
a { background-color: rgb(250,81,89); }
div.DivClassName
{
background-color: #FA5159;
}
.BgClassName
{
background-color: #FA5159;
}
</style>
border-color css
<style>
span { border-color: #FA5159; }
span { border-color: rgb(250,81,89); }
td.TdClassName
{
border-color: #FA5159;
}
.TagClassName
{
border-color: #FA5159;
}
</style>