Html Css Color HEX #FE57E2 Free Speech Magenta
📋 copy color: '#FE57E2'red 254 ◦ green 87 ◦ blue 226
Shades of Free Speech Magenta #FE57E2
Tints of Free Speech Magenta #FE57E2
RGB
CMYK
RGB Variations
Color information
#FE57E2 (or 0xFE57E2) is known color: Free Speech Magenta. HEX triplet: FE, 57 and E2. RGB value is (254,87,226). Sum of RGB (Red+Green+Blue) = 254+87+226=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 87 (34.38% from 255 or 15.34% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57E2 is #01A81D. Grayscale: #989898. Windows color (decimal): -108574 or 14833662. OLE color: 14833662.
HSL color Cylindrical-coordinate representation of color #FE57E2: hue angle of 310.06º 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 #FE57E2 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 226 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.00 |
| HSL | 310.06º | 0.99% | 0.67% | - |
| HSV(B) | 310.06º | 0.66% | 1% | - |
| XYZ | 58.01 | 33.38 | 75.34 | - |
| YUV | 152.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 226 | 0 | 0.66 | 0.11 | 0.00 | 310.06 | 0.99 | 0.67 |
| Hex | FE | 57 | E2 | 0 | 42 | B | 0 | 136 | 63 | 43 |
| Octal | 376 | 127 | 342 | 0 | 102 | 13 | 0 | 466 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11100010 | 0 | 1000010 | 1011 | 0 | 100110110 | 1100011 | 1000011 |
Color Harmonies of #FE57E2
Complementary color
Monochromatic Colors of #FE57E2
Black with #FE57E2
Text Example
Text Example
White with #FE57E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57E2; }
p { color: rgb(254,87,226); }
H1.HeaderClassName
{
color: #FE57E2;
}
.AnyTagClassName
{
color: #FE57E2;
}
</style>
background-color css
<style>
a { background-color: #FE57E2; }
a { background-color: rgb(254,87,226); }
div.DivClassName
{
background-color: #FE57E2;
}
.BgClassName
{
background-color: #FE57E2;
}
</style>
border-color css
<style>
span { border-color: #FE57E2; }
span { border-color: rgb(254,87,226); }
td.TdClassName
{
border-color: #FE57E2;
}
.TagClassName
{
border-color: #FE57E2;
}
</style>