Html Css Color HEX #F850DF Free Speech Magenta
📋 copy color: '#F850DF'red 248 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #F850DF
Tints of Free Speech Magenta #F850DF
RGB
CMYK
RGB Variations
Color information
#F850DF (or 0xF850DF) is known color: Free Speech Magenta. HEX triplet: F8, 50 and DF. RGB value is (248,80,223). Sum of RGB (Red+Green+Blue) = 248+80+223=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F850DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F850DF is #07AF20. Grayscale: #929292. Windows color (decimal): -503585 or 14635256. OLE color: 14635256.
HSL color Cylindrical-coordinate representation of color #F850DF: hue angle of 308.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 #F850DF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 223 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.03 |
| HSL | 308.93º | 0.92% | 0.64% | - |
| HSV(B) | 308.93º | 0.68% | 0.97% | - |
| XYZ | 54.9 | 31.02 | 72.91 | - |
| YUV | 146.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 223 | 0 | 0.68 | 0.10 | 0.03 | 308.93 | 0.92 | 0.64 |
| Hex | F8 | 50 | DF | 0 | 44 | A | 3 | 135 | 5C | 40 |
| Octal | 370 | 120 | 337 | 0 | 104 | 12 | 3 | 465 | 134 | 100 |
| Binary | 11111000 | 1010000 | 11011111 | 0 | 1000100 | 1010 | 11 | 100110101 | 1011100 | 1000000 |
Color Harmonies of #F850DF
Complementary color
Monochromatic Colors of #F850DF
Black with #F850DF
Text Example
Text Example
White with #F850DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850DF; }
p { color: rgb(248,80,223); }
H1.HeaderClassName
{
color: #F850DF;
}
.AnyTagClassName
{
color: #F850DF;
}
</style>
background-color css
<style>
a { background-color: #F850DF; }
a { background-color: rgb(248,80,223); }
div.DivClassName
{
background-color: #F850DF;
}
.BgClassName
{
background-color: #F850DF;
}
</style>
border-color css
<style>
span { border-color: #F850DF; }
span { border-color: rgb(248,80,223); }
td.TdClassName
{
border-color: #F850DF;
}
.TagClassName
{
border-color: #F850DF;
}
</style>