Html Css Color HEX #F951DB Free Speech Magenta
📋 copy color: '#F951DB'red 249 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #F951DB
Tints of Free Speech Magenta #F951DB
RGB
CMYK
RGB Variations
Color information
#F951DB (or 0xF951DB) is known color: Free Speech Magenta. HEX triplet: F9, 51 and DB. RGB value is (249,81,219). Sum of RGB (Red+Green+Blue) = 249+81+219=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F951DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951DB is #06AE24. Grayscale: #929292. Windows color (decimal): -437797 or 14373369. OLE color: 14373369.
HSL color Cylindrical-coordinate representation of color #F951DB: hue angle of 310.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951DB is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 219 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.02 |
| HSL | 310.71º | 0.93% | 0.65% | - |
| HSV(B) | 310.71º | 0.67% | 0.98% | - |
| XYZ | 54.8 | 31.14 | 70.14 | - |
| YUV | 146.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 219 | 0 | 0.67 | 0.12 | 0.02 | 310.71 | 0.93 | 0.65 |
| Hex | F9 | 51 | DB | 0 | 43 | C | 2 | 137 | 5D | 41 |
| Octal | 371 | 121 | 333 | 0 | 103 | 14 | 2 | 467 | 135 | 101 |
| Binary | 11111001 | 1010001 | 11011011 | 0 | 1000011 | 1100 | 10 | 100110111 | 1011101 | 1000001 |
Color Harmonies of #F951DB
Complementary color
Monochromatic Colors of #F951DB
Black with #F951DB
Text Example
Text Example
White with #F951DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951DB; }
p { color: rgb(249,81,219); }
H1.HeaderClassName
{
color: #F951DB;
}
.AnyTagClassName
{
color: #F951DB;
}
</style>
background-color css
<style>
a { background-color: #F951DB; }
a { background-color: rgb(249,81,219); }
div.DivClassName
{
background-color: #F951DB;
}
.BgClassName
{
background-color: #F951DB;
}
</style>
border-color css
<style>
span { border-color: #F951DB; }
span { border-color: rgb(249,81,219); }
td.TdClassName
{
border-color: #F951DB;
}
.TagClassName
{
border-color: #F951DB;
}
</style>