Html Css Color HEX #FA49E2 Free Speech Magenta
📋 copy color: '#FA49E2'red 250 ◦ green 73 ◦ blue 226
Shades of Free Speech Magenta #FA49E2
Tints of Free Speech Magenta #FA49E2
RGB
CMYK
RGB Variations
Color information
#FA49E2 (or 0xFA49E2) is known color: Free Speech Magenta. HEX triplet: FA, 49 and E2. RGB value is (250,73,226). Sum of RGB (Red+Green+Blue) = 250+73+226=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49E2 is #05B61D. Grayscale: #8E8E8E. Windows color (decimal): -374302 or 14830074. OLE color: 14830074.
HSL color Cylindrical-coordinate representation of color #FA49E2: hue angle of 308.14º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49E2 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 226 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.02 |
| HSL | 308.14º | 0.95% | 0.63% | - |
| HSV(B) | 308.14º | 0.71% | 0.98% | - |
| XYZ | 55.53 | 30.58 | 74.93 | - |
| YUV | 143.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 226 | 0 | 0.71 | 0.10 | 0.02 | 308.14 | 0.95 | 0.63 |
| Hex | FA | 49 | E2 | 0 | 47 | A | 2 | 134 | 5F | 3F |
| Octal | 372 | 111 | 342 | 0 | 107 | 12 | 2 | 464 | 137 | 77 |
| Binary | 11111010 | 1001001 | 11100010 | 0 | 1000111 | 1010 | 10 | 100110100 | 1011111 | 111111 |
Color Harmonies of #FA49E2
Complementary color
Monochromatic Colors of #FA49E2
Black with #FA49E2
Text Example
Text Example
White with #FA49E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49E2; }
p { color: rgb(250,73,226); }
H1.HeaderClassName
{
color: #FA49E2;
}
.AnyTagClassName
{
color: #FA49E2;
}
</style>
background-color css
<style>
a { background-color: #FA49E2; }
a { background-color: rgb(250,73,226); }
div.DivClassName
{
background-color: #FA49E2;
}
.BgClassName
{
background-color: #FA49E2;
}
</style>
border-color css
<style>
span { border-color: #FA49E2; }
span { border-color: rgb(250,73,226); }
td.TdClassName
{
border-color: #FA49E2;
}
.TagClassName
{
border-color: #FA49E2;
}
</style>