Shades of Radical Red #FA2559
Tints of Radical Red #FA2559
RGB
CMYK
RGB Variations
Color information
#FA2559 (or 0xFA2559) is known color: Radical Red. HEX triplet: FA, 25 and 59. RGB value is (250,37,89). Sum of RGB (Red+Green+Blue) = 250+37+89=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2559 is #05DAA6. Grayscale: #6A6A6A. Windows color (decimal): -383655 or 5842426. OLE color: 5842426.
HSL color Cylindrical-coordinate representation of color #FA2559: hue angle of 345.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2559 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 89 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.02 |
| HSL | 345.35º | 0.96% | 0.56% | - |
| HSV(B) | 345.35º | 0.85% | 0.98% | - |
| XYZ | 41.89 | 22.37 | 11.56 | - |
| YUV | 106.62 | 118.07 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 89 | 0 | 0.85 | 0.64 | 0.02 | 345.35 | 0.96 | 0.56 |
| Hex | FA | 25 | 59 | 0 | 55 | 40 | 2 | 159 | 60 | 38 |
| Octal | 372 | 45 | 131 | 0 | 125 | 100 | 2 | 531 | 140 | 70 |
| Binary | 11111010 | 100101 | 1011001 | 0 | 1010101 | 1000000 | 10 | 101011001 | 1100000 | 111000 |
Color Harmonies of #FA2559
Complementary color
Monochromatic Colors of #FA2559
Black with #FA2559
Text Example
Text Example
White with #FA2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2559; }
p { color: rgb(250,37,89); }
H1.HeaderClassName
{
color: #FA2559;
}
.AnyTagClassName
{
color: #FA2559;
}
</style>
background-color css
<style>
a { background-color: #FA2559; }
a { background-color: rgb(250,37,89); }
div.DivClassName
{
background-color: #FA2559;
}
.BgClassName
{
background-color: #FA2559;
}
</style>
border-color css
<style>
span { border-color: #FA2559; }
span { border-color: rgb(250,37,89); }
td.TdClassName
{
border-color: #FA2559;
}
.TagClassName
{
border-color: #FA2559;
}
</style>