Html Css Color HEX #F850D1 Free Speech Magenta
📋 copy color: '#F850D1'red 248 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #F850D1
Tints of Free Speech Magenta #F850D1
RGB
CMYK
RGB Variations
Color information
#F850D1 (or 0xF850D1) is known color: Free Speech Magenta. HEX triplet: F8, 50 and D1. RGB value is (248,80,209). Sum of RGB (Red+Green+Blue) = 248+80+209=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F850D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850D1 is #07AF2E. Grayscale: #909090. Windows color (decimal): -503599 or 13717752. OLE color: 13717752.
HSL color Cylindrical-coordinate representation of color #F850D1: hue angle of 313.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F850D1 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 209 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.03 |
| HSL | 313.93º | 0.92% | 0.64% | - |
| HSV(B) | 313.93º | 0.68% | 0.97% | - |
| XYZ | 53.09 | 30.3 | 63.37 | - |
| YUV | 144.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 209 | 0 | 0.68 | 0.16 | 0.03 | 313.93 | 0.92 | 0.64 |
| Hex | F8 | 50 | D1 | 0 | 44 | 10 | 3 | 13A | 5C | 40 |
| Octal | 370 | 120 | 321 | 0 | 104 | 20 | 3 | 472 | 134 | 100 |
| Binary | 11111000 | 1010000 | 11010001 | 0 | 1000100 | 10000 | 11 | 100111010 | 1011100 | 1000000 |
Color Harmonies of #F850D1
Complementary color
Monochromatic Colors of #F850D1
Black with #F850D1
Text Example
Text Example
White with #F850D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850D1; }
p { color: rgb(248,80,209); }
H1.HeaderClassName
{
color: #F850D1;
}
.AnyTagClassName
{
color: #F850D1;
}
</style>
background-color css
<style>
a { background-color: #F850D1; }
a { background-color: rgb(248,80,209); }
div.DivClassName
{
background-color: #F850D1;
}
.BgClassName
{
background-color: #F850D1;
}
</style>
border-color css
<style>
span { border-color: #F850D1; }
span { border-color: rgb(248,80,209); }
td.TdClassName
{
border-color: #F850D1;
}
.TagClassName
{
border-color: #F850D1;
}
</style>