Html Css Color HEX #FF56E6 Free Speech Magenta
📋 copy color: '#FF56E6'red 255 ◦ green 86 ◦ blue 230
Shades of Free Speech Magenta #FF56E6
Tints of Free Speech Magenta #FF56E6
RGB
CMYK
RGB Variations
Color information
#FF56E6 (or 0xFF56E6) is known color: Free Speech Magenta. HEX triplet: FF, 56 and E6. RGB value is (255,86,230). Sum of RGB (Red+Green+Blue) = 255+86+230=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56E6 is #00A919. Grayscale: #989898. Windows color (decimal): -43290 or 15095551. OLE color: 15095551.
HSL color Cylindrical-coordinate representation of color #FF56E6: hue angle of 308.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56E6 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 230 | - |
| CMYK | 0 | 0.66 | 0.10 | 0 |
| HSL | 308.88º | 1% | 0.67% | - |
| HSV(B) | 308.88º | 0.66% | 1% | - |
| XYZ | 58.85 | 33.63 | 78.25 | - |
| YUV | 152.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 230 | 0 | 0.66 | 0.10 | 0 | 308.88 | 1 | 0.67 |
| Hex | FF | 56 | E6 | 0 | 42 | A | 0 | 135 | 64 | 43 |
| Octal | 377 | 126 | 346 | 0 | 102 | 12 | 0 | 465 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11100110 | 0 | 1000010 | 1010 | 0 | 100110101 | 1100100 | 1000011 |
Color Harmonies of #FF56E6
Complementary color
Monochromatic Colors of #FF56E6
Black with #FF56E6
Text Example
Text Example
White with #FF56E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56E6; }
p { color: rgb(255,86,230); }
H1.HeaderClassName
{
color: #FF56E6;
}
.AnyTagClassName
{
color: #FF56E6;
}
</style>
background-color css
<style>
a { background-color: #FF56E6; }
a { background-color: rgb(255,86,230); }
div.DivClassName
{
background-color: #FF56E6;
}
.BgClassName
{
background-color: #FF56E6;
}
</style>
border-color css
<style>
span { border-color: #FF56E6; }
span { border-color: rgb(255,86,230); }
td.TdClassName
{
border-color: #FF56E6;
}
.TagClassName
{
border-color: #FF56E6;
}
</style>