Shades of Pink Flamingo #FC54FF
Tints of Pink Flamingo #FC54FF
RGB
CMYK
RGB Variations
Color information
#FC54FF (or 0xFC54FF) is known color: Pink Flamingo. HEX triplet: FC, 54 and FF. RGB value is (252,84,255). Sum of RGB (Red+Green+Blue) = 252+84+255=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 84 (33.20% from 255 or 14.21% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54FF is #03AB00. Grayscale: #999999. Windows color (decimal): -240385 or 16733436. OLE color: 16733436.
HSL color Cylindrical-coordinate representation of color #FC54FF: hue angle of 298.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54FF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 84 | 255 | - |
| CMYK | 0.01 | 0.67 | 0 | 0 |
| HSL | 298.95º | 1% | 0.66% | - |
| HSV(B) | 298.95º | 0.67% | 1% | - |
| XYZ | 61.37 | 34.26 | 97.99 | - |
| YUV | 153.73 | 185.16 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 255 | 0.01 | 0.67 | 0 | 0 | 298.95 | 1 | 0.66 |
| Hex | FC | 54 | FF | 1 | 43 | 0 | 0 | 12B | 64 | 42 |
| Octal | 374 | 124 | 377 | 1 | 103 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111100 | 1010100 | 11111111 | 1 | 1000011 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FC54FF
Complementary color
Monochromatic Colors of #FC54FF
Black with #FC54FF
Text Example
Text Example
White with #FC54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54FF; }
p { color: rgb(252,84,255); }
H1.HeaderClassName
{
color: #FC54FF;
}
.AnyTagClassName
{
color: #FC54FF;
}
</style>
background-color css
<style>
a { background-color: #FC54FF; }
a { background-color: rgb(252,84,255); }
div.DivClassName
{
background-color: #FC54FF;
}
.BgClassName
{
background-color: #FC54FF;
}
</style>
border-color css
<style>
span { border-color: #FC54FF; }
span { border-color: rgb(252,84,255); }
td.TdClassName
{
border-color: #FC54FF;
}
.TagClassName
{
border-color: #FC54FF;
}
</style>