Shades of Pink Flamingo #FA64ED
Tints of Pink Flamingo #FA64ED
RGB
CMYK
RGB Variations
Color information
#FA64ED (or 0xFA64ED) is known color: Pink Flamingo. HEX triplet: FA, 64 and ED. RGB value is (250,100,237). Sum of RGB (Red+Green+Blue) = 250+100+237=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64ED is #059B12. Grayscale: #A0A0A0. Windows color (decimal): -367379 or 15557882. OLE color: 15557882.
HSL color Cylindrical-coordinate representation of color #FA64ED: hue angle of 305.2º 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 #FA64ED is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 237 | - |
| CMYK | 0 | 0.6 | 0.05 | 0.02 |
| HSL | 305.2º | 0.94% | 0.69% | - |
| HSV(B) | 305.2º | 0.6% | 0.98% | - |
| XYZ | 59.27 | 35.55 | 83.86 | - |
| YUV | 160.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 237 | 0 | 0.6 | 0.05 | 0.02 | 305.2 | 0.94 | 0.69 |
| Hex | FA | 64 | ED | 0 | 3C | 5 | 2 | 131 | 5E | 45 |
| Octal | 372 | 144 | 355 | 0 | 74 | 5 | 2 | 461 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11101101 | 0 | 111100 | 101 | 10 | 100110001 | 1011110 | 1000101 |
Color Harmonies of #FA64ED
Complementary color
Monochromatic Colors of #FA64ED
Black with #FA64ED
Text Example
Text Example
White with #FA64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64ED; }
p { color: rgb(250,100,237); }
H1.HeaderClassName
{
color: #FA64ED;
}
.AnyTagClassName
{
color: #FA64ED;
}
</style>
background-color css
<style>
a { background-color: #FA64ED; }
a { background-color: rgb(250,100,237); }
div.DivClassName
{
background-color: #FA64ED;
}
.BgClassName
{
background-color: #FA64ED;
}
</style>
border-color css
<style>
span { border-color: #FA64ED; }
span { border-color: rgb(250,100,237); }
td.TdClassName
{
border-color: #FA64ED;
}
.TagClassName
{
border-color: #FA64ED;
}
</style>