Html Css Color HEX #F55CEA Free Speech Magenta
📋 copy color: '#F55CEA'red 245 ◦ green 92 ◦ blue 234
Shades of Free Speech Magenta #F55CEA
Tints of Free Speech Magenta #F55CEA
RGB
CMYK
RGB Variations
Color information
#F55CEA (or 0xF55CEA) is known color: Free Speech Magenta. HEX triplet: F5, 5C and EA. RGB value is (245,92,234). Sum of RGB (Red+Green+Blue) = 245+92+234=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CEA is #0AA315. Grayscale: #999999. Windows color (decimal): -697110 or 15359221. OLE color: 15359221.
HSL color Cylindrical-coordinate representation of color #F55CEA: hue angle of 304.31º 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 #F55CEA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 234 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.04 |
| HSL | 304.31º | 0.88% | 0.66% | - |
| HSV(B) | 304.31º | 0.62% | 0.96% | - |
| XYZ | 56.33 | 33.01 | 81.24 | - |
| YUV | 153.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 234 | 0 | 0.62 | 0.04 | 0.04 | 304.31 | 0.88 | 0.66 |
| Hex | F5 | 5C | EA | 0 | 3E | 4 | 4 | 130 | 58 | 42 |
| Octal | 365 | 134 | 352 | 0 | 76 | 4 | 4 | 460 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11101010 | 0 | 111110 | 100 | 100 | 100110000 | 1011000 | 1000010 |
Color Harmonies of #F55CEA
Complementary color
Monochromatic Colors of #F55CEA
Black with #F55CEA
Text Example
Text Example
White with #F55CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CEA; }
p { color: rgb(245,92,234); }
H1.HeaderClassName
{
color: #F55CEA;
}
.AnyTagClassName
{
color: #F55CEA;
}
</style>
background-color css
<style>
a { background-color: #F55CEA; }
a { background-color: rgb(245,92,234); }
div.DivClassName
{
background-color: #F55CEA;
}
.BgClassName
{
background-color: #F55CEA;
}
</style>
border-color css
<style>
span { border-color: #F55CEA; }
span { border-color: rgb(245,92,234); }
td.TdClassName
{
border-color: #F55CEA;
}
.TagClassName
{
border-color: #F55CEA;
}
</style>