Shades of Pink Flamingo #FC64FF
Tints of Pink Flamingo #FC64FF
RGB
CMYK
RGB Variations
Color information
#FC64FF (or 0xFC64FF) is known color: Pink Flamingo. HEX triplet: FC, 64 and FF. RGB value is (252,100,255). Sum of RGB (Red+Green+Blue) = 252+100+255=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 100 (39.45% from 255 or 16.47% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64FF is #039B00. Grayscale: #A2A2A2. Windows color (decimal): -236289 or 16737532. OLE color: 16737532.
HSL color Cylindrical-coordinate representation of color #FC64FF: hue angle of 298.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC64FF is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 100 | 255 | - |
| CMYK | 0.01 | 0.61 | 0 | 0 |
| HSL | 298.84º | 1% | 0.7% | - |
| HSV(B) | 298.84º | 0.61% | 1% | - |
| XYZ | 62.75 | 37.03 | 98.45 | - |
| YUV | 163.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 255 | 0.01 | 0.61 | 0 | 0 | 298.84 | 1 | 0.7 |
| Hex | FC | 64 | FF | 1 | 3D | 0 | 0 | 12B | 64 | 46 |
| Octal | 374 | 144 | 377 | 1 | 75 | 0 | 0 | 453 | 144 | 106 |
| Binary | 11111100 | 1100100 | 11111111 | 1 | 111101 | 0 | 0 | 100101011 | 1100100 | 1000110 |
Color Harmonies of #FC64FF
Complementary color
Monochromatic Colors of #FC64FF
Black with #FC64FF
Text Example
Text Example
White with #FC64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64FF; }
p { color: rgb(252,100,255); }
H1.HeaderClassName
{
color: #FC64FF;
}
.AnyTagClassName
{
color: #FC64FF;
}
</style>
background-color css
<style>
a { background-color: #FC64FF; }
a { background-color: rgb(252,100,255); }
div.DivClassName
{
background-color: #FC64FF;
}
.BgClassName
{
background-color: #FC64FF;
}
</style>
border-color css
<style>
span { border-color: #FC64FF; }
span { border-color: rgb(252,100,255); }
td.TdClassName
{
border-color: #FC64FF;
}
.TagClassName
{
border-color: #FC64FF;
}
</style>