Shades of Pink Flamingo #FC64FB
Tints of Pink Flamingo #FC64FB
RGB
CMYK
RGB Variations
Color information
#FC64FB (or 0xFC64FB) is known color: Pink Flamingo. HEX triplet: FC, 64 and FB. RGB value is (252,100,251). Sum of RGB (Red+Green+Blue) = 252+100+251=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 100 (39.45% from 255 or 16.58% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64FB is #039B04. Grayscale: #A2A2A2. Windows color (decimal): -236293 or 16475388. OLE color: 16475388.
HSL color Cylindrical-coordinate representation of color #FC64FB: hue angle of 300.39º 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 #FC64FB is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 251 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.01 |
| HSL | 300.39º | 0.96% | 0.69% | - |
| HSV(B) | 300.39º | 0.6% | 0.99% | - |
| XYZ | 62.11 | 36.77 | 95.09 | - |
| YUV | 162.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 251 | 0 | 0.60 | 0.00 | 0.01 | 300.39 | 0.96 | 0.69 |
| Hex | FC | 64 | FB | 0 | 3C | 0 | 1 | 12C | 60 | 45 |
| Octal | 374 | 144 | 373 | 0 | 74 | 0 | 1 | 454 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11111011 | 0 | 111100 | 0 | 1 | 100101100 | 1100000 | 1000101 |
Color Harmonies of #FC64FB
Complementary color
Monochromatic Colors of #FC64FB
Black with #FC64FB
Text Example
Text Example
White with #FC64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64FB; }
p { color: rgb(252,100,251); }
H1.HeaderClassName
{
color: #FC64FB;
}
.AnyTagClassName
{
color: #FC64FB;
}
</style>
background-color css
<style>
a { background-color: #FC64FB; }
a { background-color: rgb(252,100,251); }
div.DivClassName
{
background-color: #FC64FB;
}
.BgClassName
{
background-color: #FC64FB;
}
</style>
border-color css
<style>
span { border-color: #FC64FB; }
span { border-color: rgb(252,100,251); }
td.TdClassName
{
border-color: #FC64FB;
}
.TagClassName
{
border-color: #FC64FB;
}
</style>