Html Css Color HEX #F856DF Free Speech Magenta
📋 copy color: '#F856DF'red 248 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #F856DF
Tints of Free Speech Magenta #F856DF
RGB
CMYK
RGB Variations
Color information
#F856DF (or 0xF856DF) is known color: Free Speech Magenta. HEX triplet: F8, 56 and DF. RGB value is (248,86,223). Sum of RGB (Red+Green+Blue) = 248+86+223=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 86 (33.98% from 255 or 15.44% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F856DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856DF is #07A920. Grayscale: #959595. Windows color (decimal): -502049 or 14636792. OLE color: 14636792.
HSL color Cylindrical-coordinate representation of color #F856DF: hue angle of 309.26º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856DF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 223 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.03 |
| HSL | 309.26º | 0.92% | 0.65% | - |
| HSV(B) | 309.26º | 0.65% | 0.97% | - |
| XYZ | 55.36 | 31.94 | 73.06 | - |
| YUV | 150.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 223 | 0 | 0.65 | 0.10 | 0.03 | 309.26 | 0.92 | 0.65 |
| Hex | F8 | 56 | DF | 0 | 41 | A | 3 | 135 | 5C | 41 |
| Octal | 370 | 126 | 337 | 0 | 101 | 12 | 3 | 465 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11011111 | 0 | 1000001 | 1010 | 11 | 100110101 | 1011100 | 1000001 |
Color Harmonies of #F856DF
Complementary color
Monochromatic Colors of #F856DF
Black with #F856DF
Text Example
Text Example
White with #F856DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856DF; }
p { color: rgb(248,86,223); }
H1.HeaderClassName
{
color: #F856DF;
}
.AnyTagClassName
{
color: #F856DF;
}
</style>
background-color css
<style>
a { background-color: #F856DF; }
a { background-color: rgb(248,86,223); }
div.DivClassName
{
background-color: #F856DF;
}
.BgClassName
{
background-color: #F856DF;
}
</style>
border-color css
<style>
span { border-color: #F856DF; }
span { border-color: rgb(248,86,223); }
td.TdClassName
{
border-color: #F856DF;
}
.TagClassName
{
border-color: #F856DF;
}
</style>