Html Css Color HEX #F55BDF Free Speech Magenta
📋 copy color: '#F55BDF'red 245 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #F55BDF
Tints of Free Speech Magenta #F55BDF
RGB
CMYK
RGB Variations
Color information
#F55BDF (or 0xF55BDF) is known color: Free Speech Magenta. HEX triplet: F5, 5B and DF. RGB value is (245,91,223). Sum of RGB (Red+Green+Blue) = 245+91+223=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BDF is #0AA420. Grayscale: #979797. Windows color (decimal): -697377 or 14638069. OLE color: 14638069.
HSL color Cylindrical-coordinate representation of color #F55BDF: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BDF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 223 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.04 |
| HSL | 308.57º | 0.89% | 0.66% | - |
| HSV(B) | 308.57º | 0.63% | 0.96% | - |
| XYZ | 54.72 | 32.22 | 73.15 | - |
| YUV | 152.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 223 | 0 | 0.63 | 0.09 | 0.04 | 308.57 | 0.89 | 0.66 |
| Hex | F5 | 5B | DF | 0 | 3F | 9 | 4 | 135 | 59 | 42 |
| Octal | 365 | 133 | 337 | 0 | 77 | 11 | 4 | 465 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11011111 | 0 | 111111 | 1001 | 100 | 100110101 | 1011001 | 1000010 |
Color Harmonies of #F55BDF
Complementary color
Monochromatic Colors of #F55BDF
Black with #F55BDF
Text Example
Text Example
White with #F55BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BDF; }
p { color: rgb(245,91,223); }
H1.HeaderClassName
{
color: #F55BDF;
}
.AnyTagClassName
{
color: #F55BDF;
}
</style>
background-color css
<style>
a { background-color: #F55BDF; }
a { background-color: rgb(245,91,223); }
div.DivClassName
{
background-color: #F55BDF;
}
.BgClassName
{
background-color: #F55BDF;
}
</style>
border-color css
<style>
span { border-color: #F55BDF; }
span { border-color: rgb(245,91,223); }
td.TdClassName
{
border-color: #F55BDF;
}
.TagClassName
{
border-color: #F55BDF;
}
</style>