Shades of Pink Flamingo #FC64F4
Tints of Pink Flamingo #FC64F4
RGB
CMYK
RGB Variations
Color information
#FC64F4 (or 0xFC64F4) is known color: Pink Flamingo. HEX triplet: FC, 64 and F4. RGB value is (252,100,244). Sum of RGB (Red+Green+Blue) = 252+100+244=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 100 (39.45% from 255 or 16.78% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F4 is #039B0B. Grayscale: #A1A1A1. Windows color (decimal): -236300 or 16016636. OLE color: 16016636.
HSL color Cylindrical-coordinate representation of color #FC64F4: hue angle of 303.16º 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 #FC64F4 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 244 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.01 |
| HSL | 303.16º | 0.96% | 0.69% | - |
| HSV(B) | 303.16º | 0.6% | 0.99% | - |
| XYZ | 61.03 | 36.34 | 89.39 | - |
| YUV | 161.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 244 | 0 | 0.60 | 0.03 | 0.01 | 303.16 | 0.96 | 0.69 |
| Hex | FC | 64 | F4 | 0 | 3C | 3 | 1 | 12F | 60 | 45 |
| Octal | 374 | 144 | 364 | 0 | 74 | 3 | 1 | 457 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11110100 | 0 | 111100 | 11 | 1 | 100101111 | 1100000 | 1000101 |
Color Harmonies of #FC64F4
Complementary color
Monochromatic Colors of #FC64F4
Black with #FC64F4
Text Example
Text Example
White with #FC64F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64F4; }
p { color: rgb(252,100,244); }
H1.HeaderClassName
{
color: #FC64F4;
}
.AnyTagClassName
{
color: #FC64F4;
}
</style>
background-color css
<style>
a { background-color: #FC64F4; }
a { background-color: rgb(252,100,244); }
div.DivClassName
{
background-color: #FC64F4;
}
.BgClassName
{
background-color: #FC64F4;
}
</style>
border-color css
<style>
span { border-color: #FC64F4; }
span { border-color: rgb(252,100,244); }
td.TdClassName
{
border-color: #FC64F4;
}
.TagClassName
{
border-color: #FC64F4;
}
</style>