Shades of Pink Flamingo #FE69EA
Tints of Pink Flamingo #FE69EA
RGB
CMYK
RGB Variations
Color information
#FE69EA (or 0xFE69EA) is known color: Pink Flamingo. HEX triplet: FE, 69 and EA. RGB value is (254,105,234). Sum of RGB (Red+Green+Blue) = 254+105+234=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69EA is #019615. Grayscale: #A3A3A3. Windows color (decimal): -103958 or 15362558. OLE color: 15362558.
HSL color Cylindrical-coordinate representation of color #FE69EA: hue angle of 308.05º 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 #FE69EA is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 234 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.00 |
| HSL | 308.05º | 0.99% | 0.7% | - |
| HSV(B) | 308.05º | 0.59% | 1% | - |
| XYZ | 60.78 | 37.11 | 81.8 | - |
| YUV | 164.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 234 | 0 | 0.59 | 0.08 | 0.00 | 308.05 | 0.99 | 0.7 |
| Hex | FE | 69 | EA | 0 | 3B | 8 | 0 | 134 | 63 | 46 |
| Octal | 376 | 151 | 352 | 0 | 73 | 10 | 0 | 464 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11101010 | 0 | 111011 | 1000 | 0 | 100110100 | 1100011 | 1000110 |
Color Harmonies of #FE69EA
Complementary color
Monochromatic Colors of #FE69EA
Black with #FE69EA
Text Example
Text Example
White with #FE69EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69EA; }
p { color: rgb(254,105,234); }
H1.HeaderClassName
{
color: #FE69EA;
}
.AnyTagClassName
{
color: #FE69EA;
}
</style>
background-color css
<style>
a { background-color: #FE69EA; }
a { background-color: rgb(254,105,234); }
div.DivClassName
{
background-color: #FE69EA;
}
.BgClassName
{
background-color: #FE69EA;
}
</style>
border-color css
<style>
span { border-color: #FE69EA; }
span { border-color: rgb(254,105,234); }
td.TdClassName
{
border-color: #FE69EA;
}
.TagClassName
{
border-color: #FE69EA;
}
</style>