Shades of Pink Flamingo #FC52F2
Tints of Pink Flamingo #FC52F2
RGB
CMYK
RGB Variations
Color information
#FC52F2 (or 0xFC52F2) is known color: Pink Flamingo. HEX triplet: FC, 52 and F2. RGB value is (252,82,242). Sum of RGB (Red+Green+Blue) = 252+82+242=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 82 (32.42% from 255 or 14.24% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52F2 is #03AD0D. Grayscale: #969696. Windows color (decimal): -240910 or 15880956. OLE color: 15880956.
HSL color Cylindrical-coordinate representation of color #FC52F2: hue angle of 303.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52F2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 242 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.01 |
| HSL | 303.53º | 0.97% | 0.65% | - |
| HSV(B) | 303.53º | 0.67% | 0.99% | - |
| XYZ | 59.19 | 33.14 | 87.28 | - |
| YUV | 151.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 242 | 0 | 0.67 | 0.04 | 0.01 | 303.53 | 0.97 | 0.65 |
| Hex | FC | 52 | F2 | 0 | 43 | 4 | 1 | 130 | 61 | 41 |
| Octal | 374 | 122 | 362 | 0 | 103 | 4 | 1 | 460 | 141 | 101 |
| Binary | 11111100 | 1010010 | 11110010 | 0 | 1000011 | 100 | 1 | 100110000 | 1100001 | 1000001 |
Color Harmonies of #FC52F2
Complementary color
Monochromatic Colors of #FC52F2
Black with #FC52F2
Text Example
Text Example
White with #FC52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52F2; }
p { color: rgb(252,82,242); }
H1.HeaderClassName
{
color: #FC52F2;
}
.AnyTagClassName
{
color: #FC52F2;
}
</style>
background-color css
<style>
a { background-color: #FC52F2; }
a { background-color: rgb(252,82,242); }
div.DivClassName
{
background-color: #FC52F2;
}
.BgClassName
{
background-color: #FC52F2;
}
</style>
border-color css
<style>
span { border-color: #FC52F2; }
span { border-color: rgb(252,82,242); }
td.TdClassName
{
border-color: #FC52F2;
}
.TagClassName
{
border-color: #FC52F2;
}
</style>