Html Css Color HEX #FE54DA Free Speech Magenta
📋 copy color: '#FE54DA'red 254 ◦ green 84 ◦ blue 218
Shades of Free Speech Magenta #FE54DA
Tints of Free Speech Magenta #FE54DA
RGB
CMYK
RGB Variations
Color information
#FE54DA (or 0xFE54DA) is known color: Free Speech Magenta. HEX triplet: FE, 54 and DA. RGB value is (254,84,218). Sum of RGB (Red+Green+Blue) = 254+84+218=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54DA is #01AB25. Grayscale: #959595. Windows color (decimal): -109350 or 14308606. OLE color: 14308606.
HSL color Cylindrical-coordinate representation of color #FE54DA: hue angle of 312.71º 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 #FE54DA is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 218 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.00 |
| HSL | 312.71º | 0.99% | 0.66% | - |
| HSV(B) | 312.71º | 0.67% | 1% | - |
| XYZ | 56.7 | 32.47 | 69.61 | - |
| YUV | 150.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 218 | 0 | 0.67 | 0.14 | 0.00 | 312.71 | 0.99 | 0.66 |
| Hex | FE | 54 | DA | 0 | 43 | E | 0 | 139 | 63 | 42 |
| Octal | 376 | 124 | 332 | 0 | 103 | 16 | 0 | 471 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11011010 | 0 | 1000011 | 1110 | 0 | 100111001 | 1100011 | 1000010 |
Color Harmonies of #FE54DA
Complementary color
Monochromatic Colors of #FE54DA
Black with #FE54DA
Text Example
Text Example
White with #FE54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54DA; }
p { color: rgb(254,84,218); }
H1.HeaderClassName
{
color: #FE54DA;
}
.AnyTagClassName
{
color: #FE54DA;
}
</style>
background-color css
<style>
a { background-color: #FE54DA; }
a { background-color: rgb(254,84,218); }
div.DivClassName
{
background-color: #FE54DA;
}
.BgClassName
{
background-color: #FE54DA;
}
</style>
border-color css
<style>
span { border-color: #FE54DA; }
span { border-color: rgb(254,84,218); }
td.TdClassName
{
border-color: #FE54DA;
}
.TagClassName
{
border-color: #FE54DA;
}
</style>