Html Css Color HEX #FE5BDC Free Speech Magenta
📋 copy color: '#FE5BDC'red 254 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #FE5BDC
Tints of Free Speech Magenta #FE5BDC
RGB
CMYK
RGB Variations
Color information
#FE5BDC (or 0xFE5BDC) is known color: Free Speech Magenta. HEX triplet: FE, 5B and DC. RGB value is (254,91,220). Sum of RGB (Red+Green+Blue) = 254+91+220=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BDC is #01A423. Grayscale: #9A9A9A. Windows color (decimal): -107556 or 14441470. OLE color: 14441470.
HSL color Cylindrical-coordinate representation of color #FE5BDC: hue angle of 312.52º 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 #FE5BDC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 220 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.00 |
| HSL | 312.52º | 0.99% | 0.68% | - |
| HSV(B) | 312.52º | 0.64% | 1% | - |
| XYZ | 57.53 | 33.72 | 71.19 | - |
| YUV | 154.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 220 | 0 | 0.64 | 0.13 | 0.00 | 312.52 | 0.99 | 0.68 |
| Hex | FE | 5B | DC | 0 | 40 | D | 0 | 139 | 63 | 44 |
| Octal | 376 | 133 | 334 | 0 | 100 | 15 | 0 | 471 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11011100 | 0 | 1000000 | 1101 | 0 | 100111001 | 1100011 | 1000100 |
Color Harmonies of #FE5BDC
Complementary color
Monochromatic Colors of #FE5BDC
Black with #FE5BDC
Text Example
Text Example
White with #FE5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BDC; }
p { color: rgb(254,91,220); }
H1.HeaderClassName
{
color: #FE5BDC;
}
.AnyTagClassName
{
color: #FE5BDC;
}
</style>
background-color css
<style>
a { background-color: #FE5BDC; }
a { background-color: rgb(254,91,220); }
div.DivClassName
{
background-color: #FE5BDC;
}
.BgClassName
{
background-color: #FE5BDC;
}
</style>
border-color css
<style>
span { border-color: #FE5BDC; }
span { border-color: rgb(254,91,220); }
td.TdClassName
{
border-color: #FE5BDC;
}
.TagClassName
{
border-color: #FE5BDC;
}
</style>