Html Css Color HEX #FE5BE5 Free Speech Magenta
📋 copy color: '#FE5BE5'red 254 ◦ green 91 ◦ blue 229
Shades of Free Speech Magenta #FE5BE5
Tints of Free Speech Magenta #FE5BE5
RGB
CMYK
RGB Variations
Color information
#FE5BE5 (or 0xFE5BE5) is known color: Free Speech Magenta. HEX triplet: FE, 5B and E5. RGB value is (254,91,229). Sum of RGB (Red+Green+Blue) = 254+91+229=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 91 (35.94% from 255 or 15.85% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BE5 is #01A41A. Grayscale: #9B9B9B. Windows color (decimal): -107547 or 15031294. OLE color: 15031294.
HSL color Cylindrical-coordinate representation of color #FE5BE5: hue angle of 309.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BE5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 229 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.00 |
| HSL | 309.2º | 0.99% | 0.68% | - |
| HSV(B) | 309.2º | 0.64% | 1% | - |
| XYZ | 58.76 | 34.21 | 77.64 | - |
| YUV | 155.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 229 | 0 | 0.64 | 0.10 | 0.00 | 309.2 | 0.99 | 0.68 |
| Hex | FE | 5B | E5 | 0 | 40 | A | 0 | 135 | 63 | 44 |
| Octal | 376 | 133 | 345 | 0 | 100 | 12 | 0 | 465 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11100101 | 0 | 1000000 | 1010 | 0 | 100110101 | 1100011 | 1000100 |
Color Harmonies of #FE5BE5
Complementary color
Monochromatic Colors of #FE5BE5
Black with #FE5BE5
Text Example
Text Example
White with #FE5BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BE5; }
p { color: rgb(254,91,229); }
H1.HeaderClassName
{
color: #FE5BE5;
}
.AnyTagClassName
{
color: #FE5BE5;
}
</style>
background-color css
<style>
a { background-color: #FE5BE5; }
a { background-color: rgb(254,91,229); }
div.DivClassName
{
background-color: #FE5BE5;
}
.BgClassName
{
background-color: #FE5BE5;
}
</style>
border-color css
<style>
span { border-color: #FE5BE5; }
span { border-color: rgb(254,91,229); }
td.TdClassName
{
border-color: #FE5BE5;
}
.TagClassName
{
border-color: #FE5BE5;
}
</style>