Shades of Pink Flamingo #FC4DF7
Tints of Pink Flamingo #FC4DF7
RGB
CMYK
RGB Variations
Color information
#FC4DF7 (or 0xFC4DF7) is known color: Pink Flamingo. HEX triplet: FC, 4D and F7. RGB value is (252,77,247). Sum of RGB (Red+Green+Blue) = 252+77+247=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DF7 is #03B208. Grayscale: #949494. Windows color (decimal): -242185 or 16207356. OLE color: 16207356.
HSL color Cylindrical-coordinate representation of color #FC4DF7: hue angle of 301.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4DF7 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 247 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.01 |
| HSL | 301.71º | 0.97% | 0.65% | - |
| HSV(B) | 301.71º | 0.69% | 0.99% | - |
| XYZ | 59.59 | 32.72 | 91.17 | - |
| YUV | 148.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 247 | 0 | 0.69 | 0.02 | 0.01 | 301.71 | 0.97 | 0.65 |
| Hex | FC | 4D | F7 | 0 | 45 | 2 | 1 | 12E | 61 | 41 |
| Octal | 374 | 115 | 367 | 0 | 105 | 2 | 1 | 456 | 141 | 101 |
| Binary | 11111100 | 1001101 | 11110111 | 0 | 1000101 | 10 | 1 | 100101110 | 1100001 | 1000001 |
Color Harmonies of #FC4DF7
Complementary color
Monochromatic Colors of #FC4DF7
Black with #FC4DF7
Text Example
Text Example
White with #FC4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DF7; }
p { color: rgb(252,77,247); }
H1.HeaderClassName
{
color: #FC4DF7;
}
.AnyTagClassName
{
color: #FC4DF7;
}
</style>
background-color css
<style>
a { background-color: #FC4DF7; }
a { background-color: rgb(252,77,247); }
div.DivClassName
{
background-color: #FC4DF7;
}
.BgClassName
{
background-color: #FC4DF7;
}
</style>
border-color css
<style>
span { border-color: #FC4DF7; }
span { border-color: rgb(252,77,247); }
td.TdClassName
{
border-color: #FC4DF7;
}
.TagClassName
{
border-color: #FC4DF7;
}
</style>