Html Css Color HEX #FA55E5 Free Speech Magenta
📋 copy color: '#FA55E5'red 250 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #FA55E5
Tints of Free Speech Magenta #FA55E5
RGB
CMYK
RGB Variations
Color information
#FA55E5 (or 0xFA55E5) is known color: Free Speech Magenta. HEX triplet: FA, 55 and E5. RGB value is (250,85,229). Sum of RGB (Red+Green+Blue) = 250+85+229=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55E5 is #05AA1A. Grayscale: #969696. Windows color (decimal): -371227 or 15029754. OLE color: 15029754.
HSL color Cylindrical-coordinate representation of color #FA55E5: hue angle of 307.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55E5 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 229 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.02 |
| HSL | 307.64º | 0.94% | 0.66% | - |
| HSV(B) | 307.64º | 0.66% | 0.98% | - |
| XYZ | 56.82 | 32.48 | 77.4 | - |
| YUV | 150.75 | 172.16 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 229 | 0 | 0.66 | 0.08 | 0.02 | 307.64 | 0.94 | 0.66 |
| Hex | FA | 55 | E5 | 0 | 42 | 8 | 2 | 134 | 5E | 42 |
| Octal | 372 | 125 | 345 | 0 | 102 | 10 | 2 | 464 | 136 | 102 |
| Binary | 11111010 | 1010101 | 11100101 | 0 | 1000010 | 1000 | 10 | 100110100 | 1011110 | 1000010 |
Color Harmonies of #FA55E5
Complementary color
Monochromatic Colors of #FA55E5
Black with #FA55E5
Text Example
Text Example
White with #FA55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55E5; }
p { color: rgb(250,85,229); }
H1.HeaderClassName
{
color: #FA55E5;
}
.AnyTagClassName
{
color: #FA55E5;
}
</style>
background-color css
<style>
a { background-color: #FA55E5; }
a { background-color: rgb(250,85,229); }
div.DivClassName
{
background-color: #FA55E5;
}
.BgClassName
{
background-color: #FA55E5;
}
</style>
border-color css
<style>
span { border-color: #FA55E5; }
span { border-color: rgb(250,85,229); }
td.TdClassName
{
border-color: #FA55E5;
}
.TagClassName
{
border-color: #FA55E5;
}
</style>