Html Css Color HEX #FF51DB Free Speech Magenta
📋 copy color: '#FF51DB'red 255 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #FF51DB
Tints of Free Speech Magenta #FF51DB
RGB
CMYK
RGB Variations
Color information
#FF51DB (or 0xFF51DB) is known color: Free Speech Magenta. HEX triplet: FF, 51 and DB. RGB value is (255,81,219). Sum of RGB (Red+Green+Blue) = 255+81+219=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 81 (32.03% from 255 or 14.59% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51DB is #00AE24. Grayscale: #949494. Windows color (decimal): -44581 or 14373375. OLE color: 14373375.
HSL color Cylindrical-coordinate representation of color #FF51DB: hue angle of 312.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51DB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 219 | - |
| CMYK | 0 | 0.68 | 0.14 | 0 |
| HSL | 312.41º | 1% | 0.66% | - |
| HSV(B) | 312.41º | 0.68% | 1% | - |
| XYZ | 56.97 | 32.26 | 70.24 | - |
| YUV | 148.76 | 167.65 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 219 | 0 | 0.68 | 0.14 | 0 | 312.41 | 1 | 0.66 |
| Hex | FF | 51 | DB | 0 | 44 | E | 0 | 138 | 64 | 42 |
| Octal | 377 | 121 | 333 | 0 | 104 | 16 | 0 | 470 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11011011 | 0 | 1000100 | 1110 | 0 | 100111000 | 1100100 | 1000010 |
Color Harmonies of #FF51DB
Complementary color
Monochromatic Colors of #FF51DB
Black with #FF51DB
Text Example
Text Example
White with #FF51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51DB; }
p { color: rgb(255,81,219); }
H1.HeaderClassName
{
color: #FF51DB;
}
.AnyTagClassName
{
color: #FF51DB;
}
</style>
background-color css
<style>
a { background-color: #FF51DB; }
a { background-color: rgb(255,81,219); }
div.DivClassName
{
background-color: #FF51DB;
}
.BgClassName
{
background-color: #FF51DB;
}
</style>
border-color css
<style>
span { border-color: #FF51DB; }
span { border-color: rgb(255,81,219); }
td.TdClassName
{
border-color: #FF51DB;
}
.TagClassName
{
border-color: #FF51DB;
}
</style>