Shades of Radical Red #FA2659
Tints of Radical Red #FA2659
RGB
CMYK
RGB Variations
Color information
#FA2659 (or 0xFA2659) is known color: Radical Red. HEX triplet: FA, 26 and 59. RGB value is (250,38,89). Sum of RGB (Red+Green+Blue) = 250+38+89=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2659 is #05D9A6. Grayscale: #6B6B6B. Windows color (decimal): -383399 or 5842682. OLE color: 5842682.
HSL color Cylindrical-coordinate representation of color #FA2659: hue angle of 345.57º degrees, saturation: 0.95, 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 #FA2659 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 89 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.02 |
| HSL | 345.57º | 0.95% | 0.56% | - |
| HSV(B) | 345.57º | 0.85% | 0.98% | - |
| XYZ | 41.92 | 22.43 | 11.57 | - |
| YUV | 107.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 89 | 0 | 0.85 | 0.64 | 0.02 | 345.57 | 0.95 | 0.56 |
| Hex | FA | 26 | 59 | 0 | 55 | 40 | 2 | 15A | 5F | 38 |
| Octal | 372 | 46 | 131 | 0 | 125 | 100 | 2 | 532 | 137 | 70 |
| Binary | 11111010 | 100110 | 1011001 | 0 | 1010101 | 1000000 | 10 | 101011010 | 1011111 | 111000 |
Color Harmonies of #FA2659
Complementary color
Monochromatic Colors of #FA2659
Black with #FA2659
Text Example
Text Example
White with #FA2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2659; }
p { color: rgb(250,38,89); }
H1.HeaderClassName
{
color: #FA2659;
}
.AnyTagClassName
{
color: #FA2659;
}
</style>
background-color css
<style>
a { background-color: #FA2659; }
a { background-color: rgb(250,38,89); }
div.DivClassName
{
background-color: #FA2659;
}
.BgClassName
{
background-color: #FA2659;
}
</style>
border-color css
<style>
span { border-color: #FA2659; }
span { border-color: rgb(250,38,89); }
td.TdClassName
{
border-color: #FA2659;
}
.TagClassName
{
border-color: #FA2659;
}
</style>