Html Css Color HEX #FE54D8 Free Speech Magenta
📋 copy color: '#FE54D8'red 254 ◦ green 84 ◦ blue 216
Shades of Free Speech Magenta #FE54D8
Tints of Free Speech Magenta #FE54D8
RGB
CMYK
RGB Variations
Color information
#FE54D8 (or 0xFE54D8) is known color: Free Speech Magenta. HEX triplet: FE, 54 and D8. RGB value is (254,84,216). Sum of RGB (Red+Green+Blue) = 254+84+216=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D8 is #01AB27. Grayscale: #959595. Windows color (decimal): -109352 or 14177534. OLE color: 14177534.
HSL color Cylindrical-coordinate representation of color #FE54D8: hue angle of 313.41º 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 #FE54D8 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 216 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.00 |
| HSL | 313.41º | 0.99% | 0.66% | - |
| HSV(B) | 313.41º | 0.67% | 1% | - |
| XYZ | 56.44 | 32.37 | 68.24 | - |
| YUV | 149.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 216 | 0 | 0.67 | 0.15 | 0.00 | 313.41 | 0.99 | 0.66 |
| Hex | FE | 54 | D8 | 0 | 43 | F | 0 | 139 | 63 | 42 |
| Octal | 376 | 124 | 330 | 0 | 103 | 17 | 0 | 471 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11011000 | 0 | 1000011 | 1111 | 0 | 100111001 | 1100011 | 1000010 |
Color Harmonies of #FE54D8
Complementary color
Monochromatic Colors of #FE54D8
Black with #FE54D8
Text Example
Text Example
White with #FE54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54D8; }
p { color: rgb(254,84,216); }
H1.HeaderClassName
{
color: #FE54D8;
}
.AnyTagClassName
{
color: #FE54D8;
}
</style>
background-color css
<style>
a { background-color: #FE54D8; }
a { background-color: rgb(254,84,216); }
div.DivClassName
{
background-color: #FE54D8;
}
.BgClassName
{
background-color: #FE54D8;
}
</style>
border-color css
<style>
span { border-color: #FE54D8; }
span { border-color: rgb(254,84,216); }
td.TdClassName
{
border-color: #FE54D8;
}
.TagClassName
{
border-color: #FE54D8;
}
</style>