Shades of Pink Flamingo #FE69EF
Tints of Pink Flamingo #FE69EF
RGB
CMYK
RGB Variations
Color information
#FE69EF (or 0xFE69EF) is known color: Pink Flamingo. HEX triplet: FE, 69 and EF. RGB value is (254,105,239). Sum of RGB (Red+Green+Blue) = 254+105+239=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 105 (41.41% from 255 or 17.56% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69EF is #019610. Grayscale: #A4A4A4. Windows color (decimal): -103953 or 15690238. OLE color: 15690238.
HSL color Cylindrical-coordinate representation of color #FE69EF: hue angle of 306.04º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE69EF is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 239 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.00 |
| HSL | 306.04º | 0.99% | 0.7% | - |
| HSV(B) | 306.04º | 0.59% | 1% | - |
| XYZ | 61.5 | 37.41 | 85.64 | - |
| YUV | 164.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 239 | 0 | 0.59 | 0.06 | 0.00 | 306.04 | 0.99 | 0.7 |
| Hex | FE | 69 | EF | 0 | 3B | 6 | 0 | 132 | 63 | 46 |
| Octal | 376 | 151 | 357 | 0 | 73 | 6 | 0 | 462 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11101111 | 0 | 111011 | 110 | 0 | 100110010 | 1100011 | 1000110 |
Color Harmonies of #FE69EF
Complementary color
Monochromatic Colors of #FE69EF
Black with #FE69EF
Text Example
Text Example
White with #FE69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69EF; }
p { color: rgb(254,105,239); }
H1.HeaderClassName
{
color: #FE69EF;
}
.AnyTagClassName
{
color: #FE69EF;
}
</style>
background-color css
<style>
a { background-color: #FE69EF; }
a { background-color: rgb(254,105,239); }
div.DivClassName
{
background-color: #FE69EF;
}
.BgClassName
{
background-color: #FE69EF;
}
</style>
border-color css
<style>
span { border-color: #FE69EF; }
span { border-color: rgb(254,105,239); }
td.TdClassName
{
border-color: #FE69EF;
}
.TagClassName
{
border-color: #FE69EF;
}
</style>