Shades of Pink Flamingo #FC64F6
Tints of Pink Flamingo #FC64F6
RGB
CMYK
RGB Variations
Color information
#FC64F6 (or 0xFC64F6) is known color: Pink Flamingo. HEX triplet: FC, 64 and F6. RGB value is (252,100,246). Sum of RGB (Red+Green+Blue) = 252+100+246=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 100 (39.45% from 255 or 16.72% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F6 is #039B09. Grayscale: #A1A1A1. Windows color (decimal): -236298 or 16147708. OLE color: 16147708.
HSL color Cylindrical-coordinate representation of color #FC64F6: hue angle of 302.37º 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 #FC64F6 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 246 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.01 |
| HSL | 302.37º | 0.96% | 0.69% | - |
| HSV(B) | 302.37º | 0.6% | 0.99% | - |
| XYZ | 61.34 | 36.46 | 90.99 | - |
| YUV | 162.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 246 | 0 | 0.60 | 0.02 | 0.01 | 302.37 | 0.96 | 0.69 |
| Hex | FC | 64 | F6 | 0 | 3C | 2 | 1 | 12E | 60 | 45 |
| Octal | 374 | 144 | 366 | 0 | 74 | 2 | 1 | 456 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11110110 | 0 | 111100 | 10 | 1 | 100101110 | 1100000 | 1000101 |
Color Harmonies of #FC64F6
Complementary color
Monochromatic Colors of #FC64F6
Black with #FC64F6
Text Example
Text Example
White with #FC64F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64F6; }
p { color: rgb(252,100,246); }
H1.HeaderClassName
{
color: #FC64F6;
}
.AnyTagClassName
{
color: #FC64F6;
}
</style>
background-color css
<style>
a { background-color: #FC64F6; }
a { background-color: rgb(252,100,246); }
div.DivClassName
{
background-color: #FC64F6;
}
.BgClassName
{
background-color: #FC64F6;
}
</style>
border-color css
<style>
span { border-color: #FC64F6; }
span { border-color: rgb(252,100,246); }
td.TdClassName
{
border-color: #FC64F6;
}
.TagClassName
{
border-color: #FC64F6;
}
</style>