Html Css Color HEX #F55FDC Free Speech Magenta
📋 copy color: '#F55FDC'red 245 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #F55FDC
Tints of Free Speech Magenta #F55FDC
RGB
CMYK
RGB Variations
Color information
#F55FDC (or 0xF55FDC) is known color: Free Speech Magenta. HEX triplet: F5, 5F and DC. RGB value is (245,95,220). Sum of RGB (Red+Green+Blue) = 245+95+220=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FDC is #0AA023. Grayscale: #999999. Windows color (decimal): -696356 or 14442485. OLE color: 14442485.
HSL color Cylindrical-coordinate representation of color #F55FDC: hue angle of 310º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FDC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 220 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.04 |
| HSL | 310º | 0.88% | 0.67% | - |
| HSV(B) | 310º | 0.61% | 0.96% | - |
| XYZ | 54.67 | 32.76 | 71.15 | - |
| YUV | 154.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 220 | 0 | 0.61 | 0.10 | 0.04 | 310 | 0.88 | 0.67 |
| Hex | F5 | 5F | DC | 0 | 3D | A | 4 | 136 | 58 | 43 |
| Octal | 365 | 137 | 334 | 0 | 75 | 12 | 4 | 466 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11011100 | 0 | 111101 | 1010 | 100 | 100110110 | 1011000 | 1000011 |
Color Harmonies of #F55FDC
Complementary color
Monochromatic Colors of #F55FDC
Black with #F55FDC
Text Example
Text Example
White with #F55FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FDC; }
p { color: rgb(245,95,220); }
H1.HeaderClassName
{
color: #F55FDC;
}
.AnyTagClassName
{
color: #F55FDC;
}
</style>
background-color css
<style>
a { background-color: #F55FDC; }
a { background-color: rgb(245,95,220); }
div.DivClassName
{
background-color: #F55FDC;
}
.BgClassName
{
background-color: #F55FDC;
}
</style>
border-color css
<style>
span { border-color: #F55FDC; }
span { border-color: rgb(245,95,220); }
td.TdClassName
{
border-color: #F55FDC;
}
.TagClassName
{
border-color: #F55FDC;
}
</style>