Html Css Color HEX #FA59DD Free Speech Magenta
📋 copy color: '#FA59DD'red 250 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #FA59DD
Tints of Free Speech Magenta #FA59DD
RGB
CMYK
RGB Variations
Color information
#FA59DD (or 0xFA59DD) is known color: Free Speech Magenta. HEX triplet: FA, 59 and DD. RGB value is (250,89,221). Sum of RGB (Red+Green+Blue) = 250+89+221=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59DD is #05A622. Grayscale: #979797. Windows color (decimal): -370211 or 14506490. OLE color: 14506490.
HSL color Cylindrical-coordinate representation of color #FA59DD: hue angle of 310.81º 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 #FA59DD is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 221 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.02 |
| HSL | 310.81º | 0.94% | 0.66% | - |
| HSV(B) | 310.81º | 0.64% | 0.98% | - |
| XYZ | 56.05 | 32.69 | 71.76 | - |
| YUV | 152.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 221 | 0 | 0.64 | 0.12 | 0.02 | 310.81 | 0.94 | 0.66 |
| Hex | FA | 59 | DD | 0 | 40 | C | 2 | 137 | 5E | 42 |
| Octal | 372 | 131 | 335 | 0 | 100 | 14 | 2 | 467 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11011101 | 0 | 1000000 | 1100 | 10 | 100110111 | 1011110 | 1000010 |
Color Harmonies of #FA59DD
Complementary color
Monochromatic Colors of #FA59DD
Black with #FA59DD
Text Example
Text Example
White with #FA59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59DD; }
p { color: rgb(250,89,221); }
H1.HeaderClassName
{
color: #FA59DD;
}
.AnyTagClassName
{
color: #FA59DD;
}
</style>
background-color css
<style>
a { background-color: #FA59DD; }
a { background-color: rgb(250,89,221); }
div.DivClassName
{
background-color: #FA59DD;
}
.BgClassName
{
background-color: #FA59DD;
}
</style>
border-color css
<style>
span { border-color: #FA59DD; }
span { border-color: rgb(250,89,221); }
td.TdClassName
{
border-color: #FA59DD;
}
.TagClassName
{
border-color: #FA59DD;
}
</style>