Html Css Color HEX #FF57DF Free Speech Magenta
📋 copy color: '#FF57DF'red 255 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #FF57DF
Tints of Free Speech Magenta #FF57DF
RGB
CMYK
RGB Variations
Color information
#FF57DF (or 0xFF57DF) is known color: Free Speech Magenta. HEX triplet: FF, 57 and DF. RGB value is (255,87,223). Sum of RGB (Red+Green+Blue) = 255+87+223=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57DF is #00A820. Grayscale: #989898. Windows color (decimal): -43041 or 14637055. OLE color: 14637055.
HSL color Cylindrical-coordinate representation of color #FF57DF: hue angle of 311.43º 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 #FF57DF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 223 | - |
| CMYK | 0 | 0.66 | 0.13 | 0 |
| HSL | 311.43º | 1% | 0.67% | - |
| HSV(B) | 311.43º | 0.66% | 1% | - |
| XYZ | 57.97 | 33.4 | 73.2 | - |
| YUV | 152.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 223 | 0 | 0.66 | 0.13 | 0 | 311.43 | 1 | 0.67 |
| Hex | FF | 57 | DF | 0 | 42 | D | 0 | 137 | 64 | 43 |
| Octal | 377 | 127 | 337 | 0 | 102 | 15 | 0 | 467 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11011111 | 0 | 1000010 | 1101 | 0 | 100110111 | 1100100 | 1000011 |
Color Harmonies of #FF57DF
Complementary color
Monochromatic Colors of #FF57DF
Black with #FF57DF
Text Example
Text Example
White with #FF57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57DF; }
p { color: rgb(255,87,223); }
H1.HeaderClassName
{
color: #FF57DF;
}
.AnyTagClassName
{
color: #FF57DF;
}
</style>
background-color css
<style>
a { background-color: #FF57DF; }
a { background-color: rgb(255,87,223); }
div.DivClassName
{
background-color: #FF57DF;
}
.BgClassName
{
background-color: #FF57DF;
}
</style>
border-color css
<style>
span { border-color: #FF57DF; }
span { border-color: rgb(255,87,223); }
td.TdClassName
{
border-color: #FF57DF;
}
.TagClassName
{
border-color: #FF57DF;
}
</style>