Shades of Pink Flamingo #FC64F5
Tints of Pink Flamingo #FC64F5
RGB
CMYK
RGB Variations
Color information
#FC64F5 (or 0xFC64F5) is known color: Pink Flamingo. HEX triplet: FC, 64 and F5. RGB value is (252,100,245). Sum of RGB (Red+Green+Blue) = 252+100+245=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 100 (39.45% from 255 or 16.75% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F5 is #039B0A. Grayscale: #A1A1A1. Windows color (decimal): -236299 or 16082172. OLE color: 16082172.
HSL color Cylindrical-coordinate representation of color #FC64F5: hue angle of 302.76º 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 #FC64F5 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 245 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.01 |
| HSL | 302.76º | 0.96% | 0.69% | - |
| HSV(B) | 302.76º | 0.6% | 0.99% | - |
| XYZ | 61.18 | 36.4 | 90.19 | - |
| YUV | 161.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 245 | 0 | 0.60 | 0.03 | 0.01 | 302.76 | 0.96 | 0.69 |
| Hex | FC | 64 | F5 | 0 | 3C | 3 | 1 | 12F | 60 | 45 |
| Octal | 374 | 144 | 365 | 0 | 74 | 3 | 1 | 457 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11110101 | 0 | 111100 | 11 | 1 | 100101111 | 1100000 | 1000101 |
Color Harmonies of #FC64F5
Complementary color
Monochromatic Colors of #FC64F5
Black with #FC64F5
Text Example
Text Example
White with #FC64F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64F5; }
p { color: rgb(252,100,245); }
H1.HeaderClassName
{
color: #FC64F5;
}
.AnyTagClassName
{
color: #FC64F5;
}
</style>
background-color css
<style>
a { background-color: #FC64F5; }
a { background-color: rgb(252,100,245); }
div.DivClassName
{
background-color: #FC64F5;
}
.BgClassName
{
background-color: #FC64F5;
}
</style>
border-color css
<style>
span { border-color: #FC64F5; }
span { border-color: rgb(252,100,245); }
td.TdClassName
{
border-color: #FC64F5;
}
.TagClassName
{
border-color: #FC64F5;
}
</style>