Shades of Pink Flamingo #FE68F8
Tints of Pink Flamingo #FE68F8
RGB
CMYK
RGB Variations
Color information
#FE68F8 (or 0xFE68F8) is known color: Pink Flamingo. HEX triplet: FE, 68 and F8. RGB value is (254,104,248). Sum of RGB (Red+Green+Blue) = 254+104+248=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 104 (41.02% from 255 or 17.16% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68F8 is #019707. Grayscale: #A4A4A4. Windows color (decimal): -104200 or 16279806. OLE color: 16279806.
HSL color Cylindrical-coordinate representation of color #FE68F8: hue angle of 302.4º 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 #FE68F8 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 248 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.00 |
| HSL | 302.4º | 0.99% | 0.7% | - |
| HSV(B) | 302.4º | 0.59% | 1% | - |
| XYZ | 62.77 | 37.75 | 92.79 | - |
| YUV | 165.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 248 | 0 | 0.59 | 0.02 | 0.00 | 302.4 | 0.99 | 0.7 |
| Hex | FE | 68 | F8 | 0 | 3B | 2 | 0 | 12E | 63 | 46 |
| Octal | 376 | 150 | 370 | 0 | 73 | 2 | 0 | 456 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11111000 | 0 | 111011 | 10 | 0 | 100101110 | 1100011 | 1000110 |
Color Harmonies of #FE68F8
Complementary color
Monochromatic Colors of #FE68F8
Black with #FE68F8
Text Example
Text Example
White with #FE68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68F8; }
p { color: rgb(254,104,248); }
H1.HeaderClassName
{
color: #FE68F8;
}
.AnyTagClassName
{
color: #FE68F8;
}
</style>
background-color css
<style>
a { background-color: #FE68F8; }
a { background-color: rgb(254,104,248); }
div.DivClassName
{
background-color: #FE68F8;
}
.BgClassName
{
background-color: #FE68F8;
}
</style>
border-color css
<style>
span { border-color: #FE68F8; }
span { border-color: rgb(254,104,248); }
td.TdClassName
{
border-color: #FE68F8;
}
.TagClassName
{
border-color: #FE68F8;
}
</style>