Shades of Pink Flamingo #FC50FF
Tints of Pink Flamingo #FC50FF
RGB
CMYK
RGB Variations
Color information
#FC50FF (or 0xFC50FF) is known color: Pink Flamingo. HEX triplet: FC, 50 and FF. RGB value is (252,80,255). Sum of RGB (Red+Green+Blue) = 252+80+255=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 80 (31.64% from 255 or 13.63% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50FF is #03AF00. Grayscale: #969696. Windows color (decimal): -241409 or 16732412. OLE color: 16732412.
HSL color Cylindrical-coordinate representation of color #FC50FF: hue angle of 298.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC50FF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 80 | 255 | - |
| CMYK | 0.01 | 0.69 | 0 | 0 |
| HSL | 298.97º | 1% | 0.66% | - |
| HSV(B) | 298.97º | 0.69% | 1% | - |
| XYZ | 61.06 | 33.65 | 97.88 | - |
| YUV | 151.38 | 186.48 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 255 | 0.01 | 0.69 | 0 | 0 | 298.97 | 1 | 0.66 |
| Hex | FC | 50 | FF | 1 | 45 | 0 | 0 | 12B | 64 | 42 |
| Octal | 374 | 120 | 377 | 1 | 105 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111100 | 1010000 | 11111111 | 1 | 1000101 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FC50FF
Complementary color
Monochromatic Colors of #FC50FF
Black with #FC50FF
Text Example
Text Example
White with #FC50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50FF; }
p { color: rgb(252,80,255); }
H1.HeaderClassName
{
color: #FC50FF;
}
.AnyTagClassName
{
color: #FC50FF;
}
</style>
background-color css
<style>
a { background-color: #FC50FF; }
a { background-color: rgb(252,80,255); }
div.DivClassName
{
background-color: #FC50FF;
}
.BgClassName
{
background-color: #FC50FF;
}
</style>
border-color css
<style>
span { border-color: #FC50FF; }
span { border-color: rgb(252,80,255); }
td.TdClassName
{
border-color: #FC50FF;
}
.TagClassName
{
border-color: #FC50FF;
}
</style>