Html Css Color HEX #FA63E1 Free Speech Magenta
📋 copy color: '#FA63E1'red 250 ◦ green 99 ◦ blue 225
Shades of Free Speech Magenta #FA63E1
Tints of Free Speech Magenta #FA63E1
RGB
CMYK
RGB Variations
Color information
#FA63E1 (or 0xFA63E1) is known color: Free Speech Magenta. HEX triplet: FA, 63 and E1. RGB value is (250,99,225). Sum of RGB (Red+Green+Blue) = 250+99+225=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63E1 is #059C1E. Grayscale: #9E9E9E. Windows color (decimal): -367647 or 14771194. OLE color: 14771194.
HSL color Cylindrical-coordinate representation of color #FA63E1: hue angle of 309.93º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63E1 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 225 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.02 |
| HSL | 309.93º | 0.94% | 0.68% | - |
| HSV(B) | 309.93º | 0.6% | 0.98% | - |
| XYZ | 57.48 | 34.68 | 74.9 | - |
| YUV | 158.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 225 | 0 | 0.60 | 0.10 | 0.02 | 309.93 | 0.94 | 0.68 |
| Hex | FA | 63 | E1 | 0 | 3C | A | 2 | 136 | 5E | 44 |
| Octal | 372 | 143 | 341 | 0 | 74 | 12 | 2 | 466 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11100001 | 0 | 111100 | 1010 | 10 | 100110110 | 1011110 | 1000100 |
Color Harmonies of #FA63E1
Complementary color
Monochromatic Colors of #FA63E1
Black with #FA63E1
Text Example
Text Example
White with #FA63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63E1; }
p { color: rgb(250,99,225); }
H1.HeaderClassName
{
color: #FA63E1;
}
.AnyTagClassName
{
color: #FA63E1;
}
</style>
background-color css
<style>
a { background-color: #FA63E1; }
a { background-color: rgb(250,99,225); }
div.DivClassName
{
background-color: #FA63E1;
}
.BgClassName
{
background-color: #FA63E1;
}
</style>
border-color css
<style>
span { border-color: #FA63E1; }
span { border-color: rgb(250,99,225); }
td.TdClassName
{
border-color: #FA63E1;
}
.TagClassName
{
border-color: #FA63E1;
}
</style>