Html Css Color HEX #FE52DF Free Speech Magenta
📋 copy color: '#FE52DF'red 254 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #FE52DF
Tints of Free Speech Magenta #FE52DF
RGB
CMYK
RGB Variations
Color information
#FE52DF (or 0xFE52DF) is known color: Free Speech Magenta. HEX triplet: FE, 52 and DF. RGB value is (254,82,223). Sum of RGB (Red+Green+Blue) = 254+82+223=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 82 (32.42% from 255 or 14.67% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52DF is #01AD20. Grayscale: #959595. Windows color (decimal): -109857 or 14635774. OLE color: 14635774.
HSL color Cylindrical-coordinate representation of color #FE52DF: hue angle of 310.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52DF is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 223 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.00 |
| HSL | 310.81º | 0.99% | 0.66% | - |
| HSV(B) | 310.81º | 0.68% | 1% | - |
| XYZ | 57.21 | 32.43 | 73.06 | - |
| YUV | 149.5 | 169.48 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 223 | 0 | 0.68 | 0.12 | 0.00 | 310.81 | 0.99 | 0.66 |
| Hex | FE | 52 | DF | 0 | 44 | C | 0 | 137 | 63 | 42 |
| Octal | 376 | 122 | 337 | 0 | 104 | 14 | 0 | 467 | 143 | 102 |
| Binary | 11111110 | 1010010 | 11011111 | 0 | 1000100 | 1100 | 0 | 100110111 | 1100011 | 1000010 |
Color Harmonies of #FE52DF
Complementary color
Monochromatic Colors of #FE52DF
Black with #FE52DF
Text Example
Text Example
White with #FE52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52DF; }
p { color: rgb(254,82,223); }
H1.HeaderClassName
{
color: #FE52DF;
}
.AnyTagClassName
{
color: #FE52DF;
}
</style>
background-color css
<style>
a { background-color: #FE52DF; }
a { background-color: rgb(254,82,223); }
div.DivClassName
{
background-color: #FE52DF;
}
.BgClassName
{
background-color: #FE52DF;
}
</style>
border-color css
<style>
span { border-color: #FE52DF; }
span { border-color: rgb(254,82,223); }
td.TdClassName
{
border-color: #FE52DF;
}
.TagClassName
{
border-color: #FE52DF;
}
</style>