Html Css Color HEX #FE58DB Free Speech Magenta
📋 copy color: '#FE58DB'red 254 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #FE58DB
Tints of Free Speech Magenta #FE58DB
RGB
CMYK
RGB Variations
Color information
#FE58DB (or 0xFE58DB) is known color: Free Speech Magenta. HEX triplet: FE, 58 and DB. RGB value is (254,88,219). Sum of RGB (Red+Green+Blue) = 254+88+219=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58DB is #01A724. Grayscale: #989898. Windows color (decimal): -108325 or 14375166. OLE color: 14375166.
HSL color Cylindrical-coordinate representation of color #FE58DB: hue angle of 312.65º 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 #FE58DB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 219 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.00 |
| HSL | 312.65º | 0.99% | 0.67% | - |
| HSV(B) | 312.65º | 0.65% | 1% | - |
| XYZ | 57.15 | 33.16 | 70.41 | - |
| YUV | 152.57 | 165.5 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 219 | 0 | 0.65 | 0.14 | 0.00 | 312.65 | 0.99 | 0.67 |
| Hex | FE | 58 | DB | 0 | 41 | E | 0 | 139 | 63 | 43 |
| Octal | 376 | 130 | 333 | 0 | 101 | 16 | 0 | 471 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11011011 | 0 | 1000001 | 1110 | 0 | 100111001 | 1100011 | 1000011 |
Color Harmonies of #FE58DB
Complementary color
Monochromatic Colors of #FE58DB
Black with #FE58DB
Text Example
Text Example
White with #FE58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58DB; }
p { color: rgb(254,88,219); }
H1.HeaderClassName
{
color: #FE58DB;
}
.AnyTagClassName
{
color: #FE58DB;
}
</style>
background-color css
<style>
a { background-color: #FE58DB; }
a { background-color: rgb(254,88,219); }
div.DivClassName
{
background-color: #FE58DB;
}
.BgClassName
{
background-color: #FE58DB;
}
</style>
border-color css
<style>
span { border-color: #FE58DB; }
span { border-color: rgb(254,88,219); }
td.TdClassName
{
border-color: #FE58DB;
}
.TagClassName
{
border-color: #FE58DB;
}
</style>