Html Css Color HEX #F863E5 Free Speech Magenta
📋 copy color: '#F863E5'red 248 ◦ green 99 ◦ blue 229
Shades of Free Speech Magenta #F863E5
Tints of Free Speech Magenta #F863E5
RGB
CMYK
RGB Variations
Color information
#F863E5 (or 0xF863E5) is known color: Free Speech Magenta. HEX triplet: F8, 63 and E5. RGB value is (248,99,229). Sum of RGB (Red+Green+Blue) = 248+99+229=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F863E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863E5 is #079C1A. Grayscale: #9E9E9E. Windows color (decimal): -498715 or 15033336. OLE color: 15033336.
HSL color Cylindrical-coordinate representation of color #F863E5: hue angle of 307.65º 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 #F863E5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 229 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.03 |
| HSL | 307.65º | 0.91% | 0.68% | - |
| HSV(B) | 307.65º | 0.6% | 0.97% | - |
| XYZ | 57.32 | 34.54 | 77.77 | - |
| YUV | 158.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 229 | 0 | 0.60 | 0.08 | 0.03 | 307.65 | 0.91 | 0.68 |
| Hex | F8 | 63 | E5 | 0 | 3C | 8 | 3 | 134 | 5B | 44 |
| Octal | 370 | 143 | 345 | 0 | 74 | 10 | 3 | 464 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11100101 | 0 | 111100 | 1000 | 11 | 100110100 | 1011011 | 1000100 |
Color Harmonies of #F863E5
Complementary color
Monochromatic Colors of #F863E5
Black with #F863E5
Text Example
Text Example
White with #F863E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863E5; }
p { color: rgb(248,99,229); }
H1.HeaderClassName
{
color: #F863E5;
}
.AnyTagClassName
{
color: #F863E5;
}
</style>
background-color css
<style>
a { background-color: #F863E5; }
a { background-color: rgb(248,99,229); }
div.DivClassName
{
background-color: #F863E5;
}
.BgClassName
{
background-color: #F863E5;
}
</style>
border-color css
<style>
span { border-color: #F863E5; }
span { border-color: rgb(248,99,229); }
td.TdClassName
{
border-color: #F863E5;
}
.TagClassName
{
border-color: #F863E5;
}
</style>