Html Css Color HEX #FA60E5 Free Speech Magenta
📋 copy color: '#FA60E5'red 250 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #FA60E5
Tints of Free Speech Magenta #FA60E5
RGB
CMYK
RGB Variations
Color information
#FA60E5 (or 0xFA60E5) is known color: Free Speech Magenta. HEX triplet: FA, 60 and E5. RGB value is (250,96,229). Sum of RGB (Red+Green+Blue) = 250+96+229=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60E5 is #059F1A. Grayscale: #9C9C9C. Windows color (decimal): -368411 or 15032570. OLE color: 15032570.
HSL color Cylindrical-coordinate representation of color #FA60E5: hue angle of 308.18º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA60E5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 229 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.02 |
| HSL | 308.18º | 0.94% | 0.68% | - |
| HSV(B) | 308.18º | 0.62% | 0.98% | - |
| XYZ | 57.75 | 34.35 | 77.71 | - |
| YUV | 157.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 229 | 0 | 0.62 | 0.08 | 0.02 | 308.18 | 0.94 | 0.68 |
| Hex | FA | 60 | E5 | 0 | 3E | 8 | 2 | 134 | 5E | 44 |
| Octal | 372 | 140 | 345 | 0 | 76 | 10 | 2 | 464 | 136 | 104 |
| Binary | 11111010 | 1100000 | 11100101 | 0 | 111110 | 1000 | 10 | 100110100 | 1011110 | 1000100 |
Color Harmonies of #FA60E5
Complementary color
Monochromatic Colors of #FA60E5
Black with #FA60E5
Text Example
Text Example
White with #FA60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA60E5; }
p { color: rgb(250,96,229); }
H1.HeaderClassName
{
color: #FA60E5;
}
.AnyTagClassName
{
color: #FA60E5;
}
</style>
background-color css
<style>
a { background-color: #FA60E5; }
a { background-color: rgb(250,96,229); }
div.DivClassName
{
background-color: #FA60E5;
}
.BgClassName
{
background-color: #FA60E5;
}
</style>
border-color css
<style>
span { border-color: #FA60E5; }
span { border-color: rgb(250,96,229); }
td.TdClassName
{
border-color: #FA60E5;
}
.TagClassName
{
border-color: #FA60E5;
}
</style>