Html Css Color HEX #FE57E0 Free Speech Magenta
📋 copy color: '#FE57E0'red 254 ◦ green 87 ◦ blue 224
Shades of Free Speech Magenta #FE57E0
Tints of Free Speech Magenta #FE57E0
RGB
CMYK
RGB Variations
Color information
#FE57E0 (or 0xFE57E0) is known color: Free Speech Magenta. HEX triplet: FE, 57 and E0. RGB value is (254,87,224). Sum of RGB (Red+Green+Blue) = 254+87+224=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57E0 is #01A81F. Grayscale: #989898. Windows color (decimal): -108576 or 14702590. OLE color: 14702590.
HSL color Cylindrical-coordinate representation of color #FE57E0: hue angle of 310.78º 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 #FE57E0 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 224 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.00 |
| HSL | 310.78º | 0.99% | 0.67% | - |
| HSV(B) | 310.78º | 0.66% | 1% | - |
| XYZ | 57.74 | 33.27 | 73.9 | - |
| YUV | 152.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 224 | 0 | 0.66 | 0.12 | 0.00 | 310.78 | 0.99 | 0.67 |
| Hex | FE | 57 | E0 | 0 | 42 | C | 0 | 137 | 63 | 43 |
| Octal | 376 | 127 | 340 | 0 | 102 | 14 | 0 | 467 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11100000 | 0 | 1000010 | 1100 | 0 | 100110111 | 1100011 | 1000011 |
Color Harmonies of #FE57E0
Complementary color
Monochromatic Colors of #FE57E0
Black with #FE57E0
Text Example
Text Example
White with #FE57E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57E0; }
p { color: rgb(254,87,224); }
H1.HeaderClassName
{
color: #FE57E0;
}
.AnyTagClassName
{
color: #FE57E0;
}
</style>
background-color css
<style>
a { background-color: #FE57E0; }
a { background-color: rgb(254,87,224); }
div.DivClassName
{
background-color: #FE57E0;
}
.BgClassName
{
background-color: #FE57E0;
}
</style>
border-color css
<style>
span { border-color: #FE57E0; }
span { border-color: rgb(254,87,224); }
td.TdClassName
{
border-color: #FE57E0;
}
.TagClassName
{
border-color: #FE57E0;
}
</style>