Html Css Color HEX #FC55DF Free Speech Magenta
📋 copy color: '#FC55DF'red 252 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #FC55DF
Tints of Free Speech Magenta #FC55DF
RGB
CMYK
RGB Variations
Color information
#FC55DF (or 0xFC55DF) is known color: Free Speech Magenta. HEX triplet: FC, 55 and DF. RGB value is (252,85,223). Sum of RGB (Red+Green+Blue) = 252+85+223=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55DF is #03AA20. Grayscale: #969696. Windows color (decimal): -240161 or 14636540. OLE color: 14636540.
HSL color Cylindrical-coordinate representation of color #FC55DF: hue angle of 310.42º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55DF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 223 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.01 |
| HSL | 310.42º | 0.97% | 0.66% | - |
| HSV(B) | 310.42º | 0.66% | 0.99% | - |
| XYZ | 56.71 | 32.52 | 73.1 | - |
| YUV | 150.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 223 | 0 | 0.66 | 0.12 | 0.01 | 310.42 | 0.97 | 0.66 |
| Hex | FC | 55 | DF | 0 | 42 | C | 1 | 136 | 61 | 42 |
| Octal | 374 | 125 | 337 | 0 | 102 | 14 | 1 | 466 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11011111 | 0 | 1000010 | 1100 | 1 | 100110110 | 1100001 | 1000010 |
Color Harmonies of #FC55DF
Complementary color
Monochromatic Colors of #FC55DF
Black with #FC55DF
Text Example
Text Example
White with #FC55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55DF; }
p { color: rgb(252,85,223); }
H1.HeaderClassName
{
color: #FC55DF;
}
.AnyTagClassName
{
color: #FC55DF;
}
</style>
background-color css
<style>
a { background-color: #FC55DF; }
a { background-color: rgb(252,85,223); }
div.DivClassName
{
background-color: #FC55DF;
}
.BgClassName
{
background-color: #FC55DF;
}
</style>
border-color css
<style>
span { border-color: #FC55DF; }
span { border-color: rgb(252,85,223); }
td.TdClassName
{
border-color: #FC55DF;
}
.TagClassName
{
border-color: #FC55DF;
}
</style>