Html Css Color HEX #F855DF Free Speech Magenta
📋 copy color: '#F855DF'red 248 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #F855DF
Tints of Free Speech Magenta #F855DF
RGB
CMYK
RGB Variations
Color information
#F855DF (or 0xF855DF) is known color: Free Speech Magenta. HEX triplet: F8, 55 and DF. RGB value is (248,85,223). Sum of RGB (Red+Green+Blue) = 248+85+223=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F855DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855DF is #07AA20. Grayscale: #959595. Windows color (decimal): -502305 or 14636536. OLE color: 14636536.
HSL color Cylindrical-coordinate representation of color #F855DF: hue angle of 309.2º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855DF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 223 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.03 |
| HSL | 309.2º | 0.92% | 0.65% | - |
| HSV(B) | 309.2º | 0.66% | 0.97% | - |
| XYZ | 55.28 | 31.78 | 73.03 | - |
| YUV | 149.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 223 | 0 | 0.66 | 0.10 | 0.03 | 309.2 | 0.92 | 0.65 |
| Hex | F8 | 55 | DF | 0 | 42 | A | 3 | 135 | 5C | 41 |
| Octal | 370 | 125 | 337 | 0 | 102 | 12 | 3 | 465 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11011111 | 0 | 1000010 | 1010 | 11 | 100110101 | 1011100 | 1000001 |
Color Harmonies of #F855DF
Complementary color
Monochromatic Colors of #F855DF
Black with #F855DF
Text Example
Text Example
White with #F855DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855DF; }
p { color: rgb(248,85,223); }
H1.HeaderClassName
{
color: #F855DF;
}
.AnyTagClassName
{
color: #F855DF;
}
</style>
background-color css
<style>
a { background-color: #F855DF; }
a { background-color: rgb(248,85,223); }
div.DivClassName
{
background-color: #F855DF;
}
.BgClassName
{
background-color: #F855DF;
}
</style>
border-color css
<style>
span { border-color: #F855DF; }
span { border-color: rgb(248,85,223); }
td.TdClassName
{
border-color: #F855DF;
}
.TagClassName
{
border-color: #F855DF;
}
</style>