Html Css Color HEX #FB55DB Free Speech Magenta
📋 copy color: '#FB55DB'red 251 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #FB55DB
Tints of Free Speech Magenta #FB55DB
RGB
CMYK
RGB Variations
Color information
#FB55DB (or 0xFB55DB) is known color: Free Speech Magenta. HEX triplet: FB, 55 and DB. RGB value is (251,85,219). Sum of RGB (Red+Green+Blue) = 251+85+219=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55DB is #04AA24. Grayscale: #959595. Windows color (decimal): -305701 or 14374395. OLE color: 14374395.
HSL color Cylindrical-coordinate representation of color #FB55DB: hue angle of 311.57º 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 #FB55DB is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 219 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.02 |
| HSL | 311.57º | 0.95% | 0.66% | - |
| HSV(B) | 311.57º | 0.66% | 0.98% | - |
| XYZ | 55.82 | 32.12 | 70.28 | - |
| YUV | 149.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 219 | 0 | 0.66 | 0.13 | 0.02 | 311.57 | 0.95 | 0.66 |
| Hex | FB | 55 | DB | 0 | 42 | D | 2 | 138 | 5F | 42 |
| Octal | 373 | 125 | 333 | 0 | 102 | 15 | 2 | 470 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11011011 | 0 | 1000010 | 1101 | 10 | 100111000 | 1011111 | 1000010 |
Color Harmonies of #FB55DB
Complementary color
Monochromatic Colors of #FB55DB
Black with #FB55DB
Text Example
Text Example
White with #FB55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55DB; }
p { color: rgb(251,85,219); }
H1.HeaderClassName
{
color: #FB55DB;
}
.AnyTagClassName
{
color: #FB55DB;
}
</style>
background-color css
<style>
a { background-color: #FB55DB; }
a { background-color: rgb(251,85,219); }
div.DivClassName
{
background-color: #FB55DB;
}
.BgClassName
{
background-color: #FB55DB;
}
</style>
border-color css
<style>
span { border-color: #FB55DB; }
span { border-color: rgb(251,85,219); }
td.TdClassName
{
border-color: #FB55DB;
}
.TagClassName
{
border-color: #FB55DB;
}
</style>