Shades of Pink Flamingo #FC54EF
Tints of Pink Flamingo #FC54EF
RGB
CMYK
RGB Variations
Color information
#FC54EF (or 0xFC54EF) is known color: Pink Flamingo. HEX triplet: FC, 54 and EF. RGB value is (252,84,239). Sum of RGB (Red+Green+Blue) = 252+84+239=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54EF is #03AB10. Grayscale: #979797. Windows color (decimal): -240401 or 15684860. OLE color: 15684860.
HSL color Cylindrical-coordinate representation of color #FC54EF: hue angle of 304.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54EF is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 239 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.01 |
| HSL | 304.64º | 0.97% | 0.66% | - |
| HSV(B) | 304.64º | 0.67% | 0.99% | - |
| XYZ | 58.9 | 33.27 | 84.98 | - |
| YUV | 151.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 239 | 0 | 0.67 | 0.05 | 0.01 | 304.64 | 0.97 | 0.66 |
| Hex | FC | 54 | EF | 0 | 43 | 5 | 1 | 131 | 61 | 42 |
| Octal | 374 | 124 | 357 | 0 | 103 | 5 | 1 | 461 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11101111 | 0 | 1000011 | 101 | 1 | 100110001 | 1100001 | 1000010 |
Color Harmonies of #FC54EF
Complementary color
Monochromatic Colors of #FC54EF
Black with #FC54EF
Text Example
Text Example
White with #FC54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54EF; }
p { color: rgb(252,84,239); }
H1.HeaderClassName
{
color: #FC54EF;
}
.AnyTagClassName
{
color: #FC54EF;
}
</style>
background-color css
<style>
a { background-color: #FC54EF; }
a { background-color: rgb(252,84,239); }
div.DivClassName
{
background-color: #FC54EF;
}
.BgClassName
{
background-color: #FC54EF;
}
</style>
border-color css
<style>
span { border-color: #FC54EF; }
span { border-color: rgb(252,84,239); }
td.TdClassName
{
border-color: #FC54EF;
}
.TagClassName
{
border-color: #FC54EF;
}
</style>