Html Css Color HEX #FC64DF Free Speech Magenta
📋 copy color: '#FC64DF'red 252 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #FC64DF
Tints of Free Speech Magenta #FC64DF
RGB
CMYK
RGB Variations
Color information
#FC64DF (or 0xFC64DF) is known color: Free Speech Magenta. HEX triplet: FC, 64 and DF. RGB value is (252,100,223). Sum of RGB (Red+Green+Blue) = 252+100+223=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64DF is #039B20. Grayscale: #9F9F9F. Windows color (decimal): -236321 or 14640380. OLE color: 14640380.
HSL color Cylindrical-coordinate representation of color #FC64DF: hue angle of 311.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC64DF is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 223 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.01 |
| HSL | 311.45º | 0.96% | 0.69% | - |
| HSV(B) | 311.45º | 0.6% | 0.99% | - |
| XYZ | 58.02 | 35.14 | 73.54 | - |
| YUV | 159.47 | 163.86 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 223 | 0 | 0.60 | 0.12 | 0.01 | 311.45 | 0.96 | 0.69 |
| Hex | FC | 64 | DF | 0 | 3C | C | 1 | 137 | 60 | 45 |
| Octal | 374 | 144 | 337 | 0 | 74 | 14 | 1 | 467 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11011111 | 0 | 111100 | 1100 | 1 | 100110111 | 1100000 | 1000101 |
Color Harmonies of #FC64DF
Complementary color
Monochromatic Colors of #FC64DF
Black with #FC64DF
Text Example
Text Example
White with #FC64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64DF; }
p { color: rgb(252,100,223); }
H1.HeaderClassName
{
color: #FC64DF;
}
.AnyTagClassName
{
color: #FC64DF;
}
</style>
background-color css
<style>
a { background-color: #FC64DF; }
a { background-color: rgb(252,100,223); }
div.DivClassName
{
background-color: #FC64DF;
}
.BgClassName
{
background-color: #FC64DF;
}
</style>
border-color css
<style>
span { border-color: #FC64DF; }
span { border-color: rgb(252,100,223); }
td.TdClassName
{
border-color: #FC64DF;
}
.TagClassName
{
border-color: #FC64DF;
}
</style>