Shades of Pink Flamingo #FC63EE
Tints of Pink Flamingo #FC63EE
RGB
CMYK
RGB Variations
Color information
#FC63EE (or 0xFC63EE) is known color: Pink Flamingo. HEX triplet: FC, 63 and EE. RGB value is (252,99,238). Sum of RGB (Red+Green+Blue) = 252+99+238=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63EE is #039C11. Grayscale: #A0A0A0. Windows color (decimal): -236562 or 15623164. OLE color: 15623164.
HSL color Cylindrical-coordinate representation of color #FC63EE: hue angle of 305.49º 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 #FC63EE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 238 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.01 |
| HSL | 305.49º | 0.96% | 0.69% | - |
| HSV(B) | 305.49º | 0.61% | 0.99% | - |
| XYZ | 60.04 | 35.79 | 84.63 | - |
| YUV | 160.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 238 | 0 | 0.61 | 0.06 | 0.01 | 305.49 | 0.96 | 0.69 |
| Hex | FC | 63 | EE | 0 | 3D | 6 | 1 | 131 | 60 | 45 |
| Octal | 374 | 143 | 356 | 0 | 75 | 6 | 1 | 461 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11101110 | 0 | 111101 | 110 | 1 | 100110001 | 1100000 | 1000101 |
Color Harmonies of #FC63EE
Complementary color
Monochromatic Colors of #FC63EE
Black with #FC63EE
Text Example
Text Example
White with #FC63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63EE; }
p { color: rgb(252,99,238); }
H1.HeaderClassName
{
color: #FC63EE;
}
.AnyTagClassName
{
color: #FC63EE;
}
</style>
background-color css
<style>
a { background-color: #FC63EE; }
a { background-color: rgb(252,99,238); }
div.DivClassName
{
background-color: #FC63EE;
}
.BgClassName
{
background-color: #FC63EE;
}
</style>
border-color css
<style>
span { border-color: #FC63EE; }
span { border-color: rgb(252,99,238); }
td.TdClassName
{
border-color: #FC63EE;
}
.TagClassName
{
border-color: #FC63EE;
}
</style>