Html Css Color HEX #FC63DF Free Speech Magenta
📋 copy color: '#FC63DF'red 252 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #FC63DF
Tints of Free Speech Magenta #FC63DF
RGB
CMYK
RGB Variations
Color information
#FC63DF (or 0xFC63DF) is known color: Free Speech Magenta. HEX triplet: FC, 63 and DF. RGB value is (252,99,223). Sum of RGB (Red+Green+Blue) = 252+99+223=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63DF is #039C20. Grayscale: #9E9E9E. Windows color (decimal): -236577 or 14640124. OLE color: 14640124.
HSL color Cylindrical-coordinate representation of color #FC63DF: hue angle of 311.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63DF is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 223 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.01 |
| HSL | 311.37º | 0.96% | 0.69% | - |
| HSV(B) | 311.37º | 0.61% | 0.99% | - |
| XYZ | 57.93 | 34.95 | 73.5 | - |
| YUV | 158.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 223 | 0 | 0.61 | 0.12 | 0.01 | 311.37 | 0.96 | 0.69 |
| Hex | FC | 63 | DF | 0 | 3D | C | 1 | 137 | 60 | 45 |
| Octal | 374 | 143 | 337 | 0 | 75 | 14 | 1 | 467 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11011111 | 0 | 111101 | 1100 | 1 | 100110111 | 1100000 | 1000101 |
Color Harmonies of #FC63DF
Complementary color
Monochromatic Colors of #FC63DF
Black with #FC63DF
Text Example
Text Example
White with #FC63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63DF; }
p { color: rgb(252,99,223); }
H1.HeaderClassName
{
color: #FC63DF;
}
.AnyTagClassName
{
color: #FC63DF;
}
</style>
background-color css
<style>
a { background-color: #FC63DF; }
a { background-color: rgb(252,99,223); }
div.DivClassName
{
background-color: #FC63DF;
}
.BgClassName
{
background-color: #FC63DF;
}
</style>
border-color css
<style>
span { border-color: #FC63DF; }
span { border-color: rgb(252,99,223); }
td.TdClassName
{
border-color: #FC63DF;
}
.TagClassName
{
border-color: #FC63DF;
}
</style>