Html Css Color HEX #FA59D6 Free Speech Magenta
📋 copy color: '#FA59D6'red 250 ◦ green 89 ◦ blue 214
Shades of Free Speech Magenta #FA59D6
Tints of Free Speech Magenta #FA59D6
RGB
CMYK
RGB Variations
Color information
#FA59D6 (or 0xFA59D6) is known color: Free Speech Magenta. HEX triplet: FA, 59 and D6. RGB value is (250,89,214). Sum of RGB (Red+Green+Blue) = 250+89+214=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59D6 is #05A629. Grayscale: #979797. Windows color (decimal): -370218 or 14047738. OLE color: 14047738.
HSL color Cylindrical-coordinate representation of color #FA59D6: hue angle of 313.42º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59D6 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 214 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.02 |
| HSL | 313.42º | 0.94% | 0.66% | - |
| HSV(B) | 313.42º | 0.64% | 0.98% | - |
| XYZ | 55.13 | 32.32 | 66.95 | - |
| YUV | 151.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 214 | 0 | 0.64 | 0.14 | 0.02 | 313.42 | 0.94 | 0.66 |
| Hex | FA | 59 | D6 | 0 | 40 | E | 2 | 139 | 5E | 42 |
| Octal | 372 | 131 | 326 | 0 | 100 | 16 | 2 | 471 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11010110 | 0 | 1000000 | 1110 | 10 | 100111001 | 1011110 | 1000010 |
Color Harmonies of #FA59D6
Complementary color
Monochromatic Colors of #FA59D6
Black with #FA59D6
Text Example
Text Example
White with #FA59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59D6; }
p { color: rgb(250,89,214); }
H1.HeaderClassName
{
color: #FA59D6;
}
.AnyTagClassName
{
color: #FA59D6;
}
</style>
background-color css
<style>
a { background-color: #FA59D6; }
a { background-color: rgb(250,89,214); }
div.DivClassName
{
background-color: #FA59D6;
}
.BgClassName
{
background-color: #FA59D6;
}
</style>
border-color css
<style>
span { border-color: #FA59D6; }
span { border-color: rgb(250,89,214); }
td.TdClassName
{
border-color: #FA59D6;
}
.TagClassName
{
border-color: #FA59D6;
}
</style>