Html Css Color HEX #FC50DF Free Speech Magenta
📋 copy color: '#FC50DF'red 252 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #FC50DF
Tints of Free Speech Magenta #FC50DF
RGB
CMYK
RGB Variations
Color information
#FC50DF (or 0xFC50DF) is known color: Free Speech Magenta. HEX triplet: FC, 50 and DF. RGB value is (252,80,223). Sum of RGB (Red+Green+Blue) = 252+80+223=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50DF is #03AF20. Grayscale: #939393. Windows color (decimal): -241441 or 14635260. OLE color: 14635260.
HSL color Cylindrical-coordinate representation of color #FC50DF: hue angle of 310.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50DF is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 223 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.01 |
| HSL | 310.12º | 0.97% | 0.65% | - |
| HSV(B) | 310.12º | 0.68% | 0.99% | - |
| XYZ | 56.33 | 31.76 | 72.97 | - |
| YUV | 147.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 223 | 0 | 0.68 | 0.12 | 0.01 | 310.12 | 0.97 | 0.65 |
| Hex | FC | 50 | DF | 0 | 44 | C | 1 | 136 | 61 | 41 |
| Octal | 374 | 120 | 337 | 0 | 104 | 14 | 1 | 466 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11011111 | 0 | 1000100 | 1100 | 1 | 100110110 | 1100001 | 1000001 |
Color Harmonies of #FC50DF
Complementary color
Monochromatic Colors of #FC50DF
Black with #FC50DF
Text Example
Text Example
White with #FC50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50DF; }
p { color: rgb(252,80,223); }
H1.HeaderClassName
{
color: #FC50DF;
}
.AnyTagClassName
{
color: #FC50DF;
}
</style>
background-color css
<style>
a { background-color: #FC50DF; }
a { background-color: rgb(252,80,223); }
div.DivClassName
{
background-color: #FC50DF;
}
.BgClassName
{
background-color: #FC50DF;
}
</style>
border-color css
<style>
span { border-color: #FC50DF; }
span { border-color: rgb(252,80,223); }
td.TdClassName
{
border-color: #FC50DF;
}
.TagClassName
{
border-color: #FC50DF;
}
</style>