Html Css Color HEX #FB56DB Free Speech Magenta
📋 copy color: '#FB56DB'red 251 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #FB56DB
Tints of Free Speech Magenta #FB56DB
RGB
CMYK
RGB Variations
Color information
#FB56DB (or 0xFB56DB) is known color: Free Speech Magenta. HEX triplet: FB, 56 and DB. RGB value is (251,86,219). Sum of RGB (Red+Green+Blue) = 251+86+219=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 86 (33.98% from 255 or 15.47% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB56DB is #04A924. Grayscale: #969696. Windows color (decimal): -305445 or 14374651. OLE color: 14374651.
HSL color Cylindrical-coordinate representation of color #FB56DB: hue angle of 311.64º degrees, saturation: 0.95, 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 #FB56DB is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 219 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.02 |
| HSL | 311.64º | 0.95% | 0.66% | - |
| HSV(B) | 311.64º | 0.66% | 0.98% | - |
| XYZ | 55.9 | 32.28 | 70.3 | - |
| YUV | 150.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 219 | 0 | 0.66 | 0.13 | 0.02 | 311.64 | 0.95 | 0.66 |
| Hex | FB | 56 | DB | 0 | 42 | D | 2 | 138 | 5F | 42 |
| Octal | 373 | 126 | 333 | 0 | 102 | 15 | 2 | 470 | 137 | 102 |
| Binary | 11111011 | 1010110 | 11011011 | 0 | 1000010 | 1101 | 10 | 100111000 | 1011111 | 1000010 |
Color Harmonies of #FB56DB
Complementary color
Monochromatic Colors of #FB56DB
Black with #FB56DB
Text Example
Text Example
White with #FB56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB56DB; }
p { color: rgb(251,86,219); }
H1.HeaderClassName
{
color: #FB56DB;
}
.AnyTagClassName
{
color: #FB56DB;
}
</style>
background-color css
<style>
a { background-color: #FB56DB; }
a { background-color: rgb(251,86,219); }
div.DivClassName
{
background-color: #FB56DB;
}
.BgClassName
{
background-color: #FB56DB;
}
</style>
border-color css
<style>
span { border-color: #FB56DB; }
span { border-color: rgb(251,86,219); }
td.TdClassName
{
border-color: #FB56DB;
}
.TagClassName
{
border-color: #FB56DB;
}
</style>