Shades of Radical Red #FA2959
Tints of Radical Red #FA2959
RGB
CMYK
RGB Variations
Color information
#FA2959 (or 0xFA2959) is known color: Radical Red. HEX triplet: FA, 29 and 59. RGB value is (250,41,89). Sum of RGB (Red+Green+Blue) = 250+41+89=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2959 is #05D6A6. Grayscale: #6C6C6C. Windows color (decimal): -382631 or 5843450. OLE color: 5843450.
HSL color Cylindrical-coordinate representation of color #FA2959: hue angle of 346.22º 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 #FA2959 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 89 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.02 |
| HSL | 346.22º | 0.95% | 0.57% | - |
| HSV(B) | 346.22º | 0.84% | 0.98% | - |
| XYZ | 42.02 | 22.63 | 11.6 | - |
| YUV | 108.96 | 116.74 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 89 | 0 | 0.84 | 0.64 | 0.02 | 346.22 | 0.95 | 0.57 |
| Hex | FA | 29 | 59 | 0 | 54 | 40 | 2 | 15A | 5F | 39 |
| Octal | 372 | 51 | 131 | 0 | 124 | 100 | 2 | 532 | 137 | 71 |
| Binary | 11111010 | 101001 | 1011001 | 0 | 1010100 | 1000000 | 10 | 101011010 | 1011111 | 111001 |
Color Harmonies of #FA2959
Complementary color
Monochromatic Colors of #FA2959
Black with #FA2959
Text Example
Text Example
White with #FA2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2959; }
p { color: rgb(250,41,89); }
H1.HeaderClassName
{
color: #FA2959;
}
.AnyTagClassName
{
color: #FA2959;
}
</style>
background-color css
<style>
a { background-color: #FA2959; }
a { background-color: rgb(250,41,89); }
div.DivClassName
{
background-color: #FA2959;
}
.BgClassName
{
background-color: #FA2959;
}
</style>
border-color css
<style>
span { border-color: #FA2959; }
span { border-color: rgb(250,41,89); }
td.TdClassName
{
border-color: #FA2959;
}
.TagClassName
{
border-color: #FA2959;
}
</style>