Shades of Pink Flamingo #FC3FFD
Tints of Pink Flamingo #FC3FFD
RGB
CMYK
RGB Variations
Color information
#FC3FFD (or 0xFC3FFD) is known color: Pink Flamingo. HEX triplet: FC, 3F and FD. RGB value is (252,63,253). Sum of RGB (Red+Green+Blue) = 252+63+253=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 63 (25% from 255 or 11.09% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC3FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFD is #03C002. Grayscale: #8C8C8C. Windows color (decimal): -245763 or 16596988. OLE color: 16596988.
HSL color Cylindrical-coordinate representation of color #FC3FFD: hue angle of 299.68º degrees, saturation: 0.98, 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 #FC3FFD is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 253 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.01 |
| HSL | 299.68º | 0.98% | 0.62% | - |
| HSV(B) | 299.68º | 0.75% | 0.99% | - |
| XYZ | 59.65 | 31.34 | 95.83 | - |
| YUV | 141.17 | 191.12 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 253 | 0.00 | 0.75 | 0 | 0.01 | 299.68 | 0.98 | 0.62 |
| Hex | FC | 3F | FD | 0 | 4B | 0 | 1 | 12C | 62 | 3E |
| Octal | 374 | 77 | 375 | 0 | 113 | 0 | 1 | 454 | 142 | 76 |
| Binary | 11111100 | 111111 | 11111101 | 0 | 1001011 | 0 | 1 | 100101100 | 1100010 | 111110 |
Color Harmonies of #FC3FFD
Complementary color
Monochromatic Colors of #FC3FFD
Black with #FC3FFD
Text Example
Text Example
White with #FC3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3FFD; }
p { color: rgb(252,63,253); }
H1.HeaderClassName
{
color: #FC3FFD;
}
.AnyTagClassName
{
color: #FC3FFD;
}
</style>
background-color css
<style>
a { background-color: #FC3FFD; }
a { background-color: rgb(252,63,253); }
div.DivClassName
{
background-color: #FC3FFD;
}
.BgClassName
{
background-color: #FC3FFD;
}
</style>
border-color css
<style>
span { border-color: #FC3FFD; }
span { border-color: rgb(252,63,253); }
td.TdClassName
{
border-color: #FC3FFD;
}
.TagClassName
{
border-color: #FC3FFD;
}
</style>