Html Css Color HEX #FC52DE Free Speech Magenta
📋 copy color: '#FC52DE'red 252 ◦ green 82 ◦ blue 222
Shades of Free Speech Magenta #FC52DE
Tints of Free Speech Magenta #FC52DE
RGB
CMYK
RGB Variations
Color information
#FC52DE (or 0xFC52DE) is known color: Free Speech Magenta. HEX triplet: FC, 52 and DE. RGB value is (252,82,222). Sum of RGB (Red+Green+Blue) = 252+82+222=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 82 (32.42% from 255 or 14.75% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52DE is #03AD21. Grayscale: #949494. Windows color (decimal): -240930 or 14570236. OLE color: 14570236.
HSL color Cylindrical-coordinate representation of color #FC52DE: hue angle of 310.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52DE is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 222 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.01 |
| HSL | 310.59º | 0.97% | 0.65% | - |
| HSV(B) | 310.59º | 0.67% | 0.99% | - |
| XYZ | 56.35 | 32 | 72.31 | - |
| YUV | 148.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 222 | 0 | 0.67 | 0.12 | 0.01 | 310.59 | 0.97 | 0.65 |
| Hex | FC | 52 | DE | 0 | 43 | C | 1 | 137 | 61 | 41 |
| Octal | 374 | 122 | 336 | 0 | 103 | 14 | 1 | 467 | 141 | 101 |
| Binary | 11111100 | 1010010 | 11011110 | 0 | 1000011 | 1100 | 1 | 100110111 | 1100001 | 1000001 |
Color Harmonies of #FC52DE
Complementary color
Monochromatic Colors of #FC52DE
Black with #FC52DE
Text Example
Text Example
White with #FC52DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52DE; }
p { color: rgb(252,82,222); }
H1.HeaderClassName
{
color: #FC52DE;
}
.AnyTagClassName
{
color: #FC52DE;
}
</style>
background-color css
<style>
a { background-color: #FC52DE; }
a { background-color: rgb(252,82,222); }
div.DivClassName
{
background-color: #FC52DE;
}
.BgClassName
{
background-color: #FC52DE;
}
</style>
border-color css
<style>
span { border-color: #FC52DE; }
span { border-color: rgb(252,82,222); }
td.TdClassName
{
border-color: #FC52DE;
}
.TagClassName
{
border-color: #FC52DE;
}
</style>