Html Css Color HEX #FF56DF Free Speech Magenta
📋 copy color: '#FF56DF'red 255 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #FF56DF
Tints of Free Speech Magenta #FF56DF
RGB
CMYK
RGB Variations
Color information
#FF56DF (or 0xFF56DF) is known color: Free Speech Magenta. HEX triplet: FF, 56 and DF. RGB value is (255,86,223). Sum of RGB (Red+Green+Blue) = 255+86+223=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 86 (33.98% from 255 or 15.25% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56DF is #00A920. Grayscale: #979797. Windows color (decimal): -43297 or 14636799. OLE color: 14636799.
HSL color Cylindrical-coordinate representation of color #FF56DF: hue angle of 311.36º 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 #FF56DF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 223 | - |
| CMYK | 0 | 0.66 | 0.13 | 0 |
| HSL | 311.36º | 1% | 0.67% | - |
| HSV(B) | 311.36º | 0.66% | 1% | - |
| XYZ | 57.89 | 33.24 | 73.18 | - |
| YUV | 152.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 223 | 0 | 0.66 | 0.13 | 0 | 311.36 | 1 | 0.67 |
| Hex | FF | 56 | DF | 0 | 42 | D | 0 | 137 | 64 | 43 |
| Octal | 377 | 126 | 337 | 0 | 102 | 15 | 0 | 467 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11011111 | 0 | 1000010 | 1101 | 0 | 100110111 | 1100100 | 1000011 |
Color Harmonies of #FF56DF
Complementary color
Monochromatic Colors of #FF56DF
Black with #FF56DF
Text Example
Text Example
White with #FF56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56DF; }
p { color: rgb(255,86,223); }
H1.HeaderClassName
{
color: #FF56DF;
}
.AnyTagClassName
{
color: #FF56DF;
}
</style>
background-color css
<style>
a { background-color: #FF56DF; }
a { background-color: rgb(255,86,223); }
div.DivClassName
{
background-color: #FF56DF;
}
.BgClassName
{
background-color: #FF56DF;
}
</style>
border-color css
<style>
span { border-color: #FF56DF; }
span { border-color: rgb(255,86,223); }
td.TdClassName
{
border-color: #FF56DF;
}
.TagClassName
{
border-color: #FF56DF;
}
</style>