Html Css Color HEX #FE5ADC Free Speech Magenta
📋 copy color: '#FE5ADC'red 254 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #FE5ADC
Tints of Free Speech Magenta #FE5ADC
RGB
CMYK
RGB Variations
Color information
#FE5ADC (or 0xFE5ADC) is known color: Free Speech Magenta. HEX triplet: FE, 5A and DC. RGB value is (254,90,220). Sum of RGB (Red+Green+Blue) = 254+90+220=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ADC is #01A523. Grayscale: #999999. Windows color (decimal): -107812 or 14441214. OLE color: 14441214.
HSL color Cylindrical-coordinate representation of color #FE5ADC: hue angle of 312.44º 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 #FE5ADC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 220 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.00 |
| HSL | 312.44º | 0.99% | 0.67% | - |
| HSV(B) | 312.44º | 0.65% | 1% | - |
| XYZ | 57.45 | 33.55 | 71.16 | - |
| YUV | 153.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 220 | 0 | 0.65 | 0.13 | 0.00 | 312.44 | 0.99 | 0.67 |
| Hex | FE | 5A | DC | 0 | 41 | D | 0 | 138 | 63 | 43 |
| Octal | 376 | 132 | 334 | 0 | 101 | 15 | 0 | 470 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11011100 | 0 | 1000001 | 1101 | 0 | 100111000 | 1100011 | 1000011 |
Color Harmonies of #FE5ADC
Complementary color
Monochromatic Colors of #FE5ADC
Black with #FE5ADC
Text Example
Text Example
White with #FE5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ADC; }
p { color: rgb(254,90,220); }
H1.HeaderClassName
{
color: #FE5ADC;
}
.AnyTagClassName
{
color: #FE5ADC;
}
</style>
background-color css
<style>
a { background-color: #FE5ADC; }
a { background-color: rgb(254,90,220); }
div.DivClassName
{
background-color: #FE5ADC;
}
.BgClassName
{
background-color: #FE5ADC;
}
</style>
border-color css
<style>
span { border-color: #FE5ADC; }
span { border-color: rgb(254,90,220); }
td.TdClassName
{
border-color: #FE5ADC;
}
.TagClassName
{
border-color: #FE5ADC;
}
</style>