Shades of Pink Flamingo #FC66F5
Tints of Pink Flamingo #FC66F5
RGB
CMYK
RGB Variations
Color information
#FC66F5 (or 0xFC66F5) is known color: Pink Flamingo. HEX triplet: FC, 66 and F5. RGB value is (252,102,245). Sum of RGB (Red+Green+Blue) = 252+102+245=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66F5 is #03990A. Grayscale: #A2A2A2. Windows color (decimal): -235787 or 16082684. OLE color: 16082684.
HSL color Cylindrical-coordinate representation of color #FC66F5: hue angle of 302.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 #FC66F5 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 245 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.01 |
| HSL | 302.8º | 0.96% | 0.69% | - |
| HSV(B) | 302.8º | 0.6% | 0.99% | - |
| XYZ | 61.38 | 36.79 | 90.25 | - |
| YUV | 163.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 245 | 0 | 0.60 | 0.03 | 0.01 | 302.8 | 0.96 | 0.69 |
| Hex | FC | 66 | F5 | 0 | 3C | 3 | 1 | 12F | 60 | 45 |
| Octal | 374 | 146 | 365 | 0 | 74 | 3 | 1 | 457 | 140 | 105 |
| Binary | 11111100 | 1100110 | 11110101 | 0 | 111100 | 11 | 1 | 100101111 | 1100000 | 1000101 |
Color Harmonies of #FC66F5
Complementary color
Monochromatic Colors of #FC66F5
Black with #FC66F5
Text Example
Text Example
White with #FC66F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66F5; }
p { color: rgb(252,102,245); }
H1.HeaderClassName
{
color: #FC66F5;
}
.AnyTagClassName
{
color: #FC66F5;
}
</style>
background-color css
<style>
a { background-color: #FC66F5; }
a { background-color: rgb(252,102,245); }
div.DivClassName
{
background-color: #FC66F5;
}
.BgClassName
{
background-color: #FC66F5;
}
</style>
border-color css
<style>
span { border-color: #FC66F5; }
span { border-color: rgb(252,102,245); }
td.TdClassName
{
border-color: #FC66F5;
}
.TagClassName
{
border-color: #FC66F5;
}
</style>