Html Css Color HEX #FE4CE5 Free Speech Magenta
📋 copy color: '#FE4CE5'red 254 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #FE4CE5
Tints of Free Speech Magenta #FE4CE5
RGB
CMYK
RGB Variations
Color information
#FE4CE5 (or 0xFE4CE5) is known color: Free Speech Magenta. HEX triplet: FE, 4C and E5. RGB value is (254,76,229). Sum of RGB (Red+Green+Blue) = 254+76+229=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CE5 is #01B31A. Grayscale: #929292. Windows color (decimal): -111387 or 15027454. OLE color: 15027454.
HSL color Cylindrical-coordinate representation of color #FE4CE5: hue angle of 308.43º 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 #FE4CE5 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 229 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.00 |
| HSL | 308.43º | 0.99% | 0.65% | - |
| HSV(B) | 308.43º | 0.7% | 1% | - |
| XYZ | 57.6 | 31.9 | 77.25 | - |
| YUV | 146.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 229 | 0 | 0.70 | 0.10 | 0.00 | 308.43 | 0.99 | 0.65 |
| Hex | FE | 4C | E5 | 0 | 46 | A | 0 | 134 | 63 | 41 |
| Octal | 376 | 114 | 345 | 0 | 106 | 12 | 0 | 464 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11100101 | 0 | 1000110 | 1010 | 0 | 100110100 | 1100011 | 1000001 |
Color Harmonies of #FE4CE5
Complementary color
Monochromatic Colors of #FE4CE5
Black with #FE4CE5
Text Example
Text Example
White with #FE4CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CE5; }
p { color: rgb(254,76,229); }
H1.HeaderClassName
{
color: #FE4CE5;
}
.AnyTagClassName
{
color: #FE4CE5;
}
</style>
background-color css
<style>
a { background-color: #FE4CE5; }
a { background-color: rgb(254,76,229); }
div.DivClassName
{
background-color: #FE4CE5;
}
.BgClassName
{
background-color: #FE4CE5;
}
</style>
border-color css
<style>
span { border-color: #FE4CE5; }
span { border-color: rgb(254,76,229); }
td.TdClassName
{
border-color: #FE4CE5;
}
.TagClassName
{
border-color: #FE4CE5;
}
</style>