Shades of Pink Flamingo #FC64F9
Tints of Pink Flamingo #FC64F9
RGB
CMYK
RGB Variations
Color information
#FC64F9 (or 0xFC64F9) is known color: Pink Flamingo. HEX triplet: FC, 64 and F9. RGB value is (252,100,249). Sum of RGB (Red+Green+Blue) = 252+100+249=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 100 (39.45% from 255 or 16.64% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F9 is #039B06. Grayscale: #A1A1A1. Windows color (decimal): -236295 or 16344316. OLE color: 16344316.
HSL color Cylindrical-coordinate representation of color #FC64F9: hue angle of 301.18º 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 #FC64F9 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 249 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.01 |
| HSL | 301.18º | 0.96% | 0.69% | - |
| HSV(B) | 301.18º | 0.6% | 0.99% | - |
| XYZ | 61.8 | 36.65 | 93.44 | - |
| YUV | 162.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 249 | 0 | 0.60 | 0.01 | 0.01 | 301.18 | 0.96 | 0.69 |
| Hex | FC | 64 | F9 | 0 | 3C | 1 | 1 | 12D | 60 | 45 |
| Octal | 374 | 144 | 371 | 0 | 74 | 1 | 1 | 455 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11111001 | 0 | 111100 | 1 | 1 | 100101101 | 1100000 | 1000101 |
Color Harmonies of #FC64F9
Complementary color
Monochromatic Colors of #FC64F9
Black with #FC64F9
Text Example
Text Example
White with #FC64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64F9; }
p { color: rgb(252,100,249); }
H1.HeaderClassName
{
color: #FC64F9;
}
.AnyTagClassName
{
color: #FC64F9;
}
</style>
background-color css
<style>
a { background-color: #FC64F9; }
a { background-color: rgb(252,100,249); }
div.DivClassName
{
background-color: #FC64F9;
}
.BgClassName
{
background-color: #FC64F9;
}
</style>
border-color css
<style>
span { border-color: #FC64F9; }
span { border-color: rgb(252,100,249); }
td.TdClassName
{
border-color: #FC64F9;
}
.TagClassName
{
border-color: #FC64F9;
}
</style>