Shades of Pink Flamingo #FC65EF
Tints of Pink Flamingo #FC65EF
RGB
CMYK
RGB Variations
Color information
#FC65EF (or 0xFC65EF) is known color: Pink Flamingo. HEX triplet: FC, 65 and EF. RGB value is (252,101,239). Sum of RGB (Red+Green+Blue) = 252+101+239=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65EF is #039A10. Grayscale: #A1A1A1. Windows color (decimal): -236049 or 15689212. OLE color: 15689212.
HSL color Cylindrical-coordinate representation of color #FC65EF: hue angle of 305.17º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65EF is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 239 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.01 |
| HSL | 305.17º | 0.96% | 0.69% | - |
| HSV(B) | 305.17º | 0.6% | 0.99% | - |
| XYZ | 60.38 | 36.23 | 85.47 | - |
| YUV | 161.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 239 | 0 | 0.60 | 0.05 | 0.01 | 305.17 | 0.96 | 0.69 |
| Hex | FC | 65 | EF | 0 | 3C | 5 | 1 | 131 | 60 | 45 |
| Octal | 374 | 145 | 357 | 0 | 74 | 5 | 1 | 461 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11101111 | 0 | 111100 | 101 | 1 | 100110001 | 1100000 | 1000101 |
Color Harmonies of #FC65EF
Complementary color
Monochromatic Colors of #FC65EF
Black with #FC65EF
Text Example
Text Example
White with #FC65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65EF; }
p { color: rgb(252,101,239); }
H1.HeaderClassName
{
color: #FC65EF;
}
.AnyTagClassName
{
color: #FC65EF;
}
</style>
background-color css
<style>
a { background-color: #FC65EF; }
a { background-color: rgb(252,101,239); }
div.DivClassName
{
background-color: #FC65EF;
}
.BgClassName
{
background-color: #FC65EF;
}
</style>
border-color css
<style>
span { border-color: #FC65EF; }
span { border-color: rgb(252,101,239); }
td.TdClassName
{
border-color: #FC65EF;
}
.TagClassName
{
border-color: #FC65EF;
}
</style>