Html Css Color HEX #F55CDF Free Speech Magenta
📋 copy color: '#F55CDF'red 245 ◦ green 92 ◦ blue 223
Shades of Free Speech Magenta #F55CDF
Tints of Free Speech Magenta #F55CDF
RGB
CMYK
RGB Variations
Color information
#F55CDF (or 0xF55CDF) is known color: Free Speech Magenta. HEX triplet: F5, 5C and DF. RGB value is (245,92,223). Sum of RGB (Red+Green+Blue) = 245+92+223=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CDF is #0AA320. Grayscale: #989898. Windows color (decimal): -697121 or 14638325. OLE color: 14638325.
HSL color Cylindrical-coordinate representation of color #F55CDF: hue angle of 308.63º 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 #F55CDF is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 223 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.04 |
| HSL | 308.63º | 0.88% | 0.66% | - |
| HSV(B) | 308.63º | 0.62% | 0.96% | - |
| XYZ | 54.8 | 32.39 | 73.18 | - |
| YUV | 152.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 223 | 0 | 0.62 | 0.09 | 0.04 | 308.63 | 0.88 | 0.66 |
| Hex | F5 | 5C | DF | 0 | 3E | 9 | 4 | 135 | 58 | 42 |
| Octal | 365 | 134 | 337 | 0 | 76 | 11 | 4 | 465 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11011111 | 0 | 111110 | 1001 | 100 | 100110101 | 1011000 | 1000010 |
Color Harmonies of #F55CDF
Complementary color
Monochromatic Colors of #F55CDF
Black with #F55CDF
Text Example
Text Example
White with #F55CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CDF; }
p { color: rgb(245,92,223); }
H1.HeaderClassName
{
color: #F55CDF;
}
.AnyTagClassName
{
color: #F55CDF;
}
</style>
background-color css
<style>
a { background-color: #F55CDF; }
a { background-color: rgb(245,92,223); }
div.DivClassName
{
background-color: #F55CDF;
}
.BgClassName
{
background-color: #F55CDF;
}
</style>
border-color css
<style>
span { border-color: #F55CDF; }
span { border-color: rgb(245,92,223); }
td.TdClassName
{
border-color: #F55CDF;
}
.TagClassName
{
border-color: #F55CDF;
}
</style>