Html Css Color HEX #F950DB Free Speech Magenta
📋 copy color: '#F950DB'red 249 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #F950DB
Tints of Free Speech Magenta #F950DB
RGB
CMYK
RGB Variations
Color information
#F950DB (or 0xF950DB) is known color: Free Speech Magenta. HEX triplet: F9, 50 and DB. RGB value is (249,80,219). Sum of RGB (Red+Green+Blue) = 249+80+219=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F950DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950DB is #06AF24. Grayscale: #919191. Windows color (decimal): -438053 or 14373113. OLE color: 14373113.
HSL color Cylindrical-coordinate representation of color #F950DB: hue angle of 310.65º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950DB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 219 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.02 |
| HSL | 310.65º | 0.93% | 0.65% | - |
| HSV(B) | 310.65º | 0.68% | 0.98% | - |
| XYZ | 54.72 | 30.99 | 70.12 | - |
| YUV | 146.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 219 | 0 | 0.68 | 0.12 | 0.02 | 310.65 | 0.93 | 0.65 |
| Hex | F9 | 50 | DB | 0 | 44 | C | 2 | 137 | 5D | 41 |
| Octal | 371 | 120 | 333 | 0 | 104 | 14 | 2 | 467 | 135 | 101 |
| Binary | 11111001 | 1010000 | 11011011 | 0 | 1000100 | 1100 | 10 | 100110111 | 1011101 | 1000001 |
Color Harmonies of #F950DB
Complementary color
Monochromatic Colors of #F950DB
Black with #F950DB
Text Example
Text Example
White with #F950DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950DB; }
p { color: rgb(249,80,219); }
H1.HeaderClassName
{
color: #F950DB;
}
.AnyTagClassName
{
color: #F950DB;
}
</style>
background-color css
<style>
a { background-color: #F950DB; }
a { background-color: rgb(249,80,219); }
div.DivClassName
{
background-color: #F950DB;
}
.BgClassName
{
background-color: #F950DB;
}
</style>
border-color css
<style>
span { border-color: #F950DB; }
span { border-color: rgb(249,80,219); }
td.TdClassName
{
border-color: #F950DB;
}
.TagClassName
{
border-color: #F950DB;
}
</style>