Shades of Pink Flamingo #FE68EA
Tints of Pink Flamingo #FE68EA
RGB
CMYK
RGB Variations
Color information
#FE68EA (or 0xFE68EA) is known color: Pink Flamingo. HEX triplet: FE, 68 and EA. RGB value is (254,104,234). Sum of RGB (Red+Green+Blue) = 254+104+234=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68EA is #019715. Grayscale: #A3A3A3. Windows color (decimal): -104214 or 15362302. OLE color: 15362302.
HSL color Cylindrical-coordinate representation of color #FE68EA: hue angle of 308º 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 #FE68EA is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 234 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.00 |
| HSL | 308º | 0.99% | 0.7% | - |
| HSV(B) | 308º | 0.59% | 1% | - |
| XYZ | 60.67 | 36.91 | 81.77 | - |
| YUV | 163.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 234 | 0 | 0.59 | 0.08 | 0.00 | 308 | 0.99 | 0.7 |
| Hex | FE | 68 | EA | 0 | 3B | 8 | 0 | 134 | 63 | 46 |
| Octal | 376 | 150 | 352 | 0 | 73 | 10 | 0 | 464 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11101010 | 0 | 111011 | 1000 | 0 | 100110100 | 1100011 | 1000110 |
Color Harmonies of #FE68EA
Complementary color
Monochromatic Colors of #FE68EA
Black with #FE68EA
Text Example
Text Example
White with #FE68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68EA; }
p { color: rgb(254,104,234); }
H1.HeaderClassName
{
color: #FE68EA;
}
.AnyTagClassName
{
color: #FE68EA;
}
</style>
background-color css
<style>
a { background-color: #FE68EA; }
a { background-color: rgb(254,104,234); }
div.DivClassName
{
background-color: #FE68EA;
}
.BgClassName
{
background-color: #FE68EA;
}
</style>
border-color css
<style>
span { border-color: #FE68EA; }
span { border-color: rgb(254,104,234); }
td.TdClassName
{
border-color: #FE68EA;
}
.TagClassName
{
border-color: #FE68EA;
}
</style>