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