Html Css Color HEX #FA57E5 Free Speech Magenta
📋 copy color: '#FA57E5'red 250 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #FA57E5
Tints of Free Speech Magenta #FA57E5
RGB
CMYK
RGB Variations
Color information
#FA57E5 (or 0xFA57E5) is known color: Free Speech Magenta. HEX triplet: FA, 57 and E5. RGB value is (250,87,229). Sum of RGB (Red+Green+Blue) = 250+87+229=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57E5 is #05A81A. Grayscale: #979797. Windows color (decimal): -370715 or 15030266. OLE color: 15030266.
HSL color Cylindrical-coordinate representation of color #FA57E5: hue angle of 307.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57E5 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 229 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.02 |
| HSL | 307.73º | 0.94% | 0.66% | - |
| HSV(B) | 307.73º | 0.65% | 0.98% | - |
| XYZ | 56.98 | 32.8 | 77.46 | - |
| YUV | 151.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 229 | 0 | 0.65 | 0.08 | 0.02 | 307.73 | 0.94 | 0.66 |
| Hex | FA | 57 | E5 | 0 | 41 | 8 | 2 | 134 | 5E | 42 |
| Octal | 372 | 127 | 345 | 0 | 101 | 10 | 2 | 464 | 136 | 102 |
| Binary | 11111010 | 1010111 | 11100101 | 0 | 1000001 | 1000 | 10 | 100110100 | 1011110 | 1000010 |
Color Harmonies of #FA57E5
Complementary color
Monochromatic Colors of #FA57E5
Black with #FA57E5
Text Example
Text Example
White with #FA57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57E5; }
p { color: rgb(250,87,229); }
H1.HeaderClassName
{
color: #FA57E5;
}
.AnyTagClassName
{
color: #FA57E5;
}
</style>
background-color css
<style>
a { background-color: #FA57E5; }
a { background-color: rgb(250,87,229); }
div.DivClassName
{
background-color: #FA57E5;
}
.BgClassName
{
background-color: #FA57E5;
}
</style>
border-color css
<style>
span { border-color: #FA57E5; }
span { border-color: rgb(250,87,229); }
td.TdClassName
{
border-color: #FA57E5;
}
.TagClassName
{
border-color: #FA57E5;
}
</style>