Html Css Color HEX #FF58D9 Free Speech Magenta
📋 copy color: '#FF58D9'red 255 ◦ green 88 ◦ blue 217
Shades of Free Speech Magenta #FF58D9
Tints of Free Speech Magenta #FF58D9
RGB
CMYK
RGB Variations
Color information
#FF58D9 (or 0xFF58D9) is known color: Free Speech Magenta. HEX triplet: FF, 58 and D9. RGB value is (255,88,217). Sum of RGB (Red+Green+Blue) = 255+88+217=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58D9 is #00A726. Grayscale: #989898. Windows color (decimal): -42791 or 14244095. OLE color: 14244095.
HSL color Cylindrical-coordinate representation of color #FF58D9: hue angle of 313.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58D9 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 217 | - |
| CMYK | 0 | 0.65 | 0.15 | 0 |
| HSL | 313.65º | 1% | 0.67% | - |
| HSV(B) | 313.65º | 0.65% | 1% | - |
| XYZ | 57.25 | 33.25 | 69.05 | - |
| YUV | 152.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 217 | 0 | 0.65 | 0.15 | 0 | 313.65 | 1 | 0.67 |
| Hex | FF | 58 | D9 | 0 | 41 | F | 0 | 13A | 64 | 43 |
| Octal | 377 | 130 | 331 | 0 | 101 | 17 | 0 | 472 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11011001 | 0 | 1000001 | 1111 | 0 | 100111010 | 1100100 | 1000011 |
Color Harmonies of #FF58D9
Complementary color
Monochromatic Colors of #FF58D9
Black with #FF58D9
Text Example
Text Example
White with #FF58D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58D9; }
p { color: rgb(255,88,217); }
H1.HeaderClassName
{
color: #FF58D9;
}
.AnyTagClassName
{
color: #FF58D9;
}
</style>
background-color css
<style>
a { background-color: #FF58D9; }
a { background-color: rgb(255,88,217); }
div.DivClassName
{
background-color: #FF58D9;
}
.BgClassName
{
background-color: #FF58D9;
}
</style>
border-color css
<style>
span { border-color: #FF58D9; }
span { border-color: rgb(255,88,217); }
td.TdClassName
{
border-color: #FF58D9;
}
.TagClassName
{
border-color: #FF58D9;
}
</style>