Shades of Pink Flamingo #FC63F2
Tints of Pink Flamingo #FC63F2
RGB
CMYK
RGB Variations
Color information
#FC63F2 (or 0xFC63F2) is known color: Pink Flamingo. HEX triplet: FC, 63 and F2. RGB value is (252,99,242). Sum of RGB (Red+Green+Blue) = 252+99+242=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63F2 is #039C0D. Grayscale: #A0A0A0. Windows color (decimal): -236558 or 15885308. OLE color: 15885308.
HSL color Cylindrical-coordinate representation of color #FC63F2: hue angle of 303.92º 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 #FC63F2 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 242 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.01 |
| HSL | 303.92º | 0.96% | 0.69% | - |
| HSV(B) | 303.92º | 0.61% | 0.99% | - |
| XYZ | 60.63 | 36.03 | 87.76 | - |
| YUV | 161.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 242 | 0 | 0.61 | 0.04 | 0.01 | 303.92 | 0.96 | 0.69 |
| Hex | FC | 63 | F2 | 0 | 3D | 4 | 1 | 130 | 60 | 45 |
| Octal | 374 | 143 | 362 | 0 | 75 | 4 | 1 | 460 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11110010 | 0 | 111101 | 100 | 1 | 100110000 | 1100000 | 1000101 |
Color Harmonies of #FC63F2
Complementary color
Monochromatic Colors of #FC63F2
Black with #FC63F2
Text Example
Text Example
White with #FC63F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63F2; }
p { color: rgb(252,99,242); }
H1.HeaderClassName
{
color: #FC63F2;
}
.AnyTagClassName
{
color: #FC63F2;
}
</style>
background-color css
<style>
a { background-color: #FC63F2; }
a { background-color: rgb(252,99,242); }
div.DivClassName
{
background-color: #FC63F2;
}
.BgClassName
{
background-color: #FC63F2;
}
</style>
border-color css
<style>
span { border-color: #FC63F2; }
span { border-color: rgb(252,99,242); }
td.TdClassName
{
border-color: #FC63F2;
}
.TagClassName
{
border-color: #FC63F2;
}
</style>