Html Css Color HEX #FE5ADE Free Speech Magenta
📋 copy color: '#FE5ADE'red 254 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #FE5ADE
Tints of Free Speech Magenta #FE5ADE
RGB
CMYK
RGB Variations
Color information
#FE5ADE (or 0xFE5ADE) is known color: Free Speech Magenta. HEX triplet: FE, 5A and DE. RGB value is (254,90,222). Sum of RGB (Red+Green+Blue) = 254+90+222=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ADE is #01A521. Grayscale: #999999. Windows color (decimal): -107810 or 14572286. OLE color: 14572286.
HSL color Cylindrical-coordinate representation of color #FE5ADE: hue angle of 311.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5ADE is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 222 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.00 |
| HSL | 311.71º | 0.99% | 0.67% | - |
| HSV(B) | 311.71º | 0.65% | 1% | - |
| XYZ | 57.71 | 33.66 | 72.56 | - |
| YUV | 154.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 222 | 0 | 0.65 | 0.13 | 0.00 | 311.71 | 0.99 | 0.67 |
| Hex | FE | 5A | DE | 0 | 41 | D | 0 | 138 | 63 | 43 |
| Octal | 376 | 132 | 336 | 0 | 101 | 15 | 0 | 470 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11011110 | 0 | 1000001 | 1101 | 0 | 100111000 | 1100011 | 1000011 |
Color Harmonies of #FE5ADE
Complementary color
Monochromatic Colors of #FE5ADE
Black with #FE5ADE
Text Example
Text Example
White with #FE5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ADE; }
p { color: rgb(254,90,222); }
H1.HeaderClassName
{
color: #FE5ADE;
}
.AnyTagClassName
{
color: #FE5ADE;
}
</style>
background-color css
<style>
a { background-color: #FE5ADE; }
a { background-color: rgb(254,90,222); }
div.DivClassName
{
background-color: #FE5ADE;
}
.BgClassName
{
background-color: #FE5ADE;
}
</style>
border-color css
<style>
span { border-color: #FE5ADE; }
span { border-color: rgb(254,90,222); }
td.TdClassName
{
border-color: #FE5ADE;
}
.TagClassName
{
border-color: #FE5ADE;
}
</style>