Html Css Color HEX #FA56DB Free Speech Magenta
📋 copy color: '#FA56DB'red 250 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #FA56DB
Tints of Free Speech Magenta #FA56DB
RGB
CMYK
RGB Variations
Color information
#FA56DB (or 0xFA56DB) is known color: Free Speech Magenta. HEX triplet: FA, 56 and DB. RGB value is (250,86,219). Sum of RGB (Red+Green+Blue) = 250+86+219=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56DB is #05A924. Grayscale: #959595. Windows color (decimal): -370981 or 14374650. OLE color: 14374650.
HSL color Cylindrical-coordinate representation of color #FA56DB: hue angle of 311.34º 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 #FA56DB is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 219 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.02 |
| HSL | 311.34º | 0.94% | 0.66% | - |
| HSV(B) | 311.34º | 0.66% | 0.98% | - |
| XYZ | 55.54 | 32.09 | 70.29 | - |
| YUV | 150.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 219 | 0 | 0.66 | 0.12 | 0.02 | 311.34 | 0.94 | 0.66 |
| Hex | FA | 56 | DB | 0 | 42 | C | 2 | 137 | 5E | 42 |
| Octal | 372 | 126 | 333 | 0 | 102 | 14 | 2 | 467 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11011011 | 0 | 1000010 | 1100 | 10 | 100110111 | 1011110 | 1000010 |
Color Harmonies of #FA56DB
Complementary color
Monochromatic Colors of #FA56DB
Black with #FA56DB
Text Example
Text Example
White with #FA56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56DB; }
p { color: rgb(250,86,219); }
H1.HeaderClassName
{
color: #FA56DB;
}
.AnyTagClassName
{
color: #FA56DB;
}
</style>
background-color css
<style>
a { background-color: #FA56DB; }
a { background-color: rgb(250,86,219); }
div.DivClassName
{
background-color: #FA56DB;
}
.BgClassName
{
background-color: #FA56DB;
}
</style>
border-color css
<style>
span { border-color: #FA56DB; }
span { border-color: rgb(250,86,219); }
td.TdClassName
{
border-color: #FA56DB;
}
.TagClassName
{
border-color: #FA56DB;
}
</style>