Shades of Pink Flamingo #FC66F0
Tints of Pink Flamingo #FC66F0
RGB
CMYK
RGB Variations
Color information
#FC66F0 (or 0xFC66F0) is known color: Pink Flamingo. HEX triplet: FC, 66 and F0. RGB value is (252,102,240). Sum of RGB (Red+Green+Blue) = 252+102+240=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66F0 is #03990F. Grayscale: #A2A2A2. Windows color (decimal): -235792 or 15755004. OLE color: 15755004.
HSL color Cylindrical-coordinate representation of color #FC66F0: hue angle of 304.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 #FC66F0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 240 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.01 |
| HSL | 304.8º | 0.96% | 0.69% | - |
| HSV(B) | 304.8º | 0.6% | 0.99% | - |
| XYZ | 60.62 | 36.49 | 86.29 | - |
| YUV | 162.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 240 | 0 | 0.60 | 0.05 | 0.01 | 304.8 | 0.96 | 0.69 |
| Hex | FC | 66 | F0 | 0 | 3C | 5 | 1 | 131 | 60 | 45 |
| Octal | 374 | 146 | 360 | 0 | 74 | 5 | 1 | 461 | 140 | 105 |
| Binary | 11111100 | 1100110 | 11110000 | 0 | 111100 | 101 | 1 | 100110001 | 1100000 | 1000101 |
Color Harmonies of #FC66F0
Complementary color
Monochromatic Colors of #FC66F0
Black with #FC66F0
Text Example
Text Example
White with #FC66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66F0; }
p { color: rgb(252,102,240); }
H1.HeaderClassName
{
color: #FC66F0;
}
.AnyTagClassName
{
color: #FC66F0;
}
</style>
background-color css
<style>
a { background-color: #FC66F0; }
a { background-color: rgb(252,102,240); }
div.DivClassName
{
background-color: #FC66F0;
}
.BgClassName
{
background-color: #FC66F0;
}
</style>
border-color css
<style>
span { border-color: #FC66F0; }
span { border-color: rgb(252,102,240); }
td.TdClassName
{
border-color: #FC66F0;
}
.TagClassName
{
border-color: #FC66F0;
}
</style>