Html Css Color HEX #FA64E2 Free Speech Magenta
📋 copy color: '#FA64E2'red 250 ◦ green 100 ◦ blue 226
Shades of Free Speech Magenta #FA64E2
Tints of Free Speech Magenta #FA64E2
RGB
CMYK
RGB Variations
Color information
#FA64E2 (or 0xFA64E2) is known color: Free Speech Magenta. HEX triplet: FA, 64 and E2. RGB value is (250,100,226). Sum of RGB (Red+Green+Blue) = 250+100+226=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64E2 is #059B1D. Grayscale: #9E9E9E. Windows color (decimal): -367390 or 14836986. OLE color: 14836986.
HSL color Cylindrical-coordinate representation of color #FA64E2: hue angle of 309.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64E2 is Cyan = 0, Magento = 0.6, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 226 | - |
| CMYK | 0 | 0.6 | 0.10 | 0.02 |
| HSL | 309.6º | 0.94% | 0.69% | - |
| HSV(B) | 309.6º | 0.6% | 0.98% | - |
| XYZ | 57.71 | 34.93 | 75.65 | - |
| YUV | 159.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 226 | 0 | 0.6 | 0.10 | 0.02 | 309.6 | 0.94 | 0.69 |
| Hex | FA | 64 | E2 | 0 | 3C | A | 2 | 136 | 5E | 45 |
| Octal | 372 | 144 | 342 | 0 | 74 | 12 | 2 | 466 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11100010 | 0 | 111100 | 1010 | 10 | 100110110 | 1011110 | 1000101 |
Color Harmonies of #FA64E2
Complementary color
Monochromatic Colors of #FA64E2
Black with #FA64E2
Text Example
Text Example
White with #FA64E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64E2; }
p { color: rgb(250,100,226); }
H1.HeaderClassName
{
color: #FA64E2;
}
.AnyTagClassName
{
color: #FA64E2;
}
</style>
background-color css
<style>
a { background-color: #FA64E2; }
a { background-color: rgb(250,100,226); }
div.DivClassName
{
background-color: #FA64E2;
}
.BgClassName
{
background-color: #FA64E2;
}
</style>
border-color css
<style>
span { border-color: #FA64E2; }
span { border-color: rgb(250,100,226); }
td.TdClassName
{
border-color: #FA64E2;
}
.TagClassName
{
border-color: #FA64E2;
}
</style>