Html Css Color HEX #FE4CE2 Free Speech Magenta
📋 copy color: '#FE4CE2'red 254 ◦ green 76 ◦ blue 226
Shades of Free Speech Magenta #FE4CE2
Tints of Free Speech Magenta #FE4CE2
RGB
CMYK
RGB Variations
Color information
#FE4CE2 (or 0xFE4CE2) is known color: Free Speech Magenta. HEX triplet: FE, 4C and E2. RGB value is (254,76,226). Sum of RGB (Red+Green+Blue) = 254+76+226=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CE2 is #01B31D. Grayscale: #919191. Windows color (decimal): -111390 or 14830846. OLE color: 14830846.
HSL color Cylindrical-coordinate representation of color #FE4CE2: hue angle of 309.44º 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 #FE4CE2 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 226 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.00 |
| HSL | 309.44º | 0.99% | 0.65% | - |
| HSV(B) | 309.44º | 0.7% | 1% | - |
| XYZ | 57.18 | 31.73 | 75.06 | - |
| YUV | 146.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 226 | 0 | 0.70 | 0.11 | 0.00 | 309.44 | 0.99 | 0.65 |
| Hex | FE | 4C | E2 | 0 | 46 | B | 0 | 135 | 63 | 41 |
| Octal | 376 | 114 | 342 | 0 | 106 | 13 | 0 | 465 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11100010 | 0 | 1000110 | 1011 | 0 | 100110101 | 1100011 | 1000001 |
Color Harmonies of #FE4CE2
Complementary color
Monochromatic Colors of #FE4CE2
Black with #FE4CE2
Text Example
Text Example
White with #FE4CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CE2; }
p { color: rgb(254,76,226); }
H1.HeaderClassName
{
color: #FE4CE2;
}
.AnyTagClassName
{
color: #FE4CE2;
}
</style>
background-color css
<style>
a { background-color: #FE4CE2; }
a { background-color: rgb(254,76,226); }
div.DivClassName
{
background-color: #FE4CE2;
}
.BgClassName
{
background-color: #FE4CE2;
}
</style>
border-color css
<style>
span { border-color: #FE4CE2; }
span { border-color: rgb(254,76,226); }
td.TdClassName
{
border-color: #FE4CE2;
}
.TagClassName
{
border-color: #FE4CE2;
}
</style>