Html Css Color HEX #FA5DE5 Free Speech Magenta
📋 copy color: '#FA5DE5'red 250 ◦ green 93 ◦ blue 229
Shades of Free Speech Magenta #FA5DE5
Tints of Free Speech Magenta #FA5DE5
RGB
CMYK
RGB Variations
Color information
#FA5DE5 (or 0xFA5DE5) is known color: Free Speech Magenta. HEX triplet: FA, 5D and E5. RGB value is (250,93,229). Sum of RGB (Red+Green+Blue) = 250+93+229=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DE5 is #05A21A. Grayscale: #9B9B9B. Windows color (decimal): -369179 or 15031802. OLE color: 15031802.
HSL color Cylindrical-coordinate representation of color #FA5DE5: hue angle of 308.03º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DE5 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 229 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.02 |
| HSL | 308.03º | 0.94% | 0.67% | - |
| HSV(B) | 308.03º | 0.63% | 0.98% | - |
| XYZ | 57.48 | 33.81 | 77.63 | - |
| YUV | 155.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 229 | 0 | 0.63 | 0.08 | 0.02 | 308.03 | 0.94 | 0.67 |
| Hex | FA | 5D | E5 | 0 | 3F | 8 | 2 | 134 | 5E | 43 |
| Octal | 372 | 135 | 345 | 0 | 77 | 10 | 2 | 464 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11100101 | 0 | 111111 | 1000 | 10 | 100110100 | 1011110 | 1000011 |
Color Harmonies of #FA5DE5
Complementary color
Monochromatic Colors of #FA5DE5
Black with #FA5DE5
Text Example
Text Example
White with #FA5DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DE5; }
p { color: rgb(250,93,229); }
H1.HeaderClassName
{
color: #FA5DE5;
}
.AnyTagClassName
{
color: #FA5DE5;
}
</style>
background-color css
<style>
a { background-color: #FA5DE5; }
a { background-color: rgb(250,93,229); }
div.DivClassName
{
background-color: #FA5DE5;
}
.BgClassName
{
background-color: #FA5DE5;
}
</style>
border-color css
<style>
span { border-color: #FA5DE5; }
span { border-color: rgb(250,93,229); }
td.TdClassName
{
border-color: #FA5DE5;
}
.TagClassName
{
border-color: #FA5DE5;
}
</style>