Shades of Pink Flamingo #FC63FB
Tints of Pink Flamingo #FC63FB
RGB
CMYK
RGB Variations
Color information
#FC63FB (or 0xFC63FB) is known color: Pink Flamingo. HEX triplet: FC, 63 and FB. RGB value is (252,99,251). Sum of RGB (Red+Green+Blue) = 252+99+251=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 99 (39.06% from 255 or 16.45% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63FB is #039C04. Grayscale: #A1A1A1. Windows color (decimal): -236549 or 16475132. OLE color: 16475132.
HSL color Cylindrical-coordinate representation of color #FC63FB: hue angle of 300.39º 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 #FC63FB is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 251 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.01 |
| HSL | 300.39º | 0.96% | 0.69% | - |
| HSV(B) | 300.39º | 0.61% | 0.99% | - |
| XYZ | 62.02 | 36.58 | 95.06 | - |
| YUV | 162.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 251 | 0 | 0.61 | 0.00 | 0.01 | 300.39 | 0.96 | 0.69 |
| Hex | FC | 63 | FB | 0 | 3D | 0 | 1 | 12C | 60 | 45 |
| Octal | 374 | 143 | 373 | 0 | 75 | 0 | 1 | 454 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11111011 | 0 | 111101 | 0 | 1 | 100101100 | 1100000 | 1000101 |
Color Harmonies of #FC63FB
Complementary color
Monochromatic Colors of #FC63FB
Black with #FC63FB
Text Example
Text Example
White with #FC63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63FB; }
p { color: rgb(252,99,251); }
H1.HeaderClassName
{
color: #FC63FB;
}
.AnyTagClassName
{
color: #FC63FB;
}
</style>
background-color css
<style>
a { background-color: #FC63FB; }
a { background-color: rgb(252,99,251); }
div.DivClassName
{
background-color: #FC63FB;
}
.BgClassName
{
background-color: #FC63FB;
}
</style>
border-color css
<style>
span { border-color: #FC63FB; }
span { border-color: rgb(252,99,251); }
td.TdClassName
{
border-color: #FC63FB;
}
.TagClassName
{
border-color: #FC63FB;
}
</style>