Html Css Color HEX #FE58DF Free Speech Magenta
📋 copy color: '#FE58DF'red 254 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #FE58DF
Tints of Free Speech Magenta #FE58DF
RGB
CMYK
RGB Variations
Color information
#FE58DF (or 0xFE58DF) is known color: Free Speech Magenta. HEX triplet: FE, 58 and DF. RGB value is (254,88,223). Sum of RGB (Red+Green+Blue) = 254+88+223=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58DF is #01A720. Grayscale: #989898. Windows color (decimal): -108321 or 14637310. OLE color: 14637310.
HSL color Cylindrical-coordinate representation of color #FE58DF: hue angle of 311.2º 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 #FE58DF is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 223 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.00 |
| HSL | 311.2º | 0.99% | 0.67% | - |
| HSV(B) | 311.2º | 0.65% | 1% | - |
| XYZ | 57.68 | 33.38 | 73.21 | - |
| YUV | 153.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 223 | 0 | 0.65 | 0.12 | 0.00 | 311.2 | 0.99 | 0.67 |
| Hex | FE | 58 | DF | 0 | 41 | C | 0 | 137 | 63 | 43 |
| Octal | 376 | 130 | 337 | 0 | 101 | 14 | 0 | 467 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11011111 | 0 | 1000001 | 1100 | 0 | 100110111 | 1100011 | 1000011 |
Color Harmonies of #FE58DF
Complementary color
Monochromatic Colors of #FE58DF
Black with #FE58DF
Text Example
Text Example
White with #FE58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58DF; }
p { color: rgb(254,88,223); }
H1.HeaderClassName
{
color: #FE58DF;
}
.AnyTagClassName
{
color: #FE58DF;
}
</style>
background-color css
<style>
a { background-color: #FE58DF; }
a { background-color: rgb(254,88,223); }
div.DivClassName
{
background-color: #FE58DF;
}
.BgClassName
{
background-color: #FE58DF;
}
</style>
border-color css
<style>
span { border-color: #FE58DF; }
span { border-color: rgb(254,88,223); }
td.TdClassName
{
border-color: #FE58DF;
}
.TagClassName
{
border-color: #FE58DF;
}
</style>