Html Css Color HEX #FC65DE Free Speech Magenta
📋 copy color: '#FC65DE'red 252 ◦ green 101 ◦ blue 222
Shades of Free Speech Magenta #FC65DE
Tints of Free Speech Magenta #FC65DE
RGB
CMYK
RGB Variations
Color information
#FC65DE (or 0xFC65DE) is known color: Free Speech Magenta. HEX triplet: FC, 65 and DE. RGB value is (252,101,222). Sum of RGB (Red+Green+Blue) = 252+101+222=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65DE is #039A21. Grayscale: #9F9F9F. Windows color (decimal): -236066 or 14575100. OLE color: 14575100.
HSL color Cylindrical-coordinate representation of color #FC65DE: hue angle of 311.92º 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 #FC65DE is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 222 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.01 |
| HSL | 311.92º | 0.96% | 0.69% | - |
| HSV(B) | 311.92º | 0.6% | 0.99% | - |
| XYZ | 57.98 | 35.28 | 72.86 | - |
| YUV | 159.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 222 | 0 | 0.60 | 0.12 | 0.01 | 311.92 | 0.96 | 0.69 |
| Hex | FC | 65 | DE | 0 | 3C | C | 1 | 138 | 60 | 45 |
| Octal | 374 | 145 | 336 | 0 | 74 | 14 | 1 | 470 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11011110 | 0 | 111100 | 1100 | 1 | 100111000 | 1100000 | 1000101 |
Color Harmonies of #FC65DE
Complementary color
Monochromatic Colors of #FC65DE
Black with #FC65DE
Text Example
Text Example
White with #FC65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65DE; }
p { color: rgb(252,101,222); }
H1.HeaderClassName
{
color: #FC65DE;
}
.AnyTagClassName
{
color: #FC65DE;
}
</style>
background-color css
<style>
a { background-color: #FC65DE; }
a { background-color: rgb(252,101,222); }
div.DivClassName
{
background-color: #FC65DE;
}
.BgClassName
{
background-color: #FC65DE;
}
</style>
border-color css
<style>
span { border-color: #FC65DE; }
span { border-color: rgb(252,101,222); }
td.TdClassName
{
border-color: #FC65DE;
}
.TagClassName
{
border-color: #FC65DE;
}
</style>