Shades of Pink Flamingo #FC4BFC
Tints of Pink Flamingo #FC4BFC
RGB
CMYK
RGB Variations
Color information
#FC4BFC (or 0xFC4BFC) is known color: Pink Flamingo. HEX triplet: FC, 4B and FC. RGB value is (252,75,252). Sum of RGB (Red+Green+Blue) = 252+75+252=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 75 (29.69% from 255 or 12.95% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC4BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BFC is #03B403. Grayscale: #939393. Windows color (decimal): -242692 or 16534524. OLE color: 16534524.
HSL color Cylindrical-coordinate representation of color #FC4BFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4BFC is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 252 | - |
| CMYK | 0 | 0.70 | 0 | 0.01 |
| HSL | 300º | 0.97% | 0.64% | - |
| HSV(B) | 300º | 0.7% | 0.99% | - |
| XYZ | 60.23 | 32.76 | 95.24 | - |
| YUV | 148.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 252 | 0 | 0.70 | 0 | 0.01 | 300 | 0.97 | 0.64 |
| Hex | FC | 4B | FC | 0 | 46 | 0 | 1 | 12C | 61 | 40 |
| Octal | 374 | 113 | 374 | 0 | 106 | 0 | 1 | 454 | 141 | 100 |
| Binary | 11111100 | 1001011 | 11111100 | 0 | 1000110 | 0 | 1 | 100101100 | 1100001 | 1000000 |
Color Harmonies of #FC4BFC
Complementary color
Monochromatic Colors of #FC4BFC
Black with #FC4BFC
Text Example
Text Example
White with #FC4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BFC; }
p { color: rgb(252,75,252); }
H1.HeaderClassName
{
color: #FC4BFC;
}
.AnyTagClassName
{
color: #FC4BFC;
}
</style>
background-color css
<style>
a { background-color: #FC4BFC; }
a { background-color: rgb(252,75,252); }
div.DivClassName
{
background-color: #FC4BFC;
}
.BgClassName
{
background-color: #FC4BFC;
}
</style>
border-color css
<style>
span { border-color: #FC4BFC; }
span { border-color: rgb(252,75,252); }
td.TdClassName
{
border-color: #FC4BFC;
}
.TagClassName
{
border-color: #FC4BFC;
}
</style>