Html Css Color HEX #FF52E7 Free Speech Magenta
📋 copy color: '#FF52E7'red 255 ◦ green 82 ◦ blue 231
Shades of Free Speech Magenta #FF52E7
Tints of Free Speech Magenta #FF52E7
RGB
CMYK
RGB Variations
Color information
#FF52E7 (or 0xFF52E7) is known color: Free Speech Magenta. HEX triplet: FF, 52 and E7. RGB value is (255,82,231). Sum of RGB (Red+Green+Blue) = 255+82+231=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52E7 is #00AD18. Grayscale: #969696. Windows color (decimal): -44313 or 15160063. OLE color: 15160063.
HSL color Cylindrical-coordinate representation of color #FF52E7: hue angle of 308.32º 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 #FF52E7 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 231 | - |
| CMYK | 0 | 0.68 | 0.09 | 0 |
| HSL | 308.32º | 1% | 0.66% | - |
| HSV(B) | 308.32º | 0.68% | 1% | - |
| XYZ | 58.68 | 33.06 | 78.89 | - |
| YUV | 150.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 231 | 0 | 0.68 | 0.09 | 0 | 308.32 | 1 | 0.66 |
| Hex | FF | 52 | E7 | 0 | 44 | 9 | 0 | 134 | 64 | 42 |
| Octal | 377 | 122 | 347 | 0 | 104 | 11 | 0 | 464 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11100111 | 0 | 1000100 | 1001 | 0 | 100110100 | 1100100 | 1000010 |
Color Harmonies of #FF52E7
Complementary color
Monochromatic Colors of #FF52E7
Black with #FF52E7
Text Example
Text Example
White with #FF52E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52E7; }
p { color: rgb(255,82,231); }
H1.HeaderClassName
{
color: #FF52E7;
}
.AnyTagClassName
{
color: #FF52E7;
}
</style>
background-color css
<style>
a { background-color: #FF52E7; }
a { background-color: rgb(255,82,231); }
div.DivClassName
{
background-color: #FF52E7;
}
.BgClassName
{
background-color: #FF52E7;
}
</style>
border-color css
<style>
span { border-color: #FF52E7; }
span { border-color: rgb(255,82,231); }
td.TdClassName
{
border-color: #FF52E7;
}
.TagClassName
{
border-color: #FF52E7;
}
</style>