Shades of Pink Flamingo #FC69FF
Tints of Pink Flamingo #FC69FF
RGB
CMYK
RGB Variations
Color information
#FC69FF (or 0xFC69FF) is known color: Pink Flamingo. HEX triplet: FC, 69 and FF. RGB value is (252,105,255). Sum of RGB (Red+Green+Blue) = 252+105+255=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 105 (41.41% from 255 or 17.16% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69FF is #039600. Grayscale: #A5A5A5. Windows color (decimal): -235009 or 16738812. OLE color: 16738812.
HSL color Cylindrical-coordinate representation of color #FC69FF: hue angle of 298.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC69FF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 105 | 255 | - |
| CMYK | 0.01 | 0.59 | 0 | 0 |
| HSL | 298.8º | 1% | 0.71% | - |
| HSV(B) | 298.8º | 0.59% | 1% | - |
| XYZ | 63.25 | 38.02 | 98.61 | - |
| YUV | 166.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 255 | 0.01 | 0.59 | 0 | 0 | 298.8 | 1 | 0.71 |
| Hex | FC | 69 | FF | 1 | 3B | 0 | 0 | 12B | 64 | 47 |
| Octal | 374 | 151 | 377 | 1 | 73 | 0 | 0 | 453 | 144 | 107 |
| Binary | 11111100 | 1101001 | 11111111 | 1 | 111011 | 0 | 0 | 100101011 | 1100100 | 1000111 |
Color Harmonies of #FC69FF
Complementary color
Monochromatic Colors of #FC69FF
Black with #FC69FF
Text Example
Text Example
White with #FC69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC69FF; }
p { color: rgb(252,105,255); }
H1.HeaderClassName
{
color: #FC69FF;
}
.AnyTagClassName
{
color: #FC69FF;
}
</style>
background-color css
<style>
a { background-color: #FC69FF; }
a { background-color: rgb(252,105,255); }
div.DivClassName
{
background-color: #FC69FF;
}
.BgClassName
{
background-color: #FC69FF;
}
</style>
border-color css
<style>
span { border-color: #FC69FF; }
span { border-color: rgb(252,105,255); }
td.TdClassName
{
border-color: #FC69FF;
}
.TagClassName
{
border-color: #FC69FF;
}
</style>