Html Css Color HEX #F858DF Free Speech Magenta
📋 copy color: '#F858DF'red 248 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #F858DF
Tints of Free Speech Magenta #F858DF
RGB
CMYK
RGB Variations
Color information
#F858DF (or 0xF858DF) is known color: Free Speech Magenta. HEX triplet: F8, 58 and DF. RGB value is (248,88,223). Sum of RGB (Red+Green+Blue) = 248+88+223=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F858DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858DF is #07A720. Grayscale: #969696. Windows color (decimal): -501537 or 14637304. OLE color: 14637304.
HSL color Cylindrical-coordinate representation of color #F858DF: hue angle of 309.38º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858DF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 223 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.03 |
| HSL | 309.38º | 0.92% | 0.66% | - |
| HSV(B) | 309.38º | 0.65% | 0.97% | - |
| XYZ | 55.52 | 32.26 | 73.11 | - |
| YUV | 151.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 223 | 0 | 0.65 | 0.10 | 0.03 | 309.38 | 0.92 | 0.66 |
| Hex | F8 | 58 | DF | 0 | 41 | A | 3 | 135 | 5C | 42 |
| Octal | 370 | 130 | 337 | 0 | 101 | 12 | 3 | 465 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11011111 | 0 | 1000001 | 1010 | 11 | 100110101 | 1011100 | 1000010 |
Color Harmonies of #F858DF
Complementary color
Monochromatic Colors of #F858DF
Black with #F858DF
Text Example
Text Example
White with #F858DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858DF; }
p { color: rgb(248,88,223); }
H1.HeaderClassName
{
color: #F858DF;
}
.AnyTagClassName
{
color: #F858DF;
}
</style>
background-color css
<style>
a { background-color: #F858DF; }
a { background-color: rgb(248,88,223); }
div.DivClassName
{
background-color: #F858DF;
}
.BgClassName
{
background-color: #F858DF;
}
</style>
border-color css
<style>
span { border-color: #F858DF; }
span { border-color: rgb(248,88,223); }
td.TdClassName
{
border-color: #F858DF;
}
.TagClassName
{
border-color: #F858DF;
}
</style>