Shades of Pink Flamingo #FC47F0
Tints of Pink Flamingo #FC47F0
RGB
CMYK
RGB Variations
Color information
#FC47F0 (or 0xFC47F0) is known color: Pink Flamingo. HEX triplet: FC, 47 and F0. RGB value is (252,71,240). Sum of RGB (Red+Green+Blue) = 252+71+240=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 71 (28.12% from 255 or 12.61% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC47F0 is #03B80F. Grayscale: #8F8F8F. Windows color (decimal): -243728 or 15747068. OLE color: 15747068.
HSL color Cylindrical-coordinate representation of color #FC47F0: hue angle of 303.98º 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 #FC47F0 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 240 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.01 |
| HSL | 303.98º | 0.97% | 0.63% | - |
| HSV(B) | 303.98º | 0.72% | 0.99% | - |
| XYZ | 58.13 | 31.49 | 85.45 | - |
| YUV | 144.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 240 | 0 | 0.72 | 0.05 | 0.01 | 303.98 | 0.97 | 0.63 |
| Hex | FC | 47 | F0 | 0 | 48 | 5 | 1 | 130 | 61 | 3F |
| Octal | 374 | 107 | 360 | 0 | 110 | 5 | 1 | 460 | 141 | 77 |
| Binary | 11111100 | 1000111 | 11110000 | 0 | 1001000 | 101 | 1 | 100110000 | 1100001 | 111111 |
Color Harmonies of #FC47F0
Complementary color
Monochromatic Colors of #FC47F0
Black with #FC47F0
Text Example
Text Example
White with #FC47F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC47F0; }
p { color: rgb(252,71,240); }
H1.HeaderClassName
{
color: #FC47F0;
}
.AnyTagClassName
{
color: #FC47F0;
}
</style>
background-color css
<style>
a { background-color: #FC47F0; }
a { background-color: rgb(252,71,240); }
div.DivClassName
{
background-color: #FC47F0;
}
.BgClassName
{
background-color: #FC47F0;
}
</style>
border-color css
<style>
span { border-color: #FC47F0; }
span { border-color: rgb(252,71,240); }
td.TdClassName
{
border-color: #FC47F0;
}
.TagClassName
{
border-color: #FC47F0;
}
</style>