Shades of Pink Flamingo #FC54F4
Tints of Pink Flamingo #FC54F4
RGB
CMYK
RGB Variations
Color information
#FC54F4 (or 0xFC54F4) is known color: Pink Flamingo. HEX triplet: FC, 54 and F4. RGB value is (252,84,244). Sum of RGB (Red+Green+Blue) = 252+84+244=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 84 (33.20% from 255 or 14.48% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54F4 is #03AB0B. Grayscale: #989898. Windows color (decimal): -240396 or 16012540. OLE color: 16012540.
HSL color Cylindrical-coordinate representation of color #FC54F4: hue angle of 302.86º 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 #FC54F4 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 244 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.01 |
| HSL | 302.86º | 0.97% | 0.66% | - |
| HSV(B) | 302.86º | 0.67% | 0.99% | - |
| XYZ | 59.64 | 33.57 | 88.92 | - |
| YUV | 152.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 244 | 0 | 0.67 | 0.03 | 0.01 | 302.86 | 0.97 | 0.66 |
| Hex | FC | 54 | F4 | 0 | 43 | 3 | 1 | 12F | 61 | 42 |
| Octal | 374 | 124 | 364 | 0 | 103 | 3 | 1 | 457 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11110100 | 0 | 1000011 | 11 | 1 | 100101111 | 1100001 | 1000010 |
Color Harmonies of #FC54F4
Complementary color
Monochromatic Colors of #FC54F4
Black with #FC54F4
Text Example
Text Example
White with #FC54F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54F4; }
p { color: rgb(252,84,244); }
H1.HeaderClassName
{
color: #FC54F4;
}
.AnyTagClassName
{
color: #FC54F4;
}
</style>
background-color css
<style>
a { background-color: #FC54F4; }
a { background-color: rgb(252,84,244); }
div.DivClassName
{
background-color: #FC54F4;
}
.BgClassName
{
background-color: #FC54F4;
}
</style>
border-color css
<style>
span { border-color: #FC54F4; }
span { border-color: rgb(252,84,244); }
td.TdClassName
{
border-color: #FC54F4;
}
.TagClassName
{
border-color: #FC54F4;
}
</style>