Html Css Color HEX #FF52D9 Free Speech Magenta
📋 copy color: '#FF52D9'red 255 ◦ green 82 ◦ blue 217
Shades of Free Speech Magenta #FF52D9
Tints of Free Speech Magenta #FF52D9
RGB
CMYK
RGB Variations
Color information
#FF52D9 (or 0xFF52D9) is known color: Free Speech Magenta. HEX triplet: FF, 52 and D9. RGB value is (255,82,217). Sum of RGB (Red+Green+Blue) = 255+82+217=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52D9 is #00AD26. Grayscale: #949494. Windows color (decimal): -44327 or 14242559. OLE color: 14242559.
HSL color Cylindrical-coordinate representation of color #FF52D9: hue angle of 313.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52D9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 217 | - |
| CMYK | 0 | 0.68 | 0.15 | 0 |
| HSL | 313.18º | 1% | 0.66% | - |
| HSV(B) | 313.18º | 0.68% | 1% | - |
| XYZ | 56.78 | 32.3 | 68.89 | - |
| YUV | 149.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 217 | 0 | 0.68 | 0.15 | 0 | 313.18 | 1 | 0.66 |
| Hex | FF | 52 | D9 | 0 | 44 | F | 0 | 139 | 64 | 42 |
| Octal | 377 | 122 | 331 | 0 | 104 | 17 | 0 | 471 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11011001 | 0 | 1000100 | 1111 | 0 | 100111001 | 1100100 | 1000010 |
Color Harmonies of #FF52D9
Complementary color
Monochromatic Colors of #FF52D9
Black with #FF52D9
Text Example
Text Example
White with #FF52D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52D9; }
p { color: rgb(255,82,217); }
H1.HeaderClassName
{
color: #FF52D9;
}
.AnyTagClassName
{
color: #FF52D9;
}
</style>
background-color css
<style>
a { background-color: #FF52D9; }
a { background-color: rgb(255,82,217); }
div.DivClassName
{
background-color: #FF52D9;
}
.BgClassName
{
background-color: #FF52D9;
}
</style>
border-color css
<style>
span { border-color: #FF52D9; }
span { border-color: rgb(255,82,217); }
td.TdClassName
{
border-color: #FF52D9;
}
.TagClassName
{
border-color: #FF52D9;
}
</style>