Html Css Color HEX #FA55E2 Free Speech Magenta
📋 copy color: '#FA55E2'red 250 ◦ green 85 ◦ blue 226
Shades of Free Speech Magenta #FA55E2
Tints of Free Speech Magenta #FA55E2
RGB
CMYK
RGB Variations
Color information
#FA55E2 (or 0xFA55E2) is known color: Free Speech Magenta. HEX triplet: FA, 55 and E2. RGB value is (250,85,226). Sum of RGB (Red+Green+Blue) = 250+85+226=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55E2 is #05AA1D. Grayscale: #969696. Windows color (decimal): -371230 or 14833146. OLE color: 14833146.
HSL color Cylindrical-coordinate representation of color #FA55E2: hue angle of 308.73º 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 #FA55E2 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 226 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.02 |
| HSL | 308.73º | 0.94% | 0.66% | - |
| HSV(B) | 308.73º | 0.66% | 0.98% | - |
| XYZ | 56.4 | 32.31 | 75.22 | - |
| YUV | 150.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 226 | 0 | 0.66 | 0.10 | 0.02 | 308.73 | 0.94 | 0.66 |
| Hex | FA | 55 | E2 | 0 | 42 | A | 2 | 135 | 5E | 42 |
| Octal | 372 | 125 | 342 | 0 | 102 | 12 | 2 | 465 | 136 | 102 |
| Binary | 11111010 | 1010101 | 11100010 | 0 | 1000010 | 1010 | 10 | 100110101 | 1011110 | 1000010 |
Color Harmonies of #FA55E2
Complementary color
Monochromatic Colors of #FA55E2
Black with #FA55E2
Text Example
Text Example
White with #FA55E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55E2; }
p { color: rgb(250,85,226); }
H1.HeaderClassName
{
color: #FA55E2;
}
.AnyTagClassName
{
color: #FA55E2;
}
</style>
background-color css
<style>
a { background-color: #FA55E2; }
a { background-color: rgb(250,85,226); }
div.DivClassName
{
background-color: #FA55E2;
}
.BgClassName
{
background-color: #FA55E2;
}
</style>
border-color css
<style>
span { border-color: #FA55E2; }
span { border-color: rgb(250,85,226); }
td.TdClassName
{
border-color: #FA55E2;
}
.TagClassName
{
border-color: #FA55E2;
}
</style>