Html Css Color HEX #F55CE8 Free Speech Magenta
📋 copy color: '#F55CE8'red 245 ◦ green 92 ◦ blue 232
Shades of Free Speech Magenta #F55CE8
Tints of Free Speech Magenta #F55CE8
RGB
CMYK
RGB Variations
Color information
#F55CE8 (or 0xF55CE8) is known color: Free Speech Magenta. HEX triplet: F5, 5C and E8. RGB value is (245,92,232). Sum of RGB (Red+Green+Blue) = 245+92+232=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CE8 is #0AA317. Grayscale: #999999. Windows color (decimal): -697112 or 15228149. OLE color: 15228149.
HSL color Cylindrical-coordinate representation of color #F55CE8: hue angle of 305.1º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55CE8 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 232 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.04 |
| HSL | 305.1º | 0.88% | 0.66% | - |
| HSV(B) | 305.1º | 0.62% | 0.96% | - |
| XYZ | 56.05 | 32.89 | 79.74 | - |
| YUV | 153.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 232 | 0 | 0.62 | 0.05 | 0.04 | 305.1 | 0.88 | 0.66 |
| Hex | F5 | 5C | E8 | 0 | 3E | 5 | 4 | 131 | 58 | 42 |
| Octal | 365 | 134 | 350 | 0 | 76 | 5 | 4 | 461 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11101000 | 0 | 111110 | 101 | 100 | 100110001 | 1011000 | 1000010 |
Color Harmonies of #F55CE8
Complementary color
Monochromatic Colors of #F55CE8
Black with #F55CE8
Text Example
Text Example
White with #F55CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CE8; }
p { color: rgb(245,92,232); }
H1.HeaderClassName
{
color: #F55CE8;
}
.AnyTagClassName
{
color: #F55CE8;
}
</style>
background-color css
<style>
a { background-color: #F55CE8; }
a { background-color: rgb(245,92,232); }
div.DivClassName
{
background-color: #F55CE8;
}
.BgClassName
{
background-color: #F55CE8;
}
</style>
border-color css
<style>
span { border-color: #F55CE8; }
span { border-color: rgb(245,92,232); }
td.TdClassName
{
border-color: #F55CE8;
}
.TagClassName
{
border-color: #F55CE8;
}
</style>