Html Css Color HEX #FE55DB Free Speech Magenta
📋 copy color: '#FE55DB'red 254 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #FE55DB
Tints of Free Speech Magenta #FE55DB
RGB
CMYK
RGB Variations
Color information
#FE55DB (or 0xFE55DB) is known color: Free Speech Magenta. HEX triplet: FE, 55 and DB. RGB value is (254,85,219). Sum of RGB (Red+Green+Blue) = 254+85+219=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55DB is #01AA24. Grayscale: #969696. Windows color (decimal): -109093 or 14374398. OLE color: 14374398.
HSL color Cylindrical-coordinate representation of color #FE55DB: hue angle of 312.43º 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 #FE55DB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 219 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.00 |
| HSL | 312.43º | 0.99% | 0.66% | - |
| HSV(B) | 312.43º | 0.67% | 1% | - |
| XYZ | 56.91 | 32.68 | 70.33 | - |
| YUV | 150.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 219 | 0 | 0.67 | 0.14 | 0.00 | 312.43 | 0.99 | 0.66 |
| Hex | FE | 55 | DB | 0 | 43 | E | 0 | 138 | 63 | 42 |
| Octal | 376 | 125 | 333 | 0 | 103 | 16 | 0 | 470 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11011011 | 0 | 1000011 | 1110 | 0 | 100111000 | 1100011 | 1000010 |
Color Harmonies of #FE55DB
Complementary color
Monochromatic Colors of #FE55DB
Black with #FE55DB
Text Example
Text Example
White with #FE55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55DB; }
p { color: rgb(254,85,219); }
H1.HeaderClassName
{
color: #FE55DB;
}
.AnyTagClassName
{
color: #FE55DB;
}
</style>
background-color css
<style>
a { background-color: #FE55DB; }
a { background-color: rgb(254,85,219); }
div.DivClassName
{
background-color: #FE55DB;
}
.BgClassName
{
background-color: #FE55DB;
}
</style>
border-color css
<style>
span { border-color: #FE55DB; }
span { border-color: rgb(254,85,219); }
td.TdClassName
{
border-color: #FE55DB;
}
.TagClassName
{
border-color: #FE55DB;
}
</style>