Shades of Radical Red #FA2159
Tints of Radical Red #FA2159
RGB
CMYK
RGB Variations
Color information
#FA2159 (or 0xFA2159) is known color: Radical Red. HEX triplet: FA, 21 and 59. RGB value is (250,33,89). Sum of RGB (Red+Green+Blue) = 250+33+89=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2159 is #05DEA6. Grayscale: #686868. Windows color (decimal): -384679 or 5841402. OLE color: 5841402.
HSL color Cylindrical-coordinate representation of color #FA2159: hue angle of 344.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2159 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 89 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.02 |
| HSL | 344.52º | 0.96% | 0.55% | - |
| HSV(B) | 344.52º | 0.87% | 0.98% | - |
| XYZ | 41.77 | 22.13 | 11.52 | - |
| YUV | 104.27 | 119.39 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 89 | 0 | 0.87 | 0.64 | 0.02 | 344.52 | 0.96 | 0.55 |
| Hex | FA | 21 | 59 | 0 | 57 | 40 | 2 | 159 | 60 | 37 |
| Octal | 372 | 41 | 131 | 0 | 127 | 100 | 2 | 531 | 140 | 67 |
| Binary | 11111010 | 100001 | 1011001 | 0 | 1010111 | 1000000 | 10 | 101011001 | 1100000 | 110111 |
Color Harmonies of #FA2159
Complementary color
Monochromatic Colors of #FA2159
Black with #FA2159
Text Example
Text Example
White with #FA2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2159; }
p { color: rgb(250,33,89); }
H1.HeaderClassName
{
color: #FA2159;
}
.AnyTagClassName
{
color: #FA2159;
}
</style>
background-color css
<style>
a { background-color: #FA2159; }
a { background-color: rgb(250,33,89); }
div.DivClassName
{
background-color: #FA2159;
}
.BgClassName
{
background-color: #FA2159;
}
</style>
border-color css
<style>
span { border-color: #FA2159; }
span { border-color: rgb(250,33,89); }
td.TdClassName
{
border-color: #FA2159;
}
.TagClassName
{
border-color: #FA2159;
}
</style>