Html Css Color HEX #FE57E1 Free Speech Magenta
📋 copy color: '#FE57E1'red 254 ◦ green 87 ◦ blue 225
Shades of Free Speech Magenta #FE57E1
Tints of Free Speech Magenta #FE57E1
RGB
CMYK
RGB Variations
Color information
#FE57E1 (or 0xFE57E1) is known color: Free Speech Magenta. HEX triplet: FE, 57 and E1. RGB value is (254,87,225). Sum of RGB (Red+Green+Blue) = 254+87+225=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57E1 is #01A81E. Grayscale: #989898. Windows color (decimal): -108575 or 14768126. OLE color: 14768126.
HSL color Cylindrical-coordinate representation of color #FE57E1: hue angle of 310.42º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE57E1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 225 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.00 |
| HSL | 310.42º | 0.99% | 0.67% | - |
| HSV(B) | 310.42º | 0.66% | 1% | - |
| XYZ | 57.87 | 33.32 | 74.62 | - |
| YUV | 152.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 225 | 0 | 0.66 | 0.11 | 0.00 | 310.42 | 0.99 | 0.67 |
| Hex | FE | 57 | E1 | 0 | 42 | B | 0 | 136 | 63 | 43 |
| Octal | 376 | 127 | 341 | 0 | 102 | 13 | 0 | 466 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11100001 | 0 | 1000010 | 1011 | 0 | 100110110 | 1100011 | 1000011 |
Color Harmonies of #FE57E1
Complementary color
Monochromatic Colors of #FE57E1
Black with #FE57E1
Text Example
Text Example
White with #FE57E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57E1; }
p { color: rgb(254,87,225); }
H1.HeaderClassName
{
color: #FE57E1;
}
.AnyTagClassName
{
color: #FE57E1;
}
</style>
background-color css
<style>
a { background-color: #FE57E1; }
a { background-color: rgb(254,87,225); }
div.DivClassName
{
background-color: #FE57E1;
}
.BgClassName
{
background-color: #FE57E1;
}
</style>
border-color css
<style>
span { border-color: #FE57E1; }
span { border-color: rgb(254,87,225); }
td.TdClassName
{
border-color: #FE57E1;
}
.TagClassName
{
border-color: #FE57E1;
}
</style>