Shades of Pink Flamingo #FE68F2
Tints of Pink Flamingo #FE68F2
RGB
CMYK
RGB Variations
Color information
#FE68F2 (or 0xFE68F2) is known color: Pink Flamingo. HEX triplet: FE, 68 and F2. RGB value is (254,104,242). Sum of RGB (Red+Green+Blue) = 254+104+242=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 104 (41.02% from 255 or 17.33% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68F2 is #01970D. Grayscale: #A4A4A4. Windows color (decimal): -104206 or 15886590. OLE color: 15886590.
HSL color Cylindrical-coordinate representation of color #FE68F2: hue angle of 304.8º 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 #FE68F2 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 242 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.00 |
| HSL | 304.8º | 0.99% | 0.7% | - |
| HSV(B) | 304.8º | 0.59% | 1% | - |
| XYZ | 61.85 | 37.38 | 87.96 | - |
| YUV | 164.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 242 | 0 | 0.59 | 0.05 | 0.00 | 304.8 | 0.99 | 0.7 |
| Hex | FE | 68 | F2 | 0 | 3B | 5 | 0 | 131 | 63 | 46 |
| Octal | 376 | 150 | 362 | 0 | 73 | 5 | 0 | 461 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11110010 | 0 | 111011 | 101 | 0 | 100110001 | 1100011 | 1000110 |
Color Harmonies of #FE68F2
Complementary color
Monochromatic Colors of #FE68F2
Black with #FE68F2
Text Example
Text Example
White with #FE68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68F2; }
p { color: rgb(254,104,242); }
H1.HeaderClassName
{
color: #FE68F2;
}
.AnyTagClassName
{
color: #FE68F2;
}
</style>
background-color css
<style>
a { background-color: #FE68F2; }
a { background-color: rgb(254,104,242); }
div.DivClassName
{
background-color: #FE68F2;
}
.BgClassName
{
background-color: #FE68F2;
}
</style>
border-color css
<style>
span { border-color: #FE68F2; }
span { border-color: rgb(254,104,242); }
td.TdClassName
{
border-color: #FE68F2;
}
.TagClassName
{
border-color: #FE68F2;
}
</style>