Html Css Color HEX #F85CE1 Free Speech Magenta
📋 copy color: '#F85CE1'red 248 ◦ green 92 ◦ blue 225
Shades of Free Speech Magenta #F85CE1
Tints of Free Speech Magenta #F85CE1
RGB
CMYK
RGB Variations
Color information
#F85CE1 (or 0xF85CE1) is known color: Free Speech Magenta. HEX triplet: F8, 5C and E1. RGB value is (248,92,225). Sum of RGB (Red+Green+Blue) = 248+92+225=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CE1 is #07A31E. Grayscale: #999999. Windows color (decimal): -500511 or 14769400. OLE color: 14769400.
HSL color Cylindrical-coordinate representation of color #F85CE1: hue angle of 308.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CE1 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 225 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.03 |
| HSL | 308.85º | 0.92% | 0.67% | - |
| HSV(B) | 308.85º | 0.63% | 0.97% | - |
| XYZ | 56.13 | 33.05 | 74.65 | - |
| YUV | 153.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 225 | 0 | 0.63 | 0.09 | 0.03 | 308.85 | 0.92 | 0.67 |
| Hex | F8 | 5C | E1 | 0 | 3F | 9 | 3 | 135 | 5C | 43 |
| Octal | 370 | 134 | 341 | 0 | 77 | 11 | 3 | 465 | 134 | 103 |
| Binary | 11111000 | 1011100 | 11100001 | 0 | 111111 | 1001 | 11 | 100110101 | 1011100 | 1000011 |
Color Harmonies of #F85CE1
Complementary color
Monochromatic Colors of #F85CE1
Black with #F85CE1
Text Example
Text Example
White with #F85CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CE1; }
p { color: rgb(248,92,225); }
H1.HeaderClassName
{
color: #F85CE1;
}
.AnyTagClassName
{
color: #F85CE1;
}
</style>
background-color css
<style>
a { background-color: #F85CE1; }
a { background-color: rgb(248,92,225); }
div.DivClassName
{
background-color: #F85CE1;
}
.BgClassName
{
background-color: #F85CE1;
}
</style>
border-color css
<style>
span { border-color: #F85CE1; }
span { border-color: rgb(248,92,225); }
td.TdClassName
{
border-color: #F85CE1;
}
.TagClassName
{
border-color: #F85CE1;
}
</style>