Html Css Color HEX #FE5EDC Free Speech Magenta
📋 copy color: '#FE5EDC'red 254 ◦ green 94 ◦ blue 220
Shades of Free Speech Magenta #FE5EDC
Tints of Free Speech Magenta #FE5EDC
RGB
CMYK
RGB Variations
Color information
#FE5EDC (or 0xFE5EDC) is known color: Free Speech Magenta. HEX triplet: FE, 5E and DC. RGB value is (254,94,220). Sum of RGB (Red+Green+Blue) = 254+94+220=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EDC is #01A123. Grayscale: #9B9B9B. Windows color (decimal): -106788 or 14442238. OLE color: 14442238.
HSL color Cylindrical-coordinate representation of color #FE5EDC: hue angle of 312.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EDC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 220 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.00 |
| HSL | 312.75º | 0.99% | 0.68% | - |
| HSV(B) | 312.75º | 0.63% | 1% | - |
| XYZ | 57.79 | 34.24 | 71.27 | - |
| YUV | 156.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 220 | 0 | 0.63 | 0.13 | 0.00 | 312.75 | 0.99 | 0.68 |
| Hex | FE | 5E | DC | 0 | 3F | D | 0 | 139 | 63 | 44 |
| Octal | 376 | 136 | 334 | 0 | 77 | 15 | 0 | 471 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11011100 | 0 | 111111 | 1101 | 0 | 100111001 | 1100011 | 1000100 |
Color Harmonies of #FE5EDC
Complementary color
Monochromatic Colors of #FE5EDC
Black with #FE5EDC
Text Example
Text Example
White with #FE5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EDC; }
p { color: rgb(254,94,220); }
H1.HeaderClassName
{
color: #FE5EDC;
}
.AnyTagClassName
{
color: #FE5EDC;
}
</style>
background-color css
<style>
a { background-color: #FE5EDC; }
a { background-color: rgb(254,94,220); }
div.DivClassName
{
background-color: #FE5EDC;
}
.BgClassName
{
background-color: #FE5EDC;
}
</style>
border-color css
<style>
span { border-color: #FE5EDC; }
span { border-color: rgb(254,94,220); }
td.TdClassName
{
border-color: #FE5EDC;
}
.TagClassName
{
border-color: #FE5EDC;
}
</style>