Html Css Color HEX #FE57DB Free Speech Magenta
📋 copy color: '#FE57DB'red 254 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #FE57DB
Tints of Free Speech Magenta #FE57DB
RGB
CMYK
RGB Variations
Color information
#FE57DB (or 0xFE57DB) is known color: Free Speech Magenta. HEX triplet: FE, 57 and DB. RGB value is (254,87,219). Sum of RGB (Red+Green+Blue) = 254+87+219=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57DB is #01A824. Grayscale: #979797. Windows color (decimal): -108581 or 14374910. OLE color: 14374910.
HSL color Cylindrical-coordinate representation of color #FE57DB: hue angle of 312.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE57DB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 219 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.00 |
| HSL | 312.57º | 0.99% | 0.67% | - |
| HSV(B) | 312.57º | 0.66% | 1% | - |
| XYZ | 57.07 | 33 | 70.38 | - |
| YUV | 151.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 219 | 0 | 0.66 | 0.14 | 0.00 | 312.57 | 0.99 | 0.67 |
| Hex | FE | 57 | DB | 0 | 42 | E | 0 | 139 | 63 | 43 |
| Octal | 376 | 127 | 333 | 0 | 102 | 16 | 0 | 471 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11011011 | 0 | 1000010 | 1110 | 0 | 100111001 | 1100011 | 1000011 |
Color Harmonies of #FE57DB
Complementary color
Monochromatic Colors of #FE57DB
Black with #FE57DB
Text Example
Text Example
White with #FE57DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57DB; }
p { color: rgb(254,87,219); }
H1.HeaderClassName
{
color: #FE57DB;
}
.AnyTagClassName
{
color: #FE57DB;
}
</style>
background-color css
<style>
a { background-color: #FE57DB; }
a { background-color: rgb(254,87,219); }
div.DivClassName
{
background-color: #FE57DB;
}
.BgClassName
{
background-color: #FE57DB;
}
</style>
border-color css
<style>
span { border-color: #FE57DB; }
span { border-color: rgb(254,87,219); }
td.TdClassName
{
border-color: #FE57DB;
}
.TagClassName
{
border-color: #FE57DB;
}
</style>