Html Css Color HEX #FF55D9 Free Speech Magenta
📋 copy color: '#FF55D9'red 255 ◦ green 85 ◦ blue 217
Shades of Free Speech Magenta #FF55D9
Tints of Free Speech Magenta #FF55D9
RGB
CMYK
RGB Variations
Color information
#FF55D9 (or 0xFF55D9) is known color: Free Speech Magenta. HEX triplet: FF, 55 and D9. RGB value is (255,85,217). Sum of RGB (Red+Green+Blue) = 255+85+217=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D9 is #00AA26. Grayscale: #969696. Windows color (decimal): -43559 or 14243327. OLE color: 14243327.
HSL color Cylindrical-coordinate representation of color #FF55D9: hue angle of 313.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55D9 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 217 | - |
| CMYK | 0 | 0.67 | 0.15 | 0 |
| HSL | 313.41º | 1% | 0.67% | - |
| HSV(B) | 313.41º | 0.67% | 1% | - |
| XYZ | 57.01 | 32.77 | 68.97 | - |
| YUV | 150.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 217 | 0 | 0.67 | 0.15 | 0 | 313.41 | 1 | 0.67 |
| Hex | FF | 55 | D9 | 0 | 43 | F | 0 | 139 | 64 | 43 |
| Octal | 377 | 125 | 331 | 0 | 103 | 17 | 0 | 471 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11011001 | 0 | 1000011 | 1111 | 0 | 100111001 | 1100100 | 1000011 |
Color Harmonies of #FF55D9
Complementary color
Monochromatic Colors of #FF55D9
Black with #FF55D9
Text Example
Text Example
White with #FF55D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55D9; }
p { color: rgb(255,85,217); }
H1.HeaderClassName
{
color: #FF55D9;
}
.AnyTagClassName
{
color: #FF55D9;
}
</style>
background-color css
<style>
a { background-color: #FF55D9; }
a { background-color: rgb(255,85,217); }
div.DivClassName
{
background-color: #FF55D9;
}
.BgClassName
{
background-color: #FF55D9;
}
</style>
border-color css
<style>
span { border-color: #FF55D9; }
span { border-color: rgb(255,85,217); }
td.TdClassName
{
border-color: #FF55D9;
}
.TagClassName
{
border-color: #FF55D9;
}
</style>