Shades of Pink Flamingo #FE65EE
Tints of Pink Flamingo #FE65EE
RGB
CMYK
RGB Variations
Color information
#FE65EE (or 0xFE65EE) is known color: Pink Flamingo. HEX triplet: FE, 65 and EE. RGB value is (254,101,238). Sum of RGB (Red+Green+Blue) = 254+101+238=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65EE is #019A11. Grayscale: #A1A1A1. Windows color (decimal): -104978 or 15623678. OLE color: 15623678.
HSL color Cylindrical-coordinate representation of color #FE65EE: hue angle of 306.27º 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 #FE65EE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 238 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.00 |
| HSL | 306.27º | 0.99% | 0.7% | - |
| HSV(B) | 306.27º | 0.6% | 1% | - |
| XYZ | 60.96 | 36.55 | 84.73 | - |
| YUV | 162.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 238 | 0 | 0.60 | 0.06 | 0.00 | 306.27 | 0.99 | 0.7 |
| Hex | FE | 65 | EE | 0 | 3C | 6 | 0 | 132 | 63 | 46 |
| Octal | 376 | 145 | 356 | 0 | 74 | 6 | 0 | 462 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11101110 | 0 | 111100 | 110 | 0 | 100110010 | 1100011 | 1000110 |
Color Harmonies of #FE65EE
Complementary color
Monochromatic Colors of #FE65EE
Black with #FE65EE
Text Example
Text Example
White with #FE65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65EE; }
p { color: rgb(254,101,238); }
H1.HeaderClassName
{
color: #FE65EE;
}
.AnyTagClassName
{
color: #FE65EE;
}
</style>
background-color css
<style>
a { background-color: #FE65EE; }
a { background-color: rgb(254,101,238); }
div.DivClassName
{
background-color: #FE65EE;
}
.BgClassName
{
background-color: #FE65EE;
}
</style>
border-color css
<style>
span { border-color: #FE65EE; }
span { border-color: rgb(254,101,238); }
td.TdClassName
{
border-color: #FE65EE;
}
.TagClassName
{
border-color: #FE65EE;
}
</style>