Shades of Pink Flamingo #FC47F2
Tints of Pink Flamingo #FC47F2
RGB
CMYK
RGB Variations
Color information
#FC47F2 (or 0xFC47F2) is known color: Pink Flamingo. HEX triplet: FC, 47 and F2. RGB value is (252,71,242). Sum of RGB (Red+Green+Blue) = 252+71+242=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 71 (28.12% from 255 or 12.57% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC47F2 is #03B80D. Grayscale: #909090. Windows color (decimal): -243726 or 15878140. OLE color: 15878140.
HSL color Cylindrical-coordinate representation of color #FC47F2: hue angle of 303.31º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC47F2 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 242 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.01 |
| HSL | 303.31º | 0.97% | 0.63% | - |
| HSV(B) | 303.31º | 0.72% | 0.99% | - |
| XYZ | 58.43 | 31.61 | 87.03 | - |
| YUV | 144.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 242 | 0 | 0.72 | 0.04 | 0.01 | 303.31 | 0.97 | 0.63 |
| Hex | FC | 47 | F2 | 0 | 48 | 4 | 1 | 12F | 61 | 3F |
| Octal | 374 | 107 | 362 | 0 | 110 | 4 | 1 | 457 | 141 | 77 |
| Binary | 11111100 | 1000111 | 11110010 | 0 | 1001000 | 100 | 1 | 100101111 | 1100001 | 111111 |
Color Harmonies of #FC47F2
Complementary color
Monochromatic Colors of #FC47F2
Black with #FC47F2
Text Example
Text Example
White with #FC47F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC47F2; }
p { color: rgb(252,71,242); }
H1.HeaderClassName
{
color: #FC47F2;
}
.AnyTagClassName
{
color: #FC47F2;
}
</style>
background-color css
<style>
a { background-color: #FC47F2; }
a { background-color: rgb(252,71,242); }
div.DivClassName
{
background-color: #FC47F2;
}
.BgClassName
{
background-color: #FC47F2;
}
</style>
border-color css
<style>
span { border-color: #FC47F2; }
span { border-color: rgb(252,71,242); }
td.TdClassName
{
border-color: #FC47F2;
}
.TagClassName
{
border-color: #FC47F2;
}
</style>