Shades of Pink Flamingo #FC54F2
Tints of Pink Flamingo #FC54F2
RGB
CMYK
RGB Variations
Color information
#FC54F2 (or 0xFC54F2) is known color: Pink Flamingo. HEX triplet: FC, 54 and F2. RGB value is (252,84,242). Sum of RGB (Red+Green+Blue) = 252+84+242=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 84 (33.20% from 255 or 14.53% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54F2 is #03AB0D. Grayscale: #979797. Windows color (decimal): -240398 or 15881468. OLE color: 15881468.
HSL color Cylindrical-coordinate representation of color #FC54F2: hue angle of 303.57º 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 #FC54F2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 242 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.01 |
| HSL | 303.57º | 0.97% | 0.66% | - |
| HSV(B) | 303.57º | 0.67% | 0.99% | - |
| XYZ | 59.34 | 33.45 | 87.33 | - |
| YUV | 152.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 242 | 0 | 0.67 | 0.04 | 0.01 | 303.57 | 0.97 | 0.66 |
| Hex | FC | 54 | F2 | 0 | 43 | 4 | 1 | 130 | 61 | 42 |
| Octal | 374 | 124 | 362 | 0 | 103 | 4 | 1 | 460 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11110010 | 0 | 1000011 | 100 | 1 | 100110000 | 1100001 | 1000010 |
Color Harmonies of #FC54F2
Complementary color
Monochromatic Colors of #FC54F2
Black with #FC54F2
Text Example
Text Example
White with #FC54F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54F2; }
p { color: rgb(252,84,242); }
H1.HeaderClassName
{
color: #FC54F2;
}
.AnyTagClassName
{
color: #FC54F2;
}
</style>
background-color css
<style>
a { background-color: #FC54F2; }
a { background-color: rgb(252,84,242); }
div.DivClassName
{
background-color: #FC54F2;
}
.BgClassName
{
background-color: #FC54F2;
}
</style>
border-color css
<style>
span { border-color: #FC54F2; }
span { border-color: rgb(252,84,242); }
td.TdClassName
{
border-color: #FC54F2;
}
.TagClassName
{
border-color: #FC54F2;
}
</style>