Html Css Color HEX #FE5FE4 Free Speech Magenta
📋 copy color: '#FE5FE4'red 254 ◦ green 95 ◦ blue 228
Shades of Free Speech Magenta #FE5FE4
Tints of Free Speech Magenta #FE5FE4
RGB
CMYK
RGB Variations
Color information
#FE5FE4 (or 0xFE5FE4) is known color: Free Speech Magenta. HEX triplet: FE, 5F and E4. RGB value is (254,95,228). Sum of RGB (Red+Green+Blue) = 254+95+228=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FE4 is #01A01B. Grayscale: #9D9D9D. Windows color (decimal): -106524 or 14966782. OLE color: 14966782.
HSL color Cylindrical-coordinate representation of color #FE5FE4: hue angle of 309.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FE4 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 228 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.00 |
| HSL | 309.81º | 0.99% | 0.68% | - |
| HSV(B) | 309.81º | 0.63% | 1% | - |
| XYZ | 58.97 | 34.86 | 77.02 | - |
| YUV | 157.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 228 | 0 | 0.63 | 0.10 | 0.00 | 309.81 | 0.99 | 0.68 |
| Hex | FE | 5F | E4 | 0 | 3F | A | 0 | 136 | 63 | 44 |
| Octal | 376 | 137 | 344 | 0 | 77 | 12 | 0 | 466 | 143 | 104 |
| Binary | 11111110 | 1011111 | 11100100 | 0 | 111111 | 1010 | 0 | 100110110 | 1100011 | 1000100 |
Color Harmonies of #FE5FE4
Complementary color
Monochromatic Colors of #FE5FE4
Black with #FE5FE4
Text Example
Text Example
White with #FE5FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FE4; }
p { color: rgb(254,95,228); }
H1.HeaderClassName
{
color: #FE5FE4;
}
.AnyTagClassName
{
color: #FE5FE4;
}
</style>
background-color css
<style>
a { background-color: #FE5FE4; }
a { background-color: rgb(254,95,228); }
div.DivClassName
{
background-color: #FE5FE4;
}
.BgClassName
{
background-color: #FE5FE4;
}
</style>
border-color css
<style>
span { border-color: #FE5FE4; }
span { border-color: rgb(254,95,228); }
td.TdClassName
{
border-color: #FE5FE4;
}
.TagClassName
{
border-color: #FE5FE4;
}
</style>