Shades of Pink Flamingo #FC50F2
Tints of Pink Flamingo #FC50F2
RGB
CMYK
RGB Variations
Color information
#FC50F2 (or 0xFC50F2) is known color: Pink Flamingo. HEX triplet: FC, 50 and F2. RGB value is (252,80,242). Sum of RGB (Red+Green+Blue) = 252+80+242=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F2 is #03AF0D. Grayscale: #959595. Windows color (decimal): -241422 or 15880444. OLE color: 15880444.
HSL color Cylindrical-coordinate representation of color #FC50F2: hue angle of 303.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50F2 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 242 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.01 |
| HSL | 303.49º | 0.97% | 0.65% | - |
| HSV(B) | 303.49º | 0.68% | 0.99% | - |
| XYZ | 59.04 | 32.84 | 87.23 | - |
| YUV | 149.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 242 | 0 | 0.68 | 0.04 | 0.01 | 303.49 | 0.97 | 0.65 |
| Hex | FC | 50 | F2 | 0 | 44 | 4 | 1 | 12F | 61 | 41 |
| Octal | 374 | 120 | 362 | 0 | 104 | 4 | 1 | 457 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11110010 | 0 | 1000100 | 100 | 1 | 100101111 | 1100001 | 1000001 |
Color Harmonies of #FC50F2
Complementary color
Monochromatic Colors of #FC50F2
Black with #FC50F2
Text Example
Text Example
White with #FC50F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50F2; }
p { color: rgb(252,80,242); }
H1.HeaderClassName
{
color: #FC50F2;
}
.AnyTagClassName
{
color: #FC50F2;
}
</style>
background-color css
<style>
a { background-color: #FC50F2; }
a { background-color: rgb(252,80,242); }
div.DivClassName
{
background-color: #FC50F2;
}
.BgClassName
{
background-color: #FC50F2;
}
</style>
border-color css
<style>
span { border-color: #FC50F2; }
span { border-color: rgb(252,80,242); }
td.TdClassName
{
border-color: #FC50F2;
}
.TagClassName
{
border-color: #FC50F2;
}
</style>