Html Css Color HEX #FE54DF Free Speech Magenta
📋 copy color: '#FE54DF'red 254 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #FE54DF
Tints of Free Speech Magenta #FE54DF
RGB
CMYK
RGB Variations
Color information
#FE54DF (or 0xFE54DF) is known color: Free Speech Magenta. HEX triplet: FE, 54 and DF. RGB value is (254,84,223). Sum of RGB (Red+Green+Blue) = 254+84+223=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54DF is #01AB20. Grayscale: #969696. Windows color (decimal): -109345 or 14636286. OLE color: 14636286.
HSL color Cylindrical-coordinate representation of color #FE54DF: hue angle of 310.94º 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 #FE54DF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 223 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.00 |
| HSL | 310.94º | 0.99% | 0.66% | - |
| HSV(B) | 310.94º | 0.67% | 1% | - |
| XYZ | 57.36 | 32.74 | 73.11 | - |
| YUV | 150.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 223 | 0 | 0.67 | 0.12 | 0.00 | 310.94 | 0.99 | 0.66 |
| Hex | FE | 54 | DF | 0 | 43 | C | 0 | 137 | 63 | 42 |
| Octal | 376 | 124 | 337 | 0 | 103 | 14 | 0 | 467 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11011111 | 0 | 1000011 | 1100 | 0 | 100110111 | 1100011 | 1000010 |
Color Harmonies of #FE54DF
Complementary color
Monochromatic Colors of #FE54DF
Black with #FE54DF
Text Example
Text Example
White with #FE54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54DF; }
p { color: rgb(254,84,223); }
H1.HeaderClassName
{
color: #FE54DF;
}
.AnyTagClassName
{
color: #FE54DF;
}
</style>
background-color css
<style>
a { background-color: #FE54DF; }
a { background-color: rgb(254,84,223); }
div.DivClassName
{
background-color: #FE54DF;
}
.BgClassName
{
background-color: #FE54DF;
}
</style>
border-color css
<style>
span { border-color: #FE54DF; }
span { border-color: rgb(254,84,223); }
td.TdClassName
{
border-color: #FE54DF;
}
.TagClassName
{
border-color: #FE54DF;
}
</style>