Shades of Pink Flamingo #FE64FD
Tints of Pink Flamingo #FE64FD
RGB
CMYK
RGB Variations
Color information
#FE64FD (or 0xFE64FD) is known color: Pink Flamingo. HEX triplet: FE, 64 and FD. RGB value is (254,100,253). Sum of RGB (Red+Green+Blue) = 254+100+253=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 100 (39.45% from 255 or 16.47% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64FD is #019B02. Grayscale: #A3A3A3. Windows color (decimal): -105219 or 16606462. OLE color: 16606462.
HSL color Cylindrical-coordinate representation of color #FE64FD: hue angle of 300.39º 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 #FE64FD is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 253 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.00 |
| HSL | 300.39º | 0.99% | 0.69% | - |
| HSV(B) | 300.39º | 0.61% | 1% | - |
| XYZ | 63.16 | 37.28 | 96.79 | - |
| YUV | 163.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 253 | 0 | 0.61 | 0.00 | 0.00 | 300.39 | 0.99 | 0.69 |
| Hex | FE | 64 | FD | 0 | 3D | 0 | 0 | 12C | 63 | 45 |
| Octal | 376 | 144 | 375 | 0 | 75 | 0 | 0 | 454 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11111101 | 0 | 111101 | 0 | 0 | 100101100 | 1100011 | 1000101 |
Color Harmonies of #FE64FD
Complementary color
Monochromatic Colors of #FE64FD
Black with #FE64FD
Text Example
Text Example
White with #FE64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64FD; }
p { color: rgb(254,100,253); }
H1.HeaderClassName
{
color: #FE64FD;
}
.AnyTagClassName
{
color: #FE64FD;
}
</style>
background-color css
<style>
a { background-color: #FE64FD; }
a { background-color: rgb(254,100,253); }
div.DivClassName
{
background-color: #FE64FD;
}
.BgClassName
{
background-color: #FE64FD;
}
</style>
border-color css
<style>
span { border-color: #FE64FD; }
span { border-color: rgb(254,100,253); }
td.TdClassName
{
border-color: #FE64FD;
}
.TagClassName
{
border-color: #FE64FD;
}
</style>