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