Shades of Pink Flamingo #FC63F0
Tints of Pink Flamingo #FC63F0
RGB
CMYK
RGB Variations
Color information
#FC63F0 (or 0xFC63F0) is known color: Pink Flamingo. HEX triplet: FC, 63 and F0. RGB value is (252,99,240). Sum of RGB (Red+Green+Blue) = 252+99+240=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63F0 is #039C0F. Grayscale: #A0A0A0. Windows color (decimal): -236560 or 15754236. OLE color: 15754236.
HSL color Cylindrical-coordinate representation of color #FC63F0: hue angle of 304.71º 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 #FC63F0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 240 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.01 |
| HSL | 304.71º | 0.96% | 0.69% | - |
| HSV(B) | 304.71º | 0.61% | 0.99% | - |
| XYZ | 60.33 | 35.91 | 86.19 | - |
| YUV | 160.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 240 | 0 | 0.61 | 0.05 | 0.01 | 304.71 | 0.96 | 0.69 |
| Hex | FC | 63 | F0 | 0 | 3D | 5 | 1 | 131 | 60 | 45 |
| Octal | 374 | 143 | 360 | 0 | 75 | 5 | 1 | 461 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11110000 | 0 | 111101 | 101 | 1 | 100110001 | 1100000 | 1000101 |
Color Harmonies of #FC63F0
Complementary color
Monochromatic Colors of #FC63F0
Black with #FC63F0
Text Example
Text Example
White with #FC63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63F0; }
p { color: rgb(252,99,240); }
H1.HeaderClassName
{
color: #FC63F0;
}
.AnyTagClassName
{
color: #FC63F0;
}
</style>
background-color css
<style>
a { background-color: #FC63F0; }
a { background-color: rgb(252,99,240); }
div.DivClassName
{
background-color: #FC63F0;
}
.BgClassName
{
background-color: #FC63F0;
}
</style>
border-color css
<style>
span { border-color: #FC63F0; }
span { border-color: rgb(252,99,240); }
td.TdClassName
{
border-color: #FC63F0;
}
.TagClassName
{
border-color: #FC63F0;
}
</style>