Html Css Color HEX #FF52E6 Free Speech Magenta
📋 copy color: '#FF52E6'red 255 ◦ green 82 ◦ blue 230
Shades of Free Speech Magenta #FF52E6
Tints of Free Speech Magenta #FF52E6
RGB
CMYK
RGB Variations
Color information
#FF52E6 (or 0xFF52E6) is known color: Free Speech Magenta. HEX triplet: FF, 52 and E6. RGB value is (255,82,230). Sum of RGB (Red+Green+Blue) = 255+82+230=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52E6 is #00AD19. Grayscale: #969696. Windows color (decimal): -44314 or 15094527. OLE color: 15094527.
HSL color Cylindrical-coordinate representation of color #FF52E6: hue angle of 308.67º 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 #FF52E6 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 230 | - |
| CMYK | 0 | 0.68 | 0.10 | 0 |
| HSL | 308.67º | 1% | 0.66% | - |
| HSV(B) | 308.67º | 0.68% | 1% | - |
| XYZ | 58.54 | 33.01 | 78.15 | - |
| YUV | 150.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 230 | 0 | 0.68 | 0.10 | 0 | 308.67 | 1 | 0.66 |
| Hex | FF | 52 | E6 | 0 | 44 | A | 0 | 135 | 64 | 42 |
| Octal | 377 | 122 | 346 | 0 | 104 | 12 | 0 | 465 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11100110 | 0 | 1000100 | 1010 | 0 | 100110101 | 1100100 | 1000010 |
Color Harmonies of #FF52E6
Complementary color
Monochromatic Colors of #FF52E6
Black with #FF52E6
Text Example
Text Example
White with #FF52E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52E6; }
p { color: rgb(255,82,230); }
H1.HeaderClassName
{
color: #FF52E6;
}
.AnyTagClassName
{
color: #FF52E6;
}
</style>
background-color css
<style>
a { background-color: #FF52E6; }
a { background-color: rgb(255,82,230); }
div.DivClassName
{
background-color: #FF52E6;
}
.BgClassName
{
background-color: #FF52E6;
}
</style>
border-color css
<style>
span { border-color: #FF52E6; }
span { border-color: rgb(255,82,230); }
td.TdClassName
{
border-color: #FF52E6;
}
.TagClassName
{
border-color: #FF52E6;
}
</style>