Html Css Color HEX #F55FDF Free Speech Magenta
📋 copy color: '#F55FDF'red 245 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #F55FDF
Tints of Free Speech Magenta #F55FDF
RGB
CMYK
RGB Variations
Color information
#F55FDF (or 0xF55FDF) is known color: Free Speech Magenta. HEX triplet: F5, 5F and DF. RGB value is (245,95,223). Sum of RGB (Red+Green+Blue) = 245+95+223=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FDF is #0AA020. Grayscale: #9A9A9A. Windows color (decimal): -696353 or 14639093. OLE color: 14639093.
HSL color Cylindrical-coordinate representation of color #F55FDF: hue angle of 308.8º 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 #F55FDF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 223 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.04 |
| HSL | 308.8º | 0.88% | 0.67% | - |
| HSV(B) | 308.8º | 0.61% | 0.96% | - |
| XYZ | 55.07 | 32.92 | 73.26 | - |
| YUV | 154.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 223 | 0 | 0.61 | 0.09 | 0.04 | 308.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | DF | 0 | 3D | 9 | 4 | 135 | 58 | 43 |
| Octal | 365 | 137 | 337 | 0 | 75 | 11 | 4 | 465 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11011111 | 0 | 111101 | 1001 | 100 | 100110101 | 1011000 | 1000011 |
Color Harmonies of #F55FDF
Complementary color
Monochromatic Colors of #F55FDF
Black with #F55FDF
Text Example
Text Example
White with #F55FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FDF; }
p { color: rgb(245,95,223); }
H1.HeaderClassName
{
color: #F55FDF;
}
.AnyTagClassName
{
color: #F55FDF;
}
</style>
background-color css
<style>
a { background-color: #F55FDF; }
a { background-color: rgb(245,95,223); }
div.DivClassName
{
background-color: #F55FDF;
}
.BgClassName
{
background-color: #F55FDF;
}
</style>
border-color css
<style>
span { border-color: #F55FDF; }
span { border-color: rgb(245,95,223); }
td.TdClassName
{
border-color: #F55FDF;
}
.TagClassName
{
border-color: #F55FDF;
}
</style>