Html Css Color HEX #FE60E2 Free Speech Magenta
📋 copy color: '#FE60E2'red 254 ◦ green 96 ◦ blue 226
Shades of Free Speech Magenta #FE60E2
Tints of Free Speech Magenta #FE60E2
RGB
CMYK
RGB Variations
Color information
#FE60E2 (or 0xFE60E2) is known color: Free Speech Magenta. HEX triplet: FE, 60 and E2. RGB value is (254,96,226). Sum of RGB (Red+Green+Blue) = 254+96+226=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60E2 is #019F1D. Grayscale: #9D9D9D. Windows color (decimal): -106270 or 14835966. OLE color: 14835966.
HSL color Cylindrical-coordinate representation of color #FE60E2: hue angle of 310.63º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60E2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 226 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.00 |
| HSL | 310.63º | 0.99% | 0.69% | - |
| HSV(B) | 310.63º | 0.62% | 1% | - |
| XYZ | 58.78 | 34.93 | 75.59 | - |
| YUV | 158.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 226 | 0 | 0.62 | 0.11 | 0.00 | 310.63 | 0.99 | 0.69 |
| Hex | FE | 60 | E2 | 0 | 3E | B | 0 | 137 | 63 | 45 |
| Octal | 376 | 140 | 342 | 0 | 76 | 13 | 0 | 467 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11100010 | 0 | 111110 | 1011 | 0 | 100110111 | 1100011 | 1000101 |
Color Harmonies of #FE60E2
Complementary color
Monochromatic Colors of #FE60E2
Black with #FE60E2
Text Example
Text Example
White with #FE60E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60E2; }
p { color: rgb(254,96,226); }
H1.HeaderClassName
{
color: #FE60E2;
}
.AnyTagClassName
{
color: #FE60E2;
}
</style>
background-color css
<style>
a { background-color: #FE60E2; }
a { background-color: rgb(254,96,226); }
div.DivClassName
{
background-color: #FE60E2;
}
.BgClassName
{
background-color: #FE60E2;
}
</style>
border-color css
<style>
span { border-color: #FE60E2; }
span { border-color: rgb(254,96,226); }
td.TdClassName
{
border-color: #FE60E2;
}
.TagClassName
{
border-color: #FE60E2;
}
</style>