Html Css Color HEX #FE64E2 Free Speech Magenta
📋 copy color: '#FE64E2'red 254 ◦ green 100 ◦ blue 226
Shades of Free Speech Magenta #FE64E2
Tints of Free Speech Magenta #FE64E2
RGB
CMYK
RGB Variations
Color information
#FE64E2 (or 0xFE64E2) is known color: Free Speech Magenta. HEX triplet: FE, 64 and E2. RGB value is (254,100,226). Sum of RGB (Red+Green+Blue) = 254+100+226=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64E2 is #019B1D. Grayscale: #A0A0A0. Windows color (decimal): -105246 or 14836990. OLE color: 14836990.
HSL color Cylindrical-coordinate representation of color #FE64E2: hue angle of 310.91º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64E2 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 226 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.00 |
| HSL | 310.91º | 0.99% | 0.69% | - |
| HSV(B) | 310.91º | 0.61% | 1% | - |
| XYZ | 59.16 | 35.68 | 75.72 | - |
| YUV | 160.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 226 | 0 | 0.61 | 0.11 | 0.00 | 310.91 | 0.99 | 0.69 |
| Hex | FE | 64 | E2 | 0 | 3D | B | 0 | 137 | 63 | 45 |
| Octal | 376 | 144 | 342 | 0 | 75 | 13 | 0 | 467 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11100010 | 0 | 111101 | 1011 | 0 | 100110111 | 1100011 | 1000101 |
Color Harmonies of #FE64E2
Complementary color
Monochromatic Colors of #FE64E2
Black with #FE64E2
Text Example
Text Example
White with #FE64E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64E2; }
p { color: rgb(254,100,226); }
H1.HeaderClassName
{
color: #FE64E2;
}
.AnyTagClassName
{
color: #FE64E2;
}
</style>
background-color css
<style>
a { background-color: #FE64E2; }
a { background-color: rgb(254,100,226); }
div.DivClassName
{
background-color: #FE64E2;
}
.BgClassName
{
background-color: #FE64E2;
}
</style>
border-color css
<style>
span { border-color: #FE64E2; }
span { border-color: rgb(254,100,226); }
td.TdClassName
{
border-color: #FE64E2;
}
.TagClassName
{
border-color: #FE64E2;
}
</style>