Html Css Color HEX #FE51E2 Free Speech Magenta
📋 copy color: '#FE51E2'red 254 ◦ green 81 ◦ blue 226
Shades of Free Speech Magenta #FE51E2
Tints of Free Speech Magenta #FE51E2
RGB
CMYK
RGB Variations
Color information
#FE51E2 (or 0xFE51E2) is known color: Free Speech Magenta. HEX triplet: FE, 51 and E2. RGB value is (254,81,226). Sum of RGB (Red+Green+Blue) = 254+81+226=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51E2 is #01AE1D. Grayscale: #949494. Windows color (decimal): -110110 or 14832126. OLE color: 14832126.
HSL color Cylindrical-coordinate representation of color #FE51E2: hue angle of 309.71º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51E2 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 226 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.00 |
| HSL | 309.71º | 0.99% | 0.66% | - |
| HSV(B) | 309.71º | 0.68% | 1% | - |
| XYZ | 57.54 | 32.45 | 75.18 | - |
| YUV | 149.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 226 | 0 | 0.68 | 0.11 | 0.00 | 309.71 | 0.99 | 0.66 |
| Hex | FE | 51 | E2 | 0 | 44 | B | 0 | 136 | 63 | 42 |
| Octal | 376 | 121 | 342 | 0 | 104 | 13 | 0 | 466 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11100010 | 0 | 1000100 | 1011 | 0 | 100110110 | 1100011 | 1000010 |
Color Harmonies of #FE51E2
Complementary color
Monochromatic Colors of #FE51E2
Black with #FE51E2
Text Example
Text Example
White with #FE51E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51E2; }
p { color: rgb(254,81,226); }
H1.HeaderClassName
{
color: #FE51E2;
}
.AnyTagClassName
{
color: #FE51E2;
}
</style>
background-color css
<style>
a { background-color: #FE51E2; }
a { background-color: rgb(254,81,226); }
div.DivClassName
{
background-color: #FE51E2;
}
.BgClassName
{
background-color: #FE51E2;
}
</style>
border-color css
<style>
span { border-color: #FE51E2; }
span { border-color: rgb(254,81,226); }
td.TdClassName
{
border-color: #FE51E2;
}
.TagClassName
{
border-color: #FE51E2;
}
</style>