Shades of Pink Flamingo #FC66F2
Tints of Pink Flamingo #FC66F2
RGB
CMYK
RGB Variations
Color information
#FC66F2 (or 0xFC66F2) is known color: Pink Flamingo. HEX triplet: FC, 66 and F2. RGB value is (252,102,242). Sum of RGB (Red+Green+Blue) = 252+102+242=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66F2 is #03990D. Grayscale: #A2A2A2. Windows color (decimal): -235790 or 15886076. OLE color: 15886076.
HSL color Cylindrical-coordinate representation of color #FC66F2: hue angle of 304º 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 #FC66F2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 242 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.01 |
| HSL | 304º | 0.96% | 0.69% | - |
| HSV(B) | 304º | 0.6% | 0.99% | - |
| XYZ | 60.92 | 36.61 | 87.86 | - |
| YUV | 162.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 242 | 0 | 0.60 | 0.04 | 0.01 | 304 | 0.96 | 0.69 |
| Hex | FC | 66 | F2 | 0 | 3C | 4 | 1 | 130 | 60 | 45 |
| Octal | 374 | 146 | 362 | 0 | 74 | 4 | 1 | 460 | 140 | 105 |
| Binary | 11111100 | 1100110 | 11110010 | 0 | 111100 | 100 | 1 | 100110000 | 1100000 | 1000101 |
Color Harmonies of #FC66F2
Complementary color
Monochromatic Colors of #FC66F2
Black with #FC66F2
Text Example
Text Example
White with #FC66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66F2; }
p { color: rgb(252,102,242); }
H1.HeaderClassName
{
color: #FC66F2;
}
.AnyTagClassName
{
color: #FC66F2;
}
</style>
background-color css
<style>
a { background-color: #FC66F2; }
a { background-color: rgb(252,102,242); }
div.DivClassName
{
background-color: #FC66F2;
}
.BgClassName
{
background-color: #FC66F2;
}
</style>
border-color css
<style>
span { border-color: #FC66F2; }
span { border-color: rgb(252,102,242); }
td.TdClassName
{
border-color: #FC66F2;
}
.TagClassName
{
border-color: #FC66F2;
}
</style>