Shades of Pink Flamingo #FC3FFF
Tints of Pink Flamingo #FC3FFF
RGB
CMYK
RGB Variations
Color information
#FC3FFF (or 0xFC3FFF) is known color: Pink Flamingo. HEX triplet: FC, 3F and FF. RGB value is (252,63,255). Sum of RGB (Red+Green+Blue) = 252+63+255=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 63 (25% from 255 or 11.05% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFF is #03C000. Grayscale: #8C8C8C. Windows color (decimal): -245761 or 16728060. OLE color: 16728060.
HSL color Cylindrical-coordinate representation of color #FC3FFF: hue angle of 299.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FFF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 63 | 255 | - |
| CMYK | 0.01 | 0.75 | 0 | 0 |
| HSL | 299.06º | 1% | 0.62% | - |
| HSV(B) | 299.06º | 0.75% | 1% | - |
| XYZ | 59.97 | 31.47 | 97.52 | - |
| YUV | 141.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 255 | 0.01 | 0.75 | 0 | 0 | 299.06 | 1 | 0.62 |
| Hex | FC | 3F | FF | 1 | 4B | 0 | 0 | 12B | 64 | 3E |
| Octal | 374 | 77 | 377 | 1 | 113 | 0 | 0 | 453 | 144 | 76 |
| Binary | 11111100 | 111111 | 11111111 | 1 | 1001011 | 0 | 0 | 100101011 | 1100100 | 111110 |
Color Harmonies of #FC3FFF
Complementary color
Monochromatic Colors of #FC3FFF
Black with #FC3FFF
Text Example
Text Example
White with #FC3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3FFF; }
p { color: rgb(252,63,255); }
H1.HeaderClassName
{
color: #FC3FFF;
}
.AnyTagClassName
{
color: #FC3FFF;
}
</style>
background-color css
<style>
a { background-color: #FC3FFF; }
a { background-color: rgb(252,63,255); }
div.DivClassName
{
background-color: #FC3FFF;
}
.BgClassName
{
background-color: #FC3FFF;
}
</style>
border-color css
<style>
span { border-color: #FC3FFF; }
span { border-color: rgb(252,63,255); }
td.TdClassName
{
border-color: #FC3FFF;
}
.TagClassName
{
border-color: #FC3FFF;
}
</style>