Shades of Pink Flamingo #FE65EF
Tints of Pink Flamingo #FE65EF
RGB
CMYK
RGB Variations
Color information
#FE65EF (or 0xFE65EF) is known color: Pink Flamingo. HEX triplet: FE, 65 and EF. RGB value is (254,101,239). Sum of RGB (Red+Green+Blue) = 254+101+239=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65EF is #019A10. Grayscale: #A2A2A2. Windows color (decimal): -104977 or 15689214. OLE color: 15689214.
HSL color Cylindrical-coordinate representation of color #FE65EF: hue angle of 305.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65EF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 239 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.00 |
| HSL | 305.88º | 0.99% | 0.7% | - |
| HSV(B) | 305.88º | 0.6% | 1% | - |
| XYZ | 61.11 | 36.61 | 85.51 | - |
| YUV | 162.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 239 | 0 | 0.60 | 0.06 | 0.00 | 305.88 | 0.99 | 0.7 |
| Hex | FE | 65 | EF | 0 | 3C | 6 | 0 | 132 | 63 | 46 |
| Octal | 376 | 145 | 357 | 0 | 74 | 6 | 0 | 462 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11101111 | 0 | 111100 | 110 | 0 | 100110010 | 1100011 | 1000110 |
Color Harmonies of #FE65EF
Complementary color
Monochromatic Colors of #FE65EF
Black with #FE65EF
Text Example
Text Example
White with #FE65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65EF; }
p { color: rgb(254,101,239); }
H1.HeaderClassName
{
color: #FE65EF;
}
.AnyTagClassName
{
color: #FE65EF;
}
</style>
background-color css
<style>
a { background-color: #FE65EF; }
a { background-color: rgb(254,101,239); }
div.DivClassName
{
background-color: #FE65EF;
}
.BgClassName
{
background-color: #FE65EF;
}
</style>
border-color css
<style>
span { border-color: #FE65EF; }
span { border-color: rgb(254,101,239); }
td.TdClassName
{
border-color: #FE65EF;
}
.TagClassName
{
border-color: #FE65EF;
}
</style>