Html Css Color HEX #FE56E5 Free Speech Magenta
📋 copy color: '#FE56E5'red 254 ◦ green 86 ◦ blue 229
Shades of Free Speech Magenta #FE56E5
Tints of Free Speech Magenta #FE56E5
RGB
CMYK
RGB Variations
Color information
#FE56E5 (or 0xFE56E5) is known color: Free Speech Magenta. HEX triplet: FE, 56 and E5. RGB value is (254,86,229). Sum of RGB (Red+Green+Blue) = 254+86+229=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56E5 is #01A91A. Grayscale: #989898. Windows color (decimal): -108827 or 15030014. OLE color: 15030014.
HSL color Cylindrical-coordinate representation of color #FE56E5: hue angle of 308.93º 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 #FE56E5 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 229 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.00 |
| HSL | 308.93º | 0.99% | 0.67% | - |
| HSV(B) | 308.93º | 0.66% | 1% | - |
| XYZ | 58.34 | 33.38 | 77.5 | - |
| YUV | 152.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 229 | 0 | 0.66 | 0.10 | 0.00 | 308.93 | 0.99 | 0.67 |
| Hex | FE | 56 | E5 | 0 | 42 | A | 0 | 135 | 63 | 43 |
| Octal | 376 | 126 | 345 | 0 | 102 | 12 | 0 | 465 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11100101 | 0 | 1000010 | 1010 | 0 | 100110101 | 1100011 | 1000011 |
Color Harmonies of #FE56E5
Complementary color
Monochromatic Colors of #FE56E5
Black with #FE56E5
Text Example
Text Example
White with #FE56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56E5; }
p { color: rgb(254,86,229); }
H1.HeaderClassName
{
color: #FE56E5;
}
.AnyTagClassName
{
color: #FE56E5;
}
</style>
background-color css
<style>
a { background-color: #FE56E5; }
a { background-color: rgb(254,86,229); }
div.DivClassName
{
background-color: #FE56E5;
}
.BgClassName
{
background-color: #FE56E5;
}
</style>
border-color css
<style>
span { border-color: #FE56E5; }
span { border-color: rgb(254,86,229); }
td.TdClassName
{
border-color: #FE56E5;
}
.TagClassName
{
border-color: #FE56E5;
}
</style>