Html Css Color HEX #FA56DF Free Speech Magenta
📋 copy color: '#FA56DF'red 250 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #FA56DF
Tints of Free Speech Magenta #FA56DF
RGB
CMYK
RGB Variations
Color information
#FA56DF (or 0xFA56DF) is known color: Free Speech Magenta. HEX triplet: FA, 56 and DF. RGB value is (250,86,223). Sum of RGB (Red+Green+Blue) = 250+86+223=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 86 (33.98% from 255 or 15.38% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56DF is #05A920. Grayscale: #969696. Windows color (decimal): -370977 or 14636794. OLE color: 14636794.
HSL color Cylindrical-coordinate representation of color #FA56DF: hue angle of 309.88º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56DF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 223 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.02 |
| HSL | 309.88º | 0.94% | 0.66% | - |
| HSV(B) | 309.88º | 0.66% | 0.98% | - |
| XYZ | 56.07 | 32.31 | 73.09 | - |
| YUV | 150.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 223 | 0 | 0.66 | 0.11 | 0.02 | 309.88 | 0.94 | 0.66 |
| Hex | FA | 56 | DF | 0 | 42 | B | 2 | 136 | 5E | 42 |
| Octal | 372 | 126 | 337 | 0 | 102 | 13 | 2 | 466 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11011111 | 0 | 1000010 | 1011 | 10 | 100110110 | 1011110 | 1000010 |
Color Harmonies of #FA56DF
Complementary color
Monochromatic Colors of #FA56DF
Black with #FA56DF
Text Example
Text Example
White with #FA56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56DF; }
p { color: rgb(250,86,223); }
H1.HeaderClassName
{
color: #FA56DF;
}
.AnyTagClassName
{
color: #FA56DF;
}
</style>
background-color css
<style>
a { background-color: #FA56DF; }
a { background-color: rgb(250,86,223); }
div.DivClassName
{
background-color: #FA56DF;
}
.BgClassName
{
background-color: #FA56DF;
}
</style>
border-color css
<style>
span { border-color: #FA56DF; }
span { border-color: rgb(250,86,223); }
td.TdClassName
{
border-color: #FA56DF;
}
.TagClassName
{
border-color: #FA56DF;
}
</style>