Html Css Color HEX #FB4EDB Free Speech Magenta
📋 copy color: '#FB4EDB'red 251 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #FB4EDB
Tints of Free Speech Magenta #FB4EDB
RGB
CMYK
RGB Variations
Color information
#FB4EDB (or 0xFB4EDB) is known color: Free Speech Magenta. HEX triplet: FB, 4E and DB. RGB value is (251,78,219). Sum of RGB (Red+Green+Blue) = 251+78+219=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4EDB is #04B124. Grayscale: #919191. Windows color (decimal): -307493 or 14372603. OLE color: 14372603.
HSL color Cylindrical-coordinate representation of color #FB4EDB: hue angle of 311.1º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EDB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 219 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.02 |
| HSL | 311.1º | 0.96% | 0.65% | - |
| HSV(B) | 311.1º | 0.69% | 0.98% | - |
| XYZ | 55.29 | 31.07 | 70.1 | - |
| YUV | 145.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 219 | 0 | 0.69 | 0.13 | 0.02 | 311.1 | 0.96 | 0.65 |
| Hex | FB | 4E | DB | 0 | 45 | D | 2 | 137 | 60 | 41 |
| Octal | 373 | 116 | 333 | 0 | 105 | 15 | 2 | 467 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11011011 | 0 | 1000101 | 1101 | 10 | 100110111 | 1100000 | 1000001 |
Color Harmonies of #FB4EDB
Complementary color
Monochromatic Colors of #FB4EDB
Black with #FB4EDB
Text Example
Text Example
White with #FB4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EDB; }
p { color: rgb(251,78,219); }
H1.HeaderClassName
{
color: #FB4EDB;
}
.AnyTagClassName
{
color: #FB4EDB;
}
</style>
background-color css
<style>
a { background-color: #FB4EDB; }
a { background-color: rgb(251,78,219); }
div.DivClassName
{
background-color: #FB4EDB;
}
.BgClassName
{
background-color: #FB4EDB;
}
</style>
border-color css
<style>
span { border-color: #FB4EDB; }
span { border-color: rgb(251,78,219); }
td.TdClassName
{
border-color: #FB4EDB;
}
.TagClassName
{
border-color: #FB4EDB;
}
</style>