Shades of Pink Flamingo #FC3FFC
Tints of Pink Flamingo #FC3FFC
RGB
CMYK
RGB Variations
Color information
#FC3FFC (or 0xFC3FFC) is known color: Pink Flamingo. HEX triplet: FC, 3F and FC. RGB value is (252,63,252). Sum of RGB (Red+Green+Blue) = 252+63+252=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 63 (25% from 255 or 11.11% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC3FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFC is #03C003. Grayscale: #8C8C8C. Windows color (decimal): -245764 or 16531452. OLE color: 16531452.
HSL color Cylindrical-coordinate representation of color #FC3FFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FFC is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 252 | - |
| CMYK | 0 | 0.75 | 0 | 0.01 |
| HSL | 300º | 0.97% | 0.62% | - |
| HSV(B) | 300º | 0.75% | 0.99% | - |
| XYZ | 59.49 | 31.28 | 95 | - |
| YUV | 141.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 252 | 0 | 0.75 | 0 | 0.01 | 300 | 0.97 | 0.62 |
| Hex | FC | 3F | FC | 0 | 4B | 0 | 1 | 12C | 61 | 3E |
| Octal | 374 | 77 | 374 | 0 | 113 | 0 | 1 | 454 | 141 | 76 |
| Binary | 11111100 | 111111 | 11111100 | 0 | 1001011 | 0 | 1 | 100101100 | 1100001 | 111110 |
Color Harmonies of #FC3FFC
Complementary color
Monochromatic Colors of #FC3FFC
Black with #FC3FFC
Text Example
Text Example
White with #FC3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3FFC; }
p { color: rgb(252,63,252); }
H1.HeaderClassName
{
color: #FC3FFC;
}
.AnyTagClassName
{
color: #FC3FFC;
}
</style>
background-color css
<style>
a { background-color: #FC3FFC; }
a { background-color: rgb(252,63,252); }
div.DivClassName
{
background-color: #FC3FFC;
}
.BgClassName
{
background-color: #FC3FFC;
}
</style>
border-color css
<style>
span { border-color: #FC3FFC; }
span { border-color: rgb(252,63,252); }
td.TdClassName
{
border-color: #FC3FFC;
}
.TagClassName
{
border-color: #FC3FFC;
}
</style>