Html Css Color HEX #FB54DB Free Speech Magenta
📋 copy color: '#FB54DB'red 251 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #FB54DB
Tints of Free Speech Magenta #FB54DB
RGB
CMYK
RGB Variations
Color information
#FB54DB (or 0xFB54DB) is known color: Free Speech Magenta. HEX triplet: FB, 54 and DB. RGB value is (251,84,219). Sum of RGB (Red+Green+Blue) = 251+84+219=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB54DB is #04AB24. Grayscale: #949494. Windows color (decimal): -305957 or 14374139. OLE color: 14374139.
HSL color Cylindrical-coordinate representation of color #FB54DB: hue angle of 311.5º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54DB is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 219 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.02 |
| HSL | 311.5º | 0.95% | 0.66% | - |
| HSV(B) | 311.5º | 0.67% | 0.98% | - |
| XYZ | 55.74 | 31.96 | 70.25 | - |
| YUV | 149.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 219 | 0 | 0.67 | 0.13 | 0.02 | 311.5 | 0.95 | 0.66 |
| Hex | FB | 54 | DB | 0 | 43 | D | 2 | 137 | 5F | 42 |
| Octal | 373 | 124 | 333 | 0 | 103 | 15 | 2 | 467 | 137 | 102 |
| Binary | 11111011 | 1010100 | 11011011 | 0 | 1000011 | 1101 | 10 | 100110111 | 1011111 | 1000010 |
Color Harmonies of #FB54DB
Complementary color
Monochromatic Colors of #FB54DB
Black with #FB54DB
Text Example
Text Example
White with #FB54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54DB; }
p { color: rgb(251,84,219); }
H1.HeaderClassName
{
color: #FB54DB;
}
.AnyTagClassName
{
color: #FB54DB;
}
</style>
background-color css
<style>
a { background-color: #FB54DB; }
a { background-color: rgb(251,84,219); }
div.DivClassName
{
background-color: #FB54DB;
}
.BgClassName
{
background-color: #FB54DB;
}
</style>
border-color css
<style>
span { border-color: #FB54DB; }
span { border-color: rgb(251,84,219); }
td.TdClassName
{
border-color: #FB54DB;
}
.TagClassName
{
border-color: #FB54DB;
}
</style>