Html Css Color HEX #FA61D9 Free Speech Magenta
📋 copy color: '#FA61D9'red 250 ◦ green 97 ◦ blue 217
Shades of Free Speech Magenta #FA61D9
Tints of Free Speech Magenta #FA61D9
RGB
CMYK
RGB Variations
Color information
#FA61D9 (or 0xFA61D9) is known color: Free Speech Magenta. HEX triplet: FA, 61 and D9. RGB value is (250,97,217). Sum of RGB (Red+Green+Blue) = 250+97+217=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61D9 is #059E26. Grayscale: #9C9C9C. Windows color (decimal): -368167 or 14246394. OLE color: 14246394.
HSL color Cylindrical-coordinate representation of color #FA61D9: hue angle of 312.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61D9 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 217 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.02 |
| HSL | 312.94º | 0.94% | 0.68% | - |
| HSV(B) | 312.94º | 0.61% | 0.98% | - |
| XYZ | 56.22 | 33.88 | 69.22 | - |
| YUV | 156.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 217 | 0 | 0.61 | 0.13 | 0.02 | 312.94 | 0.94 | 0.68 |
| Hex | FA | 61 | D9 | 0 | 3D | D | 2 | 139 | 5E | 44 |
| Octal | 372 | 141 | 331 | 0 | 75 | 15 | 2 | 471 | 136 | 104 |
| Binary | 11111010 | 1100001 | 11011001 | 0 | 111101 | 1101 | 10 | 100111001 | 1011110 | 1000100 |
Color Harmonies of #FA61D9
Complementary color
Monochromatic Colors of #FA61D9
Black with #FA61D9
Text Example
Text Example
White with #FA61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61D9; }
p { color: rgb(250,97,217); }
H1.HeaderClassName
{
color: #FA61D9;
}
.AnyTagClassName
{
color: #FA61D9;
}
</style>
background-color css
<style>
a { background-color: #FA61D9; }
a { background-color: rgb(250,97,217); }
div.DivClassName
{
background-color: #FA61D9;
}
.BgClassName
{
background-color: #FA61D9;
}
</style>
border-color css
<style>
span { border-color: #FA61D9; }
span { border-color: rgb(250,97,217); }
td.TdClassName
{
border-color: #FA61D9;
}
.TagClassName
{
border-color: #FA61D9;
}
</style>