Shades of Pink Flamingo #FC4EF2
Tints of Pink Flamingo #FC4EF2
RGB
CMYK
RGB Variations
Color information
#FC4EF2 (or 0xFC4EF2) is known color: Pink Flamingo. HEX triplet: FC, 4E and F2. RGB value is (252,78,242). Sum of RGB (Red+Green+Blue) = 252+78+242=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 78 (30.86% from 255 or 13.64% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4EF2 is #03B10D. Grayscale: #949494. Windows color (decimal): -241934 or 15879932. OLE color: 15879932.
HSL color Cylindrical-coordinate representation of color #FC4EF2: hue angle of 303.45º 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 #FC4EF2 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 242 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.01 |
| HSL | 303.45º | 0.97% | 0.65% | - |
| HSV(B) | 303.45º | 0.69% | 0.99% | - |
| XYZ | 58.9 | 32.56 | 87.18 | - |
| YUV | 148.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 242 | 0 | 0.69 | 0.04 | 0.01 | 303.45 | 0.97 | 0.65 |
| Hex | FC | 4E | F2 | 0 | 45 | 4 | 1 | 12F | 61 | 41 |
| Octal | 374 | 116 | 362 | 0 | 105 | 4 | 1 | 457 | 141 | 101 |
| Binary | 11111100 | 1001110 | 11110010 | 0 | 1000101 | 100 | 1 | 100101111 | 1100001 | 1000001 |
Color Harmonies of #FC4EF2
Complementary color
Monochromatic Colors of #FC4EF2
Black with #FC4EF2
Text Example
Text Example
White with #FC4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4EF2; }
p { color: rgb(252,78,242); }
H1.HeaderClassName
{
color: #FC4EF2;
}
.AnyTagClassName
{
color: #FC4EF2;
}
</style>
background-color css
<style>
a { background-color: #FC4EF2; }
a { background-color: rgb(252,78,242); }
div.DivClassName
{
background-color: #FC4EF2;
}
.BgClassName
{
background-color: #FC4EF2;
}
</style>
border-color css
<style>
span { border-color: #FC4EF2; }
span { border-color: rgb(252,78,242); }
td.TdClassName
{
border-color: #FC4EF2;
}
.TagClassName
{
border-color: #FC4EF2;
}
</style>