Html Css Color HEX #FE55E2 Free Speech Magenta
📋 copy color: '#FE55E2'red 254 ◦ green 85 ◦ blue 226
Shades of Free Speech Magenta #FE55E2
Tints of Free Speech Magenta #FE55E2
RGB
CMYK
RGB Variations
Color information
#FE55E2 (or 0xFE55E2) is known color: Free Speech Magenta. HEX triplet: FE, 55 and E2. RGB value is (254,85,226). Sum of RGB (Red+Green+Blue) = 254+85+226=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55E2 is #01AA1D. Grayscale: #979797. Windows color (decimal): -109086 or 14833150. OLE color: 14833150.
HSL color Cylindrical-coordinate representation of color #FE55E2: hue angle of 309.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 #FE55E2 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 226 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.00 |
| HSL | 309.94º | 0.99% | 0.66% | - |
| HSV(B) | 309.94º | 0.67% | 1% | - |
| XYZ | 57.85 | 33.06 | 75.28 | - |
| YUV | 151.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 226 | 0 | 0.67 | 0.11 | 0.00 | 309.94 | 0.99 | 0.66 |
| Hex | FE | 55 | E2 | 0 | 43 | B | 0 | 136 | 63 | 42 |
| Octal | 376 | 125 | 342 | 0 | 103 | 13 | 0 | 466 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11100010 | 0 | 1000011 | 1011 | 0 | 100110110 | 1100011 | 1000010 |
Color Harmonies of #FE55E2
Complementary color
Monochromatic Colors of #FE55E2
Black with #FE55E2
Text Example
Text Example
White with #FE55E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55E2; }
p { color: rgb(254,85,226); }
H1.HeaderClassName
{
color: #FE55E2;
}
.AnyTagClassName
{
color: #FE55E2;
}
</style>
background-color css
<style>
a { background-color: #FE55E2; }
a { background-color: rgb(254,85,226); }
div.DivClassName
{
background-color: #FE55E2;
}
.BgClassName
{
background-color: #FE55E2;
}
</style>
border-color css
<style>
span { border-color: #FE55E2; }
span { border-color: rgb(254,85,226); }
td.TdClassName
{
border-color: #FE55E2;
}
.TagClassName
{
border-color: #FE55E2;
}
</style>