Html Css Color HEX #FF60E2 Free Speech Magenta
📋 copy color: '#FF60E2'red 255 ◦ green 96 ◦ blue 226
Shades of Free Speech Magenta #FF60E2
Tints of Free Speech Magenta #FF60E2
RGB
CMYK
RGB Variations
Color information
#FF60E2 (or 0xFF60E2) is known color: Free Speech Magenta. HEX triplet: FF, 60 and E2. RGB value is (255,96,226). Sum of RGB (Red+Green+Blue) = 255+96+226=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60E2 is #009F1D. Grayscale: #9E9E9E. Windows color (decimal): -40734 or 14835967. OLE color: 14835967.
HSL color Cylindrical-coordinate representation of color #FF60E2: hue angle of 310.94º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60E2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 226 | - |
| CMYK | 0 | 0.62 | 0.11 | 0 |
| HSL | 310.94º | 1% | 0.69% | - |
| HSV(B) | 310.94º | 0.62% | 1% | - |
| XYZ | 59.15 | 35.12 | 75.61 | - |
| YUV | 158.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 226 | 0 | 0.62 | 0.11 | 0 | 310.94 | 1 | 0.69 |
| Hex | FF | 60 | E2 | 0 | 3E | B | 0 | 137 | 64 | 45 |
| Octal | 377 | 140 | 342 | 0 | 76 | 13 | 0 | 467 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11100010 | 0 | 111110 | 1011 | 0 | 100110111 | 1100100 | 1000101 |
Color Harmonies of #FF60E2
Complementary color
Monochromatic Colors of #FF60E2
Black with #FF60E2
Text Example
Text Example
White with #FF60E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60E2; }
p { color: rgb(255,96,226); }
H1.HeaderClassName
{
color: #FF60E2;
}
.AnyTagClassName
{
color: #FF60E2;
}
</style>
background-color css
<style>
a { background-color: #FF60E2; }
a { background-color: rgb(255,96,226); }
div.DivClassName
{
background-color: #FF60E2;
}
.BgClassName
{
background-color: #FF60E2;
}
</style>
border-color css
<style>
span { border-color: #FF60E2; }
span { border-color: rgb(255,96,226); }
td.TdClassName
{
border-color: #FF60E2;
}
.TagClassName
{
border-color: #FF60E2;
}
</style>