Html Css Color HEX #FE4CE1 Free Speech Magenta
📋 copy color: '#FE4CE1'red 254 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #FE4CE1
Tints of Free Speech Magenta #FE4CE1
RGB
CMYK
RGB Variations
Color information
#FE4CE1 (or 0xFE4CE1) is known color: Free Speech Magenta. HEX triplet: FE, 4C and E1. RGB value is (254,76,225). Sum of RGB (Red+Green+Blue) = 254+76+225=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 76 (30.08% from 255 or 13.69% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CE1 is #01B31E. Grayscale: #919191. Windows color (decimal): -111391 or 14765310. OLE color: 14765310.
HSL color Cylindrical-coordinate representation of color #FE4CE1: hue angle of 309.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CE1 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 225 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.00 |
| HSL | 309.78º | 0.99% | 0.65% | - |
| HSV(B) | 309.78º | 0.7% | 1% | - |
| XYZ | 57.05 | 31.68 | 74.34 | - |
| YUV | 146.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 225 | 0 | 0.70 | 0.11 | 0.00 | 309.78 | 0.99 | 0.65 |
| Hex | FE | 4C | E1 | 0 | 46 | B | 0 | 136 | 63 | 41 |
| Octal | 376 | 114 | 341 | 0 | 106 | 13 | 0 | 466 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11100001 | 0 | 1000110 | 1011 | 0 | 100110110 | 1100011 | 1000001 |
Color Harmonies of #FE4CE1
Complementary color
Monochromatic Colors of #FE4CE1
Black with #FE4CE1
Text Example
Text Example
White with #FE4CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CE1; }
p { color: rgb(254,76,225); }
H1.HeaderClassName
{
color: #FE4CE1;
}
.AnyTagClassName
{
color: #FE4CE1;
}
</style>
background-color css
<style>
a { background-color: #FE4CE1; }
a { background-color: rgb(254,76,225); }
div.DivClassName
{
background-color: #FE4CE1;
}
.BgClassName
{
background-color: #FE4CE1;
}
</style>
border-color css
<style>
span { border-color: #FE4CE1; }
span { border-color: rgb(254,76,225); }
td.TdClassName
{
border-color: #FE4CE1;
}
.TagClassName
{
border-color: #FE4CE1;
}
</style>