Html Css Color HEX #FE5CE4 Free Speech Magenta
📋 copy color: '#FE5CE4'red 254 ◦ green 92 ◦ blue 228
Shades of Free Speech Magenta #FE5CE4
Tints of Free Speech Magenta #FE5CE4
RGB
CMYK
RGB Variations
Color information
#FE5CE4 (or 0xFE5CE4) is known color: Free Speech Magenta. HEX triplet: FE, 5C and E4. RGB value is (254,92,228). Sum of RGB (Red+Green+Blue) = 254+92+228=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CE4 is #01A31B. Grayscale: #9B9B9B. Windows color (decimal): -107292 or 14966014. OLE color: 14966014.
HSL color Cylindrical-coordinate representation of color #FE5CE4: hue angle of 309.63º 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 #FE5CE4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 228 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.00 |
| HSL | 309.63º | 0.99% | 0.68% | - |
| HSV(B) | 309.63º | 0.64% | 1% | - |
| XYZ | 58.7 | 34.33 | 76.93 | - |
| YUV | 155.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 228 | 0 | 0.64 | 0.10 | 0.00 | 309.63 | 0.99 | 0.68 |
| Hex | FE | 5C | E4 | 0 | 40 | A | 0 | 136 | 63 | 44 |
| Octal | 376 | 134 | 344 | 0 | 100 | 12 | 0 | 466 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11100100 | 0 | 1000000 | 1010 | 0 | 100110110 | 1100011 | 1000100 |
Color Harmonies of #FE5CE4
Complementary color
Monochromatic Colors of #FE5CE4
Black with #FE5CE4
Text Example
Text Example
White with #FE5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CE4; }
p { color: rgb(254,92,228); }
H1.HeaderClassName
{
color: #FE5CE4;
}
.AnyTagClassName
{
color: #FE5CE4;
}
</style>
background-color css
<style>
a { background-color: #FE5CE4; }
a { background-color: rgb(254,92,228); }
div.DivClassName
{
background-color: #FE5CE4;
}
.BgClassName
{
background-color: #FE5CE4;
}
</style>
border-color css
<style>
span { border-color: #FE5CE4; }
span { border-color: rgb(254,92,228); }
td.TdClassName
{
border-color: #FE5CE4;
}
.TagClassName
{
border-color: #FE5CE4;
}
</style>