Html Css Color HEX #FA49E5 Free Speech Magenta
📋 copy color: '#FA49E5'red 250 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #FA49E5
Tints of Free Speech Magenta #FA49E5
RGB
CMYK
RGB Variations
Color information
#FA49E5 (or 0xFA49E5) is known color: Free Speech Magenta. HEX triplet: FA, 49 and E5. RGB value is (250,73,229). Sum of RGB (Red+Green+Blue) = 250+73+229=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49E5 is #05B61A. Grayscale: #8F8F8F. Windows color (decimal): -374299 or 15026682. OLE color: 15026682.
HSL color Cylindrical-coordinate representation of color #FA49E5: hue angle of 307.12º 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 #FA49E5 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 229 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.02 |
| HSL | 307.12º | 0.95% | 0.63% | - |
| HSV(B) | 307.12º | 0.71% | 0.98% | - |
| XYZ | 55.95 | 30.75 | 77.11 | - |
| YUV | 143.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 229 | 0 | 0.71 | 0.08 | 0.02 | 307.12 | 0.95 | 0.63 |
| Hex | FA | 49 | E5 | 0 | 47 | 8 | 2 | 133 | 5F | 3F |
| Octal | 372 | 111 | 345 | 0 | 107 | 10 | 2 | 463 | 137 | 77 |
| Binary | 11111010 | 1001001 | 11100101 | 0 | 1000111 | 1000 | 10 | 100110011 | 1011111 | 111111 |
Color Harmonies of #FA49E5
Complementary color
Monochromatic Colors of #FA49E5
Black with #FA49E5
Text Example
Text Example
White with #FA49E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49E5; }
p { color: rgb(250,73,229); }
H1.HeaderClassName
{
color: #FA49E5;
}
.AnyTagClassName
{
color: #FA49E5;
}
</style>
background-color css
<style>
a { background-color: #FA49E5; }
a { background-color: rgb(250,73,229); }
div.DivClassName
{
background-color: #FA49E5;
}
.BgClassName
{
background-color: #FA49E5;
}
</style>
border-color css
<style>
span { border-color: #FA49E5; }
span { border-color: rgb(250,73,229); }
td.TdClassName
{
border-color: #FA49E5;
}
.TagClassName
{
border-color: #FA49E5;
}
</style>