Shades of Pink Flamingo #FC68FA
Tints of Pink Flamingo #FC68FA
RGB
CMYK
RGB Variations
Color information
#FC68FA (or 0xFC68FA) is known color: Pink Flamingo. HEX triplet: FC, 68 and FA. RGB value is (252,104,250). Sum of RGB (Red+Green+Blue) = 252+104+250=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 104 (41.02% from 255 or 17.16% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68FA is #039705. Grayscale: #A4A4A4. Windows color (decimal): -235270 or 16410876. OLE color: 16410876.
HSL color Cylindrical-coordinate representation of color #FC68FA: hue angle of 300.81º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC68FA is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 250 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.01 |
| HSL | 300.81º | 0.96% | 0.7% | - |
| HSV(B) | 300.81º | 0.59% | 0.99% | - |
| XYZ | 62.35 | 37.5 | 94.39 | - |
| YUV | 164.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 250 | 0 | 0.59 | 0.01 | 0.01 | 300.81 | 0.96 | 0.7 |
| Hex | FC | 68 | FA | 0 | 3B | 1 | 1 | 12D | 60 | 46 |
| Octal | 374 | 150 | 372 | 0 | 73 | 1 | 1 | 455 | 140 | 106 |
| Binary | 11111100 | 1101000 | 11111010 | 0 | 111011 | 1 | 1 | 100101101 | 1100000 | 1000110 |
Color Harmonies of #FC68FA
Complementary color
Monochromatic Colors of #FC68FA
Black with #FC68FA
Text Example
Text Example
White with #FC68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68FA; }
p { color: rgb(252,104,250); }
H1.HeaderClassName
{
color: #FC68FA;
}
.AnyTagClassName
{
color: #FC68FA;
}
</style>
background-color css
<style>
a { background-color: #FC68FA; }
a { background-color: rgb(252,104,250); }
div.DivClassName
{
background-color: #FC68FA;
}
.BgClassName
{
background-color: #FC68FA;
}
</style>
border-color css
<style>
span { border-color: #FC68FA; }
span { border-color: rgb(252,104,250); }
td.TdClassName
{
border-color: #FC68FA;
}
.TagClassName
{
border-color: #FC68FA;
}
</style>