Shades of Pink Flamingo #FC64F3
Tints of Pink Flamingo #FC64F3
RGB
CMYK
RGB Variations
Color information
#FC64F3 (or 0xFC64F3) is known color: Pink Flamingo. HEX triplet: FC, 64 and F3. RGB value is (252,100,243). Sum of RGB (Red+Green+Blue) = 252+100+243=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F3 is #039B0C. Grayscale: #A1A1A1. Windows color (decimal): -236301 or 15951100. OLE color: 15951100.
HSL color Cylindrical-coordinate representation of color #FC64F3: hue angle of 303.55º 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 #FC64F3 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 243 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.01 |
| HSL | 303.55º | 0.96% | 0.69% | - |
| HSV(B) | 303.55º | 0.6% | 0.99% | - |
| XYZ | 60.88 | 36.28 | 88.59 | - |
| YUV | 161.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 243 | 0 | 0.60 | 0.04 | 0.01 | 303.55 | 0.96 | 0.69 |
| Hex | FC | 64 | F3 | 0 | 3C | 4 | 1 | 130 | 60 | 45 |
| Octal | 374 | 144 | 363 | 0 | 74 | 4 | 1 | 460 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11110011 | 0 | 111100 | 100 | 1 | 100110000 | 1100000 | 1000101 |
Color Harmonies of #FC64F3
Complementary color
Monochromatic Colors of #FC64F3
Black with #FC64F3
Text Example
Text Example
White with #FC64F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64F3; }
p { color: rgb(252,100,243); }
H1.HeaderClassName
{
color: #FC64F3;
}
.AnyTagClassName
{
color: #FC64F3;
}
</style>
background-color css
<style>
a { background-color: #FC64F3; }
a { background-color: rgb(252,100,243); }
div.DivClassName
{
background-color: #FC64F3;
}
.BgClassName
{
background-color: #FC64F3;
}
</style>
border-color css
<style>
span { border-color: #FC64F3; }
span { border-color: rgb(252,100,243); }
td.TdClassName
{
border-color: #FC64F3;
}
.TagClassName
{
border-color: #FC64F3;
}
</style>