Shades of Pink Flamingo #FE64FE
Tints of Pink Flamingo #FE64FE
RGB
CMYK
RGB Variations
Color information
#FE64FE (or 0xFE64FE) is known color: Pink Flamingo. HEX triplet: FE, 64 and FE. RGB value is (254,100,254). Sum of RGB (Red+Green+Blue) = 254+100+254=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 100 (39.45% from 255 or 16.45% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64FE is #019B01. Grayscale: #A3A3A3. Windows color (decimal): -105218 or 16671998. OLE color: 16671998.
HSL color Cylindrical-coordinate representation of color #FE64FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64FE is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 254 | - |
| CMYK | 0 | 0.61 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.69% | - |
| HSV(B) | 300º | 0.61% | 1% | - |
| XYZ | 63.32 | 37.34 | 97.64 | - |
| YUV | 163.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 254 | 0 | 0.61 | 0 | 0.00 | 300 | 0.99 | 0.69 |
| Hex | FE | 64 | FE | 0 | 3D | 0 | 0 | 12C | 63 | 45 |
| Octal | 376 | 144 | 376 | 0 | 75 | 0 | 0 | 454 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11111110 | 0 | 111101 | 0 | 0 | 100101100 | 1100011 | 1000101 |
Color Harmonies of #FE64FE
Complementary color
Monochromatic Colors of #FE64FE
Black with #FE64FE
Text Example
Text Example
White with #FE64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64FE; }
p { color: rgb(254,100,254); }
H1.HeaderClassName
{
color: #FE64FE;
}
.AnyTagClassName
{
color: #FE64FE;
}
</style>
background-color css
<style>
a { background-color: #FE64FE; }
a { background-color: rgb(254,100,254); }
div.DivClassName
{
background-color: #FE64FE;
}
.BgClassName
{
background-color: #FE64FE;
}
</style>
border-color css
<style>
span { border-color: #FE64FE; }
span { border-color: rgb(254,100,254); }
td.TdClassName
{
border-color: #FE64FE;
}
.TagClassName
{
border-color: #FE64FE;
}
</style>