Shades of Pink Flamingo #FC66FA
Tints of Pink Flamingo #FC66FA
RGB
CMYK
RGB Variations
Color information
#FC66FA (or 0xFC66FA) is known color: Pink Flamingo. HEX triplet: FC, 66 and FA. RGB value is (252,102,250). Sum of RGB (Red+Green+Blue) = 252+102+250=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 102 (40.23% from 255 or 16.89% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66FA is #039905. Grayscale: #A3A3A3. Windows color (decimal): -235782 or 16410364. OLE color: 16410364.
HSL color Cylindrical-coordinate representation of color #FC66FA: hue angle of 300.8º 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 #FC66FA is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 250 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.01 |
| HSL | 300.8º | 0.96% | 0.69% | - |
| HSV(B) | 300.8º | 0.6% | 0.99% | - |
| XYZ | 62.15 | 37.1 | 94.33 | - |
| YUV | 163.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 250 | 0 | 0.60 | 0.01 | 0.01 | 300.8 | 0.96 | 0.69 |
| Hex | FC | 66 | FA | 0 | 3C | 1 | 1 | 12D | 60 | 45 |
| Octal | 374 | 146 | 372 | 0 | 74 | 1 | 1 | 455 | 140 | 105 |
| Binary | 11111100 | 1100110 | 11111010 | 0 | 111100 | 1 | 1 | 100101101 | 1100000 | 1000101 |
Color Harmonies of #FC66FA
Complementary color
Monochromatic Colors of #FC66FA
Black with #FC66FA
Text Example
Text Example
White with #FC66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66FA; }
p { color: rgb(252,102,250); }
H1.HeaderClassName
{
color: #FC66FA;
}
.AnyTagClassName
{
color: #FC66FA;
}
</style>
background-color css
<style>
a { background-color: #FC66FA; }
a { background-color: rgb(252,102,250); }
div.DivClassName
{
background-color: #FC66FA;
}
.BgClassName
{
background-color: #FC66FA;
}
</style>
border-color css
<style>
span { border-color: #FC66FA; }
span { border-color: rgb(252,102,250); }
td.TdClassName
{
border-color: #FC66FA;
}
.TagClassName
{
border-color: #FC66FA;
}
</style>