Html Css Color HEX #F863E1 Free Speech Magenta
📋 copy color: '#F863E1'red 248 ◦ green 99 ◦ blue 225
Shades of Free Speech Magenta #F863E1
Tints of Free Speech Magenta #F863E1
RGB
CMYK
RGB Variations
Color information
#F863E1 (or 0xF863E1) is known color: Free Speech Magenta. HEX triplet: F8, 63 and E1. RGB value is (248,99,225). Sum of RGB (Red+Green+Blue) = 248+99+225=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F863E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863E1 is #079C1E. Grayscale: #9D9D9D. Windows color (decimal): -498719 or 14771192. OLE color: 14771192.
HSL color Cylindrical-coordinate representation of color #F863E1: hue angle of 309.26º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863E1 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 225 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.03 |
| HSL | 309.26º | 0.91% | 0.68% | - |
| HSV(B) | 309.26º | 0.6% | 0.97% | - |
| XYZ | 56.76 | 34.32 | 74.87 | - |
| YUV | 157.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 225 | 0 | 0.60 | 0.09 | 0.03 | 309.26 | 0.91 | 0.68 |
| Hex | F8 | 63 | E1 | 0 | 3C | 9 | 3 | 135 | 5B | 44 |
| Octal | 370 | 143 | 341 | 0 | 74 | 11 | 3 | 465 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11100001 | 0 | 111100 | 1001 | 11 | 100110101 | 1011011 | 1000100 |
Color Harmonies of #F863E1
Complementary color
Monochromatic Colors of #F863E1
Black with #F863E1
Text Example
Text Example
White with #F863E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863E1; }
p { color: rgb(248,99,225); }
H1.HeaderClassName
{
color: #F863E1;
}
.AnyTagClassName
{
color: #F863E1;
}
</style>
background-color css
<style>
a { background-color: #F863E1; }
a { background-color: rgb(248,99,225); }
div.DivClassName
{
background-color: #F863E1;
}
.BgClassName
{
background-color: #F863E1;
}
</style>
border-color css
<style>
span { border-color: #F863E1; }
span { border-color: rgb(248,99,225); }
td.TdClassName
{
border-color: #F863E1;
}
.TagClassName
{
border-color: #F863E1;
}
</style>