Shades of Pink Flamingo #FE68F6
Tints of Pink Flamingo #FE68F6
RGB
CMYK
RGB Variations
Color information
#FE68F6 (or 0xFE68F6) is known color: Pink Flamingo. HEX triplet: FE, 68 and F6. RGB value is (254,104,246). Sum of RGB (Red+Green+Blue) = 254+104+246=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68F6 is #019709. Grayscale: #A4A4A4. Windows color (decimal): -104202 or 16148734. OLE color: 16148734.
HSL color Cylindrical-coordinate representation of color #FE68F6: hue angle of 303.2º 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 #FE68F6 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 246 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.00 |
| HSL | 303.2º | 0.99% | 0.7% | - |
| HSV(B) | 303.2º | 0.59% | 1% | - |
| XYZ | 62.46 | 37.63 | 91.16 | - |
| YUV | 165.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 246 | 0 | 0.59 | 0.03 | 0.00 | 303.2 | 0.99 | 0.7 |
| Hex | FE | 68 | F6 | 0 | 3B | 3 | 0 | 12F | 63 | 46 |
| Octal | 376 | 150 | 366 | 0 | 73 | 3 | 0 | 457 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11110110 | 0 | 111011 | 11 | 0 | 100101111 | 1100011 | 1000110 |
Color Harmonies of #FE68F6
Complementary color
Monochromatic Colors of #FE68F6
Black with #FE68F6
Text Example
Text Example
White with #FE68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68F6; }
p { color: rgb(254,104,246); }
H1.HeaderClassName
{
color: #FE68F6;
}
.AnyTagClassName
{
color: #FE68F6;
}
</style>
background-color css
<style>
a { background-color: #FE68F6; }
a { background-color: rgb(254,104,246); }
div.DivClassName
{
background-color: #FE68F6;
}
.BgClassName
{
background-color: #FE68F6;
}
</style>
border-color css
<style>
span { border-color: #FE68F6; }
span { border-color: rgb(254,104,246); }
td.TdClassName
{
border-color: #FE68F6;
}
.TagClassName
{
border-color: #FE68F6;
}
</style>