Html Css Color HEX #FF55DA Free Speech Magenta
📋 copy color: '#FF55DA'red 255 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #FF55DA
Tints of Free Speech Magenta #FF55DA
RGB
CMYK
RGB Variations
Color information
#FF55DA (or 0xFF55DA) is known color: Free Speech Magenta. HEX triplet: FF, 55 and DA. RGB value is (255,85,218). Sum of RGB (Red+Green+Blue) = 255+85+218=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55DA is #00AA25. Grayscale: #969696. Windows color (decimal): -43558 or 14308863. OLE color: 14308863.
HSL color Cylindrical-coordinate representation of color #FF55DA: hue angle of 313.06º 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 #FF55DA is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 218 | - |
| CMYK | 0 | 0.67 | 0.15 | 0 |
| HSL | 313.06º | 1% | 0.67% | - |
| HSV(B) | 313.06º | 0.67% | 1% | - |
| XYZ | 57.14 | 32.82 | 69.65 | - |
| YUV | 150.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 218 | 0 | 0.67 | 0.15 | 0 | 313.06 | 1 | 0.67 |
| Hex | FF | 55 | DA | 0 | 43 | F | 0 | 139 | 64 | 43 |
| Octal | 377 | 125 | 332 | 0 | 103 | 17 | 0 | 471 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11011010 | 0 | 1000011 | 1111 | 0 | 100111001 | 1100100 | 1000011 |
Color Harmonies of #FF55DA
Complementary color
Monochromatic Colors of #FF55DA
Black with #FF55DA
Text Example
Text Example
White with #FF55DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55DA; }
p { color: rgb(255,85,218); }
H1.HeaderClassName
{
color: #FF55DA;
}
.AnyTagClassName
{
color: #FF55DA;
}
</style>
background-color css
<style>
a { background-color: #FF55DA; }
a { background-color: rgb(255,85,218); }
div.DivClassName
{
background-color: #FF55DA;
}
.BgClassName
{
background-color: #FF55DA;
}
</style>
border-color css
<style>
span { border-color: #FF55DA; }
span { border-color: rgb(255,85,218); }
td.TdClassName
{
border-color: #FF55DA;
}
.TagClassName
{
border-color: #FF55DA;
}
</style>