Shades of Pink Flamingo #FC54EE
Tints of Pink Flamingo #FC54EE
RGB
CMYK
RGB Variations
Color information
#FC54EE (or 0xFC54EE) is known color: Pink Flamingo. HEX triplet: FC, 54 and EE. RGB value is (252,84,238). Sum of RGB (Red+Green+Blue) = 252+84+238=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54EE is #03AB11. Grayscale: #979797. Windows color (decimal): -240402 or 15619324. OLE color: 15619324.
HSL color Cylindrical-coordinate representation of color #FC54EE: hue angle of 305º 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 #FC54EE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 238 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.01 |
| HSL | 305º | 0.97% | 0.66% | - |
| HSV(B) | 305º | 0.67% | 0.99% | - |
| XYZ | 58.75 | 33.21 | 84.2 | - |
| YUV | 151.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 238 | 0 | 0.67 | 0.06 | 0.01 | 305 | 0.97 | 0.66 |
| Hex | FC | 54 | EE | 0 | 43 | 6 | 1 | 131 | 61 | 42 |
| Octal | 374 | 124 | 356 | 0 | 103 | 6 | 1 | 461 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11101110 | 0 | 1000011 | 110 | 1 | 100110001 | 1100001 | 1000010 |
Color Harmonies of #FC54EE
Complementary color
Monochromatic Colors of #FC54EE
Black with #FC54EE
Text Example
Text Example
White with #FC54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54EE; }
p { color: rgb(252,84,238); }
H1.HeaderClassName
{
color: #FC54EE;
}
.AnyTagClassName
{
color: #FC54EE;
}
</style>
background-color css
<style>
a { background-color: #FC54EE; }
a { background-color: rgb(252,84,238); }
div.DivClassName
{
background-color: #FC54EE;
}
.BgClassName
{
background-color: #FC54EE;
}
</style>
border-color css
<style>
span { border-color: #FC54EE; }
span { border-color: rgb(252,84,238); }
td.TdClassName
{
border-color: #FC54EE;
}
.TagClassName
{
border-color: #FC54EE;
}
</style>