Html Css Color HEX #F55CDC Free Speech Magenta
📋 copy color: '#F55CDC'red 245 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #F55CDC
Tints of Free Speech Magenta #F55CDC
RGB
CMYK
RGB Variations
Color information
#F55CDC (or 0xF55CDC) is known color: Free Speech Magenta. HEX triplet: F5, 5C and DC. RGB value is (245,92,220). Sum of RGB (Red+Green+Blue) = 245+92+220=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CDC is #0AA323. Grayscale: #979797. Windows color (decimal): -697124 or 14441717. OLE color: 14441717.
HSL color Cylindrical-coordinate representation of color #F55CDC: hue angle of 309.8º 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 #F55CDC is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 220 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.04 |
| HSL | 309.8º | 0.88% | 0.66% | - |
| HSV(B) | 309.8º | 0.62% | 0.96% | - |
| XYZ | 54.4 | 32.23 | 71.06 | - |
| YUV | 152.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 220 | 0 | 0.62 | 0.10 | 0.04 | 309.8 | 0.88 | 0.66 |
| Hex | F5 | 5C | DC | 0 | 3E | A | 4 | 136 | 58 | 42 |
| Octal | 365 | 134 | 334 | 0 | 76 | 12 | 4 | 466 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11011100 | 0 | 111110 | 1010 | 100 | 100110110 | 1011000 | 1000010 |
Color Harmonies of #F55CDC
Complementary color
Monochromatic Colors of #F55CDC
Black with #F55CDC
Text Example
Text Example
White with #F55CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CDC; }
p { color: rgb(245,92,220); }
H1.HeaderClassName
{
color: #F55CDC;
}
.AnyTagClassName
{
color: #F55CDC;
}
</style>
background-color css
<style>
a { background-color: #F55CDC; }
a { background-color: rgb(245,92,220); }
div.DivClassName
{
background-color: #F55CDC;
}
.BgClassName
{
background-color: #F55CDC;
}
</style>
border-color css
<style>
span { border-color: #F55CDC; }
span { border-color: rgb(245,92,220); }
td.TdClassName
{
border-color: #F55CDC;
}
.TagClassName
{
border-color: #F55CDC;
}
</style>