Html Css Color HEX #FF52DC Free Speech Magenta
📋 copy color: '#FF52DC'red 255 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #FF52DC
Tints of Free Speech Magenta #FF52DC
RGB
CMYK
RGB Variations
Color information
#FF52DC (or 0xFF52DC) is known color: Free Speech Magenta. HEX triplet: FF, 52 and DC. RGB value is (255,82,220). Sum of RGB (Red+Green+Blue) = 255+82+220=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52DC is #00AD23. Grayscale: #959595. Windows color (decimal): -44324 or 14439167. OLE color: 14439167.
HSL color Cylindrical-coordinate representation of color #FF52DC: hue angle of 312.14º 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 #FF52DC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 220 | - |
| CMYK | 0 | 0.68 | 0.14 | 0 |
| HSL | 312.14º | 1% | 0.66% | - |
| HSV(B) | 312.14º | 0.68% | 1% | - |
| XYZ | 57.18 | 32.46 | 70.96 | - |
| YUV | 149.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 220 | 0 | 0.68 | 0.14 | 0 | 312.14 | 1 | 0.66 |
| Hex | FF | 52 | DC | 0 | 44 | E | 0 | 138 | 64 | 42 |
| Octal | 377 | 122 | 334 | 0 | 104 | 16 | 0 | 470 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11011100 | 0 | 1000100 | 1110 | 0 | 100111000 | 1100100 | 1000010 |
Color Harmonies of #FF52DC
Complementary color
Monochromatic Colors of #FF52DC
Black with #FF52DC
Text Example
Text Example
White with #FF52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52DC; }
p { color: rgb(255,82,220); }
H1.HeaderClassName
{
color: #FF52DC;
}
.AnyTagClassName
{
color: #FF52DC;
}
</style>
background-color css
<style>
a { background-color: #FF52DC; }
a { background-color: rgb(255,82,220); }
div.DivClassName
{
background-color: #FF52DC;
}
.BgClassName
{
background-color: #FF52DC;
}
</style>
border-color css
<style>
span { border-color: #FF52DC; }
span { border-color: rgb(255,82,220); }
td.TdClassName
{
border-color: #FF52DC;
}
.TagClassName
{
border-color: #FF52DC;
}
</style>