Html Css Color HEX #FE5BDF Free Speech Magenta
📋 copy color: '#FE5BDF'red 254 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #FE5BDF
Tints of Free Speech Magenta #FE5BDF
RGB
CMYK
RGB Variations
Color information
#FE5BDF (or 0xFE5BDF) is known color: Free Speech Magenta. HEX triplet: FE, 5B and DF. RGB value is (254,91,223). Sum of RGB (Red+Green+Blue) = 254+91+223=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 91 (35.94% from 255 or 16.02% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BDF is #01A420. Grayscale: #9A9A9A. Windows color (decimal): -107553 or 14638078. OLE color: 14638078.
HSL color Cylindrical-coordinate representation of color #FE5BDF: hue angle of 311.41º 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 #FE5BDF is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 223 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.00 |
| HSL | 311.41º | 0.99% | 0.68% | - |
| HSV(B) | 311.41º | 0.64% | 1% | - |
| XYZ | 57.93 | 33.88 | 73.3 | - |
| YUV | 154.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 223 | 0 | 0.64 | 0.12 | 0.00 | 311.41 | 0.99 | 0.68 |
| Hex | FE | 5B | DF | 0 | 40 | C | 0 | 137 | 63 | 44 |
| Octal | 376 | 133 | 337 | 0 | 100 | 14 | 0 | 467 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11011111 | 0 | 1000000 | 1100 | 0 | 100110111 | 1100011 | 1000100 |
Color Harmonies of #FE5BDF
Complementary color
Monochromatic Colors of #FE5BDF
Black with #FE5BDF
Text Example
Text Example
White with #FE5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BDF; }
p { color: rgb(254,91,223); }
H1.HeaderClassName
{
color: #FE5BDF;
}
.AnyTagClassName
{
color: #FE5BDF;
}
</style>
background-color css
<style>
a { background-color: #FE5BDF; }
a { background-color: rgb(254,91,223); }
div.DivClassName
{
background-color: #FE5BDF;
}
.BgClassName
{
background-color: #FE5BDF;
}
</style>
border-color css
<style>
span { border-color: #FE5BDF; }
span { border-color: rgb(254,91,223); }
td.TdClassName
{
border-color: #FE5BDF;
}
.TagClassName
{
border-color: #FE5BDF;
}
</style>