Shades of Pink Flamingo #FD64EE
Tints of Pink Flamingo #FD64EE
RGB
CMYK
RGB Variations
Color information
#FD64EE (or 0xFD64EE) is known color: Pink Flamingo. HEX triplet: FD, 64 and EE. RGB value is (253,100,238). Sum of RGB (Red+Green+Blue) = 253+100+238=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64EE is #029B11. Grayscale: #A1A1A1. Windows color (decimal): -170770 or 15623421. OLE color: 15623421.
HSL color Cylindrical-coordinate representation of color #FD64EE: hue angle of 305.88º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD64EE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 238 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.01 |
| HSL | 305.88º | 0.97% | 0.69% | - |
| HSV(B) | 305.88º | 0.6% | 0.99% | - |
| XYZ | 60.5 | 36.17 | 84.68 | - |
| YUV | 161.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 238 | 0 | 0.60 | 0.06 | 0.01 | 305.88 | 0.97 | 0.69 |
| Hex | FD | 64 | EE | 0 | 3C | 6 | 1 | 132 | 61 | 45 |
| Octal | 375 | 144 | 356 | 0 | 74 | 6 | 1 | 462 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11101110 | 0 | 111100 | 110 | 1 | 100110010 | 1100001 | 1000101 |
Color Harmonies of #FD64EE
Complementary color
Monochromatic Colors of #FD64EE
Black with #FD64EE
Text Example
Text Example
White with #FD64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64EE; }
p { color: rgb(253,100,238); }
H1.HeaderClassName
{
color: #FD64EE;
}
.AnyTagClassName
{
color: #FD64EE;
}
</style>
background-color css
<style>
a { background-color: #FD64EE; }
a { background-color: rgb(253,100,238); }
div.DivClassName
{
background-color: #FD64EE;
}
.BgClassName
{
background-color: #FD64EE;
}
</style>
border-color css
<style>
span { border-color: #FD64EE; }
span { border-color: rgb(253,100,238); }
td.TdClassName
{
border-color: #FD64EE;
}
.TagClassName
{
border-color: #FD64EE;
}
</style>