Shades of Pink Flamingo #FE68F4
Tints of Pink Flamingo #FE68F4
RGB
CMYK
RGB Variations
Color information
#FE68F4 (or 0xFE68F4) is known color: Pink Flamingo. HEX triplet: FE, 68 and F4. RGB value is (254,104,244). Sum of RGB (Red+Green+Blue) = 254+104+244=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 104 (41.02% from 255 or 17.28% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68F4 is #01970B. Grayscale: #A4A4A4. Windows color (decimal): -104204 or 16017662. OLE color: 16017662.
HSL color Cylindrical-coordinate representation of color #FE68F4: hue angle of 304º 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 #FE68F4 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 244 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.00 |
| HSL | 304º | 0.99% | 0.7% | - |
| HSV(B) | 304º | 0.59% | 1% | - |
| XYZ | 62.15 | 37.5 | 89.55 | - |
| YUV | 164.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 244 | 0 | 0.59 | 0.04 | 0.00 | 304 | 0.99 | 0.7 |
| Hex | FE | 68 | F4 | 0 | 3B | 4 | 0 | 130 | 63 | 46 |
| Octal | 376 | 150 | 364 | 0 | 73 | 4 | 0 | 460 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11110100 | 0 | 111011 | 100 | 0 | 100110000 | 1100011 | 1000110 |
Color Harmonies of #FE68F4
Complementary color
Monochromatic Colors of #FE68F4
Black with #FE68F4
Text Example
Text Example
White with #FE68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68F4; }
p { color: rgb(254,104,244); }
H1.HeaderClassName
{
color: #FE68F4;
}
.AnyTagClassName
{
color: #FE68F4;
}
</style>
background-color css
<style>
a { background-color: #FE68F4; }
a { background-color: rgb(254,104,244); }
div.DivClassName
{
background-color: #FE68F4;
}
.BgClassName
{
background-color: #FE68F4;
}
</style>
border-color css
<style>
span { border-color: #FE68F4; }
span { border-color: rgb(254,104,244); }
td.TdClassName
{
border-color: #FE68F4;
}
.TagClassName
{
border-color: #FE68F4;
}
</style>