Shades of Pink Flamingo #FC63F3
Tints of Pink Flamingo #FC63F3
RGB
CMYK
RGB Variations
Color information
#FC63F3 (or 0xFC63F3) is known color: Pink Flamingo. HEX triplet: FC, 63 and F3. RGB value is (252,99,243). Sum of RGB (Red+Green+Blue) = 252+99+243=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63F3 is #039C0C. Grayscale: #A0A0A0. Windows color (decimal): -236557 or 15950844. OLE color: 15950844.
HSL color Cylindrical-coordinate representation of color #FC63F3: hue angle of 303.53º 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 #FC63F3 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 243 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.01 |
| HSL | 303.53º | 0.96% | 0.69% | - |
| HSV(B) | 303.53º | 0.61% | 0.99% | - |
| XYZ | 60.78 | 36.09 | 88.56 | - |
| YUV | 161.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 243 | 0 | 0.61 | 0.04 | 0.01 | 303.53 | 0.96 | 0.69 |
| Hex | FC | 63 | F3 | 0 | 3D | 4 | 1 | 130 | 60 | 45 |
| Octal | 374 | 143 | 363 | 0 | 75 | 4 | 1 | 460 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11110011 | 0 | 111101 | 100 | 1 | 100110000 | 1100000 | 1000101 |
Color Harmonies of #FC63F3
Complementary color
Monochromatic Colors of #FC63F3
Black with #FC63F3
Text Example
Text Example
White with #FC63F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63F3; }
p { color: rgb(252,99,243); }
H1.HeaderClassName
{
color: #FC63F3;
}
.AnyTagClassName
{
color: #FC63F3;
}
</style>
background-color css
<style>
a { background-color: #FC63F3; }
a { background-color: rgb(252,99,243); }
div.DivClassName
{
background-color: #FC63F3;
}
.BgClassName
{
background-color: #FC63F3;
}
</style>
border-color css
<style>
span { border-color: #FC63F3; }
span { border-color: rgb(252,99,243); }
td.TdClassName
{
border-color: #FC63F3;
}
.TagClassName
{
border-color: #FC63F3;
}
</style>