Shades of Pink Flamingo #FC65E5
Tints of Pink Flamingo #FC65E5
RGB
CMYK
RGB Variations
Color information
#FC65E5 (or 0xFC65E5) is known color: Pink Flamingo. HEX triplet: FC, 65 and E5. RGB value is (252,101,229). Sum of RGB (Red+Green+Blue) = 252+101+229=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65E5 is #039A1A. Grayscale: #A0A0A0. Windows color (decimal): -236059 or 15033852. OLE color: 15033852.
HSL color Cylindrical-coordinate representation of color #FC65E5: hue angle of 309.14º 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 #FC65E5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 229 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.01 |
| HSL | 309.14º | 0.96% | 0.69% | - |
| HSV(B) | 309.14º | 0.6% | 0.99% | - |
| XYZ | 58.94 | 35.66 | 77.91 | - |
| YUV | 160.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 229 | 0 | 0.60 | 0.09 | 0.01 | 309.14 | 0.96 | 0.69 |
| Hex | FC | 65 | E5 | 0 | 3C | 9 | 1 | 135 | 60 | 45 |
| Octal | 374 | 145 | 345 | 0 | 74 | 11 | 1 | 465 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11100101 | 0 | 111100 | 1001 | 1 | 100110101 | 1100000 | 1000101 |
Color Harmonies of #FC65E5
Complementary color
Monochromatic Colors of #FC65E5
Black with #FC65E5
Text Example
Text Example
White with #FC65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65E5; }
p { color: rgb(252,101,229); }
H1.HeaderClassName
{
color: #FC65E5;
}
.AnyTagClassName
{
color: #FC65E5;
}
</style>
background-color css
<style>
a { background-color: #FC65E5; }
a { background-color: rgb(252,101,229); }
div.DivClassName
{
background-color: #FC65E5;
}
.BgClassName
{
background-color: #FC65E5;
}
</style>
border-color css
<style>
span { border-color: #FC65E5; }
span { border-color: rgb(252,101,229); }
td.TdClassName
{
border-color: #FC65E5;
}
.TagClassName
{
border-color: #FC65E5;
}
</style>