Shades of Pink Flamingo #FC63E6
Tints of Pink Flamingo #FC63E6
RGB
CMYK
RGB Variations
Color information
#FC63E6 (or 0xFC63E6) is known color: Pink Flamingo. HEX triplet: FC, 63 and E6. RGB value is (252,99,230). Sum of RGB (Red+Green+Blue) = 252+99+230=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 99 (39.06% from 255 or 17.04% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63E6 is #039C19. Grayscale: #9F9F9F. Windows color (decimal): -236570 or 15098876. OLE color: 15098876.
HSL color Cylindrical-coordinate representation of color #FC63E6: hue angle of 308.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63E6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 230 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.01 |
| HSL | 308.63º | 0.96% | 0.69% | - |
| HSV(B) | 308.63º | 0.61% | 0.99% | - |
| XYZ | 58.89 | 35.33 | 78.58 | - |
| YUV | 159.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 230 | 0 | 0.61 | 0.09 | 0.01 | 308.63 | 0.96 | 0.69 |
| Hex | FC | 63 | E6 | 0 | 3D | 9 | 1 | 135 | 60 | 45 |
| Octal | 374 | 143 | 346 | 0 | 75 | 11 | 1 | 465 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11100110 | 0 | 111101 | 1001 | 1 | 100110101 | 1100000 | 1000101 |
Color Harmonies of #FC63E6
Complementary color
Monochromatic Colors of #FC63E6
Black with #FC63E6
Text Example
Text Example
White with #FC63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63E6; }
p { color: rgb(252,99,230); }
H1.HeaderClassName
{
color: #FC63E6;
}
.AnyTagClassName
{
color: #FC63E6;
}
</style>
background-color css
<style>
a { background-color: #FC63E6; }
a { background-color: rgb(252,99,230); }
div.DivClassName
{
background-color: #FC63E6;
}
.BgClassName
{
background-color: #FC63E6;
}
</style>
border-color css
<style>
span { border-color: #FC63E6; }
span { border-color: rgb(252,99,230); }
td.TdClassName
{
border-color: #FC63E6;
}
.TagClassName
{
border-color: #FC63E6;
}
</style>