Html Css Color HEX #F856D2 Free Speech Magenta
📋 copy color: '#F856D2'red 248 ◦ green 86 ◦ blue 210
Shades of Free Speech Magenta #F856D2
Tints of Free Speech Magenta #F856D2
RGB
CMYK
RGB Variations
Color information
#F856D2 (or 0xF856D2) is known color: Free Speech Magenta. HEX triplet: F8, 56 and D2. RGB value is (248,86,210). Sum of RGB (Red+Green+Blue) = 248+86+210=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F856D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856D2 is #07A92D. Grayscale: #949494. Windows color (decimal): -502062 or 13784824. OLE color: 13784824.
HSL color Cylindrical-coordinate representation of color #F856D2: hue angle of 314.07º 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 #F856D2 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 210 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.03 |
| HSL | 314.07º | 0.92% | 0.65% | - |
| HSV(B) | 314.07º | 0.65% | 0.97% | - |
| XYZ | 53.67 | 31.27 | 64.18 | - |
| YUV | 148.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 210 | 0 | 0.65 | 0.15 | 0.03 | 314.07 | 0.92 | 0.65 |
| Hex | F8 | 56 | D2 | 0 | 41 | F | 3 | 13A | 5C | 41 |
| Octal | 370 | 126 | 322 | 0 | 101 | 17 | 3 | 472 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11010010 | 0 | 1000001 | 1111 | 11 | 100111010 | 1011100 | 1000001 |
Color Harmonies of #F856D2
Complementary color
Monochromatic Colors of #F856D2
Black with #F856D2
Text Example
Text Example
White with #F856D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856D2; }
p { color: rgb(248,86,210); }
H1.HeaderClassName
{
color: #F856D2;
}
.AnyTagClassName
{
color: #F856D2;
}
</style>
background-color css
<style>
a { background-color: #F856D2; }
a { background-color: rgb(248,86,210); }
div.DivClassName
{
background-color: #F856D2;
}
.BgClassName
{
background-color: #F856D2;
}
</style>
border-color css
<style>
span { border-color: #F856D2; }
span { border-color: rgb(248,86,210); }
td.TdClassName
{
border-color: #F856D2;
}
.TagClassName
{
border-color: #F856D2;
}
</style>