Html Css Color HEX #FE55DC Free Speech Magenta
📋 copy color: '#FE55DC'red 254 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #FE55DC
Tints of Free Speech Magenta #FE55DC
RGB
CMYK
RGB Variations
Color information
#FE55DC (or 0xFE55DC) is known color: Free Speech Magenta. HEX triplet: FE, 55 and DC. RGB value is (254,85,220). Sum of RGB (Red+Green+Blue) = 254+85+220=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55DC is #01AA23. Grayscale: #969696. Windows color (decimal): -109092 or 14439934. OLE color: 14439934.
HSL color Cylindrical-coordinate representation of color #FE55DC: hue angle of 312.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55DC is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 220 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.00 |
| HSL | 312.07º | 0.99% | 0.66% | - |
| HSV(B) | 312.07º | 0.67% | 1% | - |
| XYZ | 57.04 | 32.74 | 71.02 | - |
| YUV | 150.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 220 | 0 | 0.67 | 0.13 | 0.00 | 312.07 | 0.99 | 0.66 |
| Hex | FE | 55 | DC | 0 | 43 | D | 0 | 138 | 63 | 42 |
| Octal | 376 | 125 | 334 | 0 | 103 | 15 | 0 | 470 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11011100 | 0 | 1000011 | 1101 | 0 | 100111000 | 1100011 | 1000010 |
Color Harmonies of #FE55DC
Complementary color
Monochromatic Colors of #FE55DC
Black with #FE55DC
Text Example
Text Example
White with #FE55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55DC; }
p { color: rgb(254,85,220); }
H1.HeaderClassName
{
color: #FE55DC;
}
.AnyTagClassName
{
color: #FE55DC;
}
</style>
background-color css
<style>
a { background-color: #FE55DC; }
a { background-color: rgb(254,85,220); }
div.DivClassName
{
background-color: #FE55DC;
}
.BgClassName
{
background-color: #FE55DC;
}
</style>
border-color css
<style>
span { border-color: #FE55DC; }
span { border-color: rgb(254,85,220); }
td.TdClassName
{
border-color: #FE55DC;
}
.TagClassName
{
border-color: #FE55DC;
}
</style>