Html Css Color HEX #F855E5 Free Speech Magenta
📋 copy color: '#F855E5'red 248 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #F855E5
Tints of Free Speech Magenta #F855E5
RGB
CMYK
RGB Variations
Color information
#F855E5 (or 0xF855E5) is known color: Free Speech Magenta. HEX triplet: F8, 55 and E5. RGB value is (248,85,229). Sum of RGB (Red+Green+Blue) = 248+85+229=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F855E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855E5 is #07AA1A. Grayscale: #959595. Windows color (decimal): -502299 or 15029752. OLE color: 15029752.
HSL color Cylindrical-coordinate representation of color #F855E5: hue angle of 306.99º 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 #F855E5 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 229 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.03 |
| HSL | 306.99º | 0.92% | 0.65% | - |
| HSV(B) | 306.99º | 0.66% | 0.97% | - |
| XYZ | 56.1 | 32.11 | 77.37 | - |
| YUV | 150.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 229 | 0 | 0.66 | 0.08 | 0.03 | 306.99 | 0.92 | 0.65 |
| Hex | F8 | 55 | E5 | 0 | 42 | 8 | 3 | 133 | 5C | 41 |
| Octal | 370 | 125 | 345 | 0 | 102 | 10 | 3 | 463 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11100101 | 0 | 1000010 | 1000 | 11 | 100110011 | 1011100 | 1000001 |
Color Harmonies of #F855E5
Complementary color
Monochromatic Colors of #F855E5
Black with #F855E5
Text Example
Text Example
White with #F855E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855E5; }
p { color: rgb(248,85,229); }
H1.HeaderClassName
{
color: #F855E5;
}
.AnyTagClassName
{
color: #F855E5;
}
</style>
background-color css
<style>
a { background-color: #F855E5; }
a { background-color: rgb(248,85,229); }
div.DivClassName
{
background-color: #F855E5;
}
.BgClassName
{
background-color: #F855E5;
}
</style>
border-color css
<style>
span { border-color: #F855E5; }
span { border-color: rgb(248,85,229); }
td.TdClassName
{
border-color: #F855E5;
}
.TagClassName
{
border-color: #F855E5;
}
</style>