Html Css Color HEX #FE56DF Free Speech Magenta
📋 copy color: '#FE56DF'red 254 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #FE56DF
Tints of Free Speech Magenta #FE56DF
RGB
CMYK
RGB Variations
Color information
#FE56DF (or 0xFE56DF) is known color: Free Speech Magenta. HEX triplet: FE, 56 and DF. RGB value is (254,86,223). Sum of RGB (Red+Green+Blue) = 254+86+223=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56DF is #01A920. Grayscale: #979797. Windows color (decimal): -108833 or 14636798. OLE color: 14636798.
HSL color Cylindrical-coordinate representation of color #FE56DF: hue angle of 311.07º 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 #FE56DF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 223 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.00 |
| HSL | 311.07º | 0.99% | 0.67% | - |
| HSV(B) | 311.07º | 0.66% | 1% | - |
| XYZ | 57.52 | 33.05 | 73.16 | - |
| YUV | 151.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 223 | 0 | 0.66 | 0.12 | 0.00 | 311.07 | 0.99 | 0.67 |
| Hex | FE | 56 | DF | 0 | 42 | C | 0 | 137 | 63 | 43 |
| Octal | 376 | 126 | 337 | 0 | 102 | 14 | 0 | 467 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11011111 | 0 | 1000010 | 1100 | 0 | 100110111 | 1100011 | 1000011 |
Color Harmonies of #FE56DF
Complementary color
Monochromatic Colors of #FE56DF
Black with #FE56DF
Text Example
Text Example
White with #FE56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56DF; }
p { color: rgb(254,86,223); }
H1.HeaderClassName
{
color: #FE56DF;
}
.AnyTagClassName
{
color: #FE56DF;
}
</style>
background-color css
<style>
a { background-color: #FE56DF; }
a { background-color: rgb(254,86,223); }
div.DivClassName
{
background-color: #FE56DF;
}
.BgClassName
{
background-color: #FE56DF;
}
</style>
border-color css
<style>
span { border-color: #FE56DF; }
span { border-color: rgb(254,86,223); }
td.TdClassName
{
border-color: #FE56DF;
}
.TagClassName
{
border-color: #FE56DF;
}
</style>