Html Css Color HEX #FE4EDE Free Speech Magenta
📋 copy color: '#FE4EDE'red 254 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #FE4EDE
Tints of Free Speech Magenta #FE4EDE
RGB
CMYK
RGB Variations
Color information
#FE4EDE (or 0xFE4EDE) is known color: Free Speech Magenta. HEX triplet: FE, 4E and DE. RGB value is (254,78,222). Sum of RGB (Red+Green+Blue) = 254+78+222=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 78 (30.86% from 255 or 14.08% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4EDE is #01B121. Grayscale: #929292. Windows color (decimal): -110882 or 14569214. OLE color: 14569214.
HSL color Cylindrical-coordinate representation of color #FE4EDE: hue angle of 310.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EDE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 222 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.00 |
| HSL | 310.91º | 0.99% | 0.65% | - |
| HSV(B) | 310.91º | 0.69% | 1% | - |
| XYZ | 56.78 | 31.79 | 72.25 | - |
| YUV | 147.04 | 170.31 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 222 | 0 | 0.69 | 0.13 | 0.00 | 310.91 | 0.99 | 0.65 |
| Hex | FE | 4E | DE | 0 | 45 | D | 0 | 137 | 63 | 41 |
| Octal | 376 | 116 | 336 | 0 | 105 | 15 | 0 | 467 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11011110 | 0 | 1000101 | 1101 | 0 | 100110111 | 1100011 | 1000001 |
Color Harmonies of #FE4EDE
Complementary color
Monochromatic Colors of #FE4EDE
Black with #FE4EDE
Text Example
Text Example
White with #FE4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EDE; }
p { color: rgb(254,78,222); }
H1.HeaderClassName
{
color: #FE4EDE;
}
.AnyTagClassName
{
color: #FE4EDE;
}
</style>
background-color css
<style>
a { background-color: #FE4EDE; }
a { background-color: rgb(254,78,222); }
div.DivClassName
{
background-color: #FE4EDE;
}
.BgClassName
{
background-color: #FE4EDE;
}
</style>
border-color css
<style>
span { border-color: #FE4EDE; }
span { border-color: rgb(254,78,222); }
td.TdClassName
{
border-color: #FE4EDE;
}
.TagClassName
{
border-color: #FE4EDE;
}
</style>