Html Css Color HEX #FA58E2 Free Speech Magenta
📋 copy color: '#FA58E2'red 250 ◦ green 88 ◦ blue 226
Shades of Free Speech Magenta #FA58E2
Tints of Free Speech Magenta #FA58E2
RGB
CMYK
RGB Variations
Color information
#FA58E2 (or 0xFA58E2) is known color: Free Speech Magenta. HEX triplet: FA, 58 and E2. RGB value is (250,88,226). Sum of RGB (Red+Green+Blue) = 250+88+226=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58E2 is #05A71D. Grayscale: #979797. Windows color (decimal): -370462 or 14833914. OLE color: 14833914.
HSL color Cylindrical-coordinate representation of color #FA58E2: hue angle of 308.89º 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 #FA58E2 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 226 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.02 |
| HSL | 308.89º | 0.94% | 0.66% | - |
| HSV(B) | 308.89º | 0.65% | 0.98% | - |
| XYZ | 56.64 | 32.79 | 75.3 | - |
| YUV | 152.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 226 | 0 | 0.65 | 0.10 | 0.02 | 308.89 | 0.94 | 0.66 |
| Hex | FA | 58 | E2 | 0 | 41 | A | 2 | 135 | 5E | 42 |
| Octal | 372 | 130 | 342 | 0 | 101 | 12 | 2 | 465 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11100010 | 0 | 1000001 | 1010 | 10 | 100110101 | 1011110 | 1000010 |
Color Harmonies of #FA58E2
Complementary color
Monochromatic Colors of #FA58E2
Black with #FA58E2
Text Example
Text Example
White with #FA58E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58E2; }
p { color: rgb(250,88,226); }
H1.HeaderClassName
{
color: #FA58E2;
}
.AnyTagClassName
{
color: #FA58E2;
}
</style>
background-color css
<style>
a { background-color: #FA58E2; }
a { background-color: rgb(250,88,226); }
div.DivClassName
{
background-color: #FA58E2;
}
.BgClassName
{
background-color: #FA58E2;
}
</style>
border-color css
<style>
span { border-color: #FA58E2; }
span { border-color: rgb(250,88,226); }
td.TdClassName
{
border-color: #FA58E2;
}
.TagClassName
{
border-color: #FA58E2;
}
</style>