Shades of Pink Flamingo #FC50FB
Tints of Pink Flamingo #FC50FB
RGB
CMYK
RGB Variations
Color information
#FC50FB (or 0xFC50FB) is known color: Pink Flamingo. HEX triplet: FC, 50 and FB. RGB value is (252,80,251). Sum of RGB (Red+Green+Blue) = 252+80+251=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 80 (31.64% from 255 or 13.72% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50FB is #03AF04. Grayscale: #969696. Windows color (decimal): -241413 or 16470268. OLE color: 16470268.
HSL color Cylindrical-coordinate representation of color #FC50FB: hue angle of 300.35º 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 #FC50FB is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 251 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.01 |
| HSL | 300.35º | 0.97% | 0.65% | - |
| HSV(B) | 300.35º | 0.68% | 0.99% | - |
| XYZ | 60.43 | 33.4 | 94.53 | - |
| YUV | 150.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 251 | 0 | 0.68 | 0.00 | 0.01 | 300.35 | 0.97 | 0.65 |
| Hex | FC | 50 | FB | 0 | 44 | 0 | 1 | 12C | 61 | 41 |
| Octal | 374 | 120 | 373 | 0 | 104 | 0 | 1 | 454 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11111011 | 0 | 1000100 | 0 | 1 | 100101100 | 1100001 | 1000001 |
Color Harmonies of #FC50FB
Complementary color
Monochromatic Colors of #FC50FB
Black with #FC50FB
Text Example
Text Example
White with #FC50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50FB; }
p { color: rgb(252,80,251); }
H1.HeaderClassName
{
color: #FC50FB;
}
.AnyTagClassName
{
color: #FC50FB;
}
</style>
background-color css
<style>
a { background-color: #FC50FB; }
a { background-color: rgb(252,80,251); }
div.DivClassName
{
background-color: #FC50FB;
}
.BgClassName
{
background-color: #FC50FB;
}
</style>
border-color css
<style>
span { border-color: #FC50FB; }
span { border-color: rgb(252,80,251); }
td.TdClassName
{
border-color: #FC50FB;
}
.TagClassName
{
border-color: #FC50FB;
}
</style>