Shades of Pink Flamingo #FA64EF
Tints of Pink Flamingo #FA64EF
RGB
CMYK
RGB Variations
Color information
#FA64EF (or 0xFA64EF) is known color: Pink Flamingo. HEX triplet: FA, 64 and EF. RGB value is (250,100,239). Sum of RGB (Red+Green+Blue) = 250+100+239=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64EF is #059B10. Grayscale: #A0A0A0. Windows color (decimal): -367377 or 15688954. OLE color: 15688954.
HSL color Cylindrical-coordinate representation of color #FA64EF: hue angle of 304.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64EF is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 239 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.02 |
| HSL | 304.4º | 0.94% | 0.69% | - |
| HSV(B) | 304.4º | 0.6% | 0.98% | - |
| XYZ | 59.56 | 35.67 | 85.41 | - |
| YUV | 160.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 239 | 0 | 0.6 | 0.04 | 0.02 | 304.4 | 0.94 | 0.69 |
| Hex | FA | 64 | EF | 0 | 3C | 4 | 2 | 130 | 5E | 45 |
| Octal | 372 | 144 | 357 | 0 | 74 | 4 | 2 | 460 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11101111 | 0 | 111100 | 100 | 10 | 100110000 | 1011110 | 1000101 |
Color Harmonies of #FA64EF
Complementary color
Monochromatic Colors of #FA64EF
Black with #FA64EF
Text Example
Text Example
White with #FA64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64EF; }
p { color: rgb(250,100,239); }
H1.HeaderClassName
{
color: #FA64EF;
}
.AnyTagClassName
{
color: #FA64EF;
}
</style>
background-color css
<style>
a { background-color: #FA64EF; }
a { background-color: rgb(250,100,239); }
div.DivClassName
{
background-color: #FA64EF;
}
.BgClassName
{
background-color: #FA64EF;
}
</style>
border-color css
<style>
span { border-color: #FA64EF; }
span { border-color: rgb(250,100,239); }
td.TdClassName
{
border-color: #FA64EF;
}
.TagClassName
{
border-color: #FA64EF;
}
</style>