Html Css Color HEX #FE55DF Free Speech Magenta
📋 copy color: '#FE55DF'red 254 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #FE55DF
Tints of Free Speech Magenta #FE55DF
RGB
CMYK
RGB Variations
Color information
#FE55DF (or 0xFE55DF) is known color: Free Speech Magenta. HEX triplet: FE, 55 and DF. RGB value is (254,85,223). Sum of RGB (Red+Green+Blue) = 254+85+223=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55DF is #01AA20. Grayscale: #969696. Windows color (decimal): -109089 or 14636542. OLE color: 14636542.
HSL color Cylindrical-coordinate representation of color #FE55DF: hue angle of 311.01º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55DF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 223 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.00 |
| HSL | 311.01º | 0.99% | 0.66% | - |
| HSV(B) | 311.01º | 0.67% | 1% | - |
| XYZ | 57.44 | 32.9 | 73.13 | - |
| YUV | 151.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 223 | 0 | 0.67 | 0.12 | 0.00 | 311.01 | 0.99 | 0.66 |
| Hex | FE | 55 | DF | 0 | 43 | C | 0 | 137 | 63 | 42 |
| Octal | 376 | 125 | 337 | 0 | 103 | 14 | 0 | 467 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11011111 | 0 | 1000011 | 1100 | 0 | 100110111 | 1100011 | 1000010 |
Color Harmonies of #FE55DF
Complementary color
Monochromatic Colors of #FE55DF
Black with #FE55DF
Text Example
Text Example
White with #FE55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55DF; }
p { color: rgb(254,85,223); }
H1.HeaderClassName
{
color: #FE55DF;
}
.AnyTagClassName
{
color: #FE55DF;
}
</style>
background-color css
<style>
a { background-color: #FE55DF; }
a { background-color: rgb(254,85,223); }
div.DivClassName
{
background-color: #FE55DF;
}
.BgClassName
{
background-color: #FE55DF;
}
</style>
border-color css
<style>
span { border-color: #FE55DF; }
span { border-color: rgb(254,85,223); }
td.TdClassName
{
border-color: #FE55DF;
}
.TagClassName
{
border-color: #FE55DF;
}
</style>