Html Css Color HEX #FA59DB Free Speech Magenta
📋 copy color: '#FA59DB'red 250 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #FA59DB
Tints of Free Speech Magenta #FA59DB
RGB
CMYK
RGB Variations
Color information
#FA59DB (or 0xFA59DB) is known color: Free Speech Magenta. HEX triplet: FA, 59 and DB. RGB value is (250,89,219). Sum of RGB (Red+Green+Blue) = 250+89+219=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59DB is #05A624. Grayscale: #979797. Windows color (decimal): -370213 or 14375418. OLE color: 14375418.
HSL color Cylindrical-coordinate representation of color #FA59DB: hue angle of 311.55º 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 #FA59DB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 219 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.02 |
| HSL | 311.55º | 0.94% | 0.66% | - |
| HSV(B) | 311.55º | 0.64% | 0.98% | - |
| XYZ | 55.78 | 32.58 | 70.37 | - |
| YUV | 151.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 219 | 0 | 0.64 | 0.12 | 0.02 | 311.55 | 0.94 | 0.66 |
| Hex | FA | 59 | DB | 0 | 40 | C | 2 | 138 | 5E | 42 |
| Octal | 372 | 131 | 333 | 0 | 100 | 14 | 2 | 470 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11011011 | 0 | 1000000 | 1100 | 10 | 100111000 | 1011110 | 1000010 |
Color Harmonies of #FA59DB
Complementary color
Monochromatic Colors of #FA59DB
Black with #FA59DB
Text Example
Text Example
White with #FA59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59DB; }
p { color: rgb(250,89,219); }
H1.HeaderClassName
{
color: #FA59DB;
}
.AnyTagClassName
{
color: #FA59DB;
}
</style>
background-color css
<style>
a { background-color: #FA59DB; }
a { background-color: rgb(250,89,219); }
div.DivClassName
{
background-color: #FA59DB;
}
.BgClassName
{
background-color: #FA59DB;
}
</style>
border-color css
<style>
span { border-color: #FA59DB; }
span { border-color: rgb(250,89,219); }
td.TdClassName
{
border-color: #FA59DB;
}
.TagClassName
{
border-color: #FA59DB;
}
</style>