Shades of Pink Flamingo #FC69FA
Tints of Pink Flamingo #FC69FA
RGB
CMYK
RGB Variations
Color information
#FC69FA (or 0xFC69FA) is known color: Pink Flamingo. HEX triplet: FC, 69 and FA. RGB value is (252,105,250). Sum of RGB (Red+Green+Blue) = 252+105+250=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 105 (41.41% from 255 or 17.30% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69FA is #039605. Grayscale: #A5A5A5. Windows color (decimal): -235014 or 16411132. OLE color: 16411132.
HSL color Cylindrical-coordinate representation of color #FC69FA: hue angle of 300.82º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC69FA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 250 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.01 |
| HSL | 300.82º | 0.96% | 0.7% | - |
| HSV(B) | 300.82º | 0.58% | 0.99% | - |
| XYZ | 62.45 | 37.7 | 94.43 | - |
| YUV | 165.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 250 | 0 | 0.58 | 0.01 | 0.01 | 300.82 | 0.96 | 0.7 |
| Hex | FC | 69 | FA | 0 | 3A | 1 | 1 | 12D | 60 | 46 |
| Octal | 374 | 151 | 372 | 0 | 72 | 1 | 1 | 455 | 140 | 106 |
| Binary | 11111100 | 1101001 | 11111010 | 0 | 111010 | 1 | 1 | 100101101 | 1100000 | 1000110 |
Color Harmonies of #FC69FA
Complementary color
Monochromatic Colors of #FC69FA
Black with #FC69FA
Text Example
Text Example
White with #FC69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC69FA; }
p { color: rgb(252,105,250); }
H1.HeaderClassName
{
color: #FC69FA;
}
.AnyTagClassName
{
color: #FC69FA;
}
</style>
background-color css
<style>
a { background-color: #FC69FA; }
a { background-color: rgb(252,105,250); }
div.DivClassName
{
background-color: #FC69FA;
}
.BgClassName
{
background-color: #FC69FA;
}
</style>
border-color css
<style>
span { border-color: #FC69FA; }
span { border-color: rgb(252,105,250); }
td.TdClassName
{
border-color: #FC69FA;
}
.TagClassName
{
border-color: #FC69FA;
}
</style>