Html Css Color HEX #FE58E2 Free Speech Magenta
📋 copy color: '#FE58E2'red 254 ◦ green 88 ◦ blue 226
Shades of Free Speech Magenta #FE58E2
Tints of Free Speech Magenta #FE58E2
RGB
CMYK
RGB Variations
Color information
#FE58E2 (or 0xFE58E2) is known color: Free Speech Magenta. HEX triplet: FE, 58 and E2. RGB value is (254,88,226). Sum of RGB (Red+Green+Blue) = 254+88+226=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58E2 is #01A71D. Grayscale: #989898. Windows color (decimal): -108318 or 14833918. OLE color: 14833918.
HSL color Cylindrical-coordinate representation of color #FE58E2: hue angle of 310.12º 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 #FE58E2 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 226 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.00 |
| HSL | 310.12º | 0.99% | 0.67% | - |
| HSV(B) | 310.12º | 0.65% | 1% | - |
| XYZ | 58.09 | 33.54 | 75.36 | - |
| YUV | 153.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 226 | 0 | 0.65 | 0.11 | 0.00 | 310.12 | 0.99 | 0.67 |
| Hex | FE | 58 | E2 | 0 | 41 | B | 0 | 136 | 63 | 43 |
| Octal | 376 | 130 | 342 | 0 | 101 | 13 | 0 | 466 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11100010 | 0 | 1000001 | 1011 | 0 | 100110110 | 1100011 | 1000011 |
Color Harmonies of #FE58E2
Complementary color
Monochromatic Colors of #FE58E2
Black with #FE58E2
Text Example
Text Example
White with #FE58E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58E2; }
p { color: rgb(254,88,226); }
H1.HeaderClassName
{
color: #FE58E2;
}
.AnyTagClassName
{
color: #FE58E2;
}
</style>
background-color css
<style>
a { background-color: #FE58E2; }
a { background-color: rgb(254,88,226); }
div.DivClassName
{
background-color: #FE58E2;
}
.BgClassName
{
background-color: #FE58E2;
}
</style>
border-color css
<style>
span { border-color: #FE58E2; }
span { border-color: rgb(254,88,226); }
td.TdClassName
{
border-color: #FE58E2;
}
.TagClassName
{
border-color: #FE58E2;
}
</style>