Html Css Color HEX #FE58D8 Free Speech Magenta
📋 copy color: '#FE58D8'red 254 ◦ green 88 ◦ blue 216
Shades of Free Speech Magenta #FE58D8
Tints of Free Speech Magenta #FE58D8
RGB
CMYK
RGB Variations
Color information
#FE58D8 (or 0xFE58D8) is known color: Free Speech Magenta. HEX triplet: FE, 58 and D8. RGB value is (254,88,216). Sum of RGB (Red+Green+Blue) = 254+88+216=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58D8 is #01A727. Grayscale: #979797. Windows color (decimal): -108328 or 14178558. OLE color: 14178558.
HSL color Cylindrical-coordinate representation of color #FE58D8: hue angle of 313.73º 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 #FE58D8 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 216 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.00 |
| HSL | 313.73º | 0.99% | 0.67% | - |
| HSV(B) | 313.73º | 0.65% | 1% | - |
| XYZ | 56.76 | 33.01 | 68.35 | - |
| YUV | 152.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 216 | 0 | 0.65 | 0.15 | 0.00 | 313.73 | 0.99 | 0.67 |
| Hex | FE | 58 | D8 | 0 | 41 | F | 0 | 13A | 63 | 43 |
| Octal | 376 | 130 | 330 | 0 | 101 | 17 | 0 | 472 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11011000 | 0 | 1000001 | 1111 | 0 | 100111010 | 1100011 | 1000011 |
Color Harmonies of #FE58D8
Complementary color
Monochromatic Colors of #FE58D8
Black with #FE58D8
Text Example
Text Example
White with #FE58D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58D8; }
p { color: rgb(254,88,216); }
H1.HeaderClassName
{
color: #FE58D8;
}
.AnyTagClassName
{
color: #FE58D8;
}
</style>
background-color css
<style>
a { background-color: #FE58D8; }
a { background-color: rgb(254,88,216); }
div.DivClassName
{
background-color: #FE58D8;
}
.BgClassName
{
background-color: #FE58D8;
}
</style>
border-color css
<style>
span { border-color: #FE58D8; }
span { border-color: rgb(254,88,216); }
td.TdClassName
{
border-color: #FE58D8;
}
.TagClassName
{
border-color: #FE58D8;
}
</style>