Shades of Pink Flamingo #FC3BFF
Tints of Pink Flamingo #FC3BFF
RGB
CMYK
RGB Variations
Color information
#FC3BFF (or 0xFC3BFF) is known color: Pink Flamingo. HEX triplet: FC, 3B and FF. RGB value is (252,59,255). Sum of RGB (Red+Green+Blue) = 252+59+255=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 59 (23.44% from 255 or 10.42% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3BFF is #03C400. Grayscale: #8A8A8A. Windows color (decimal): -246785 or 16727036. OLE color: 16727036.
HSL color Cylindrical-coordinate representation of color #FC3BFF: hue angle of 299.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3BFF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 59 | 255 | - |
| CMYK | 0.01 | 0.77 | 0 | 0 |
| HSL | 299.08º | 1% | 0.62% | - |
| HSV(B) | 299.08º | 0.77% | 1% | - |
| XYZ | 59.76 | 31.04 | 97.45 | - |
| YUV | 139.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 255 | 0.01 | 0.77 | 0 | 0 | 299.08 | 1 | 0.62 |
| Hex | FC | 3B | FF | 1 | 4D | 0 | 0 | 12B | 64 | 3E |
| Octal | 374 | 73 | 377 | 1 | 115 | 0 | 0 | 453 | 144 | 76 |
| Binary | 11111100 | 111011 | 11111111 | 1 | 1001101 | 0 | 0 | 100101011 | 1100100 | 111110 |
Color Harmonies of #FC3BFF
Complementary color
Monochromatic Colors of #FC3BFF
Black with #FC3BFF
Text Example
Text Example
White with #FC3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3BFF; }
p { color: rgb(252,59,255); }
H1.HeaderClassName
{
color: #FC3BFF;
}
.AnyTagClassName
{
color: #FC3BFF;
}
</style>
background-color css
<style>
a { background-color: #FC3BFF; }
a { background-color: rgb(252,59,255); }
div.DivClassName
{
background-color: #FC3BFF;
}
.BgClassName
{
background-color: #FC3BFF;
}
</style>
border-color css
<style>
span { border-color: #FC3BFF; }
span { border-color: rgb(252,59,255); }
td.TdClassName
{
border-color: #FC3BFF;
}
.TagClassName
{
border-color: #FC3BFF;
}
</style>