Shades of Pink Flamingo #FA64FA
Tints of Pink Flamingo #FA64FA
RGB
CMYK
RGB Variations
Color information
#FA64FA (or 0xFA64FA) is known color: Pink Flamingo. HEX triplet: FA, 64 and FA. RGB value is (250,100,250). Sum of RGB (Red+Green+Blue) = 250+100+250=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 100 (39.45% from 255 or 16.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64FA is #059B05. Grayscale: #A1A1A1. Windows color (decimal): -367366 or 16409850. OLE color: 16409850.
HSL color Cylindrical-coordinate representation of color #FA64FA: hue angle of 300º 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 #FA64FA is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 250 | - |
| CMYK | 0 | 0.6 | 0 | 0.02 |
| HSL | 300º | 0.94% | 0.69% | - |
| HSV(B) | 300º | 0.6% | 0.98% | - |
| XYZ | 61.24 | 36.34 | 94.23 | - |
| YUV | 161.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 250 | 0 | 0.6 | 0 | 0.02 | 300 | 0.94 | 0.69 |
| Hex | FA | 64 | FA | 0 | 3C | 0 | 2 | 12C | 5E | 45 |
| Octal | 372 | 144 | 372 | 0 | 74 | 0 | 2 | 454 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11111010 | 0 | 111100 | 0 | 10 | 100101100 | 1011110 | 1000101 |
Color Harmonies of #FA64FA
Complementary color
Monochromatic Colors of #FA64FA
Black with #FA64FA
Text Example
Text Example
White with #FA64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64FA; }
p { color: rgb(250,100,250); }
H1.HeaderClassName
{
color: #FA64FA;
}
.AnyTagClassName
{
color: #FA64FA;
}
</style>
background-color css
<style>
a { background-color: #FA64FA; }
a { background-color: rgb(250,100,250); }
div.DivClassName
{
background-color: #FA64FA;
}
.BgClassName
{
background-color: #FA64FA;
}
</style>
border-color css
<style>
span { border-color: #FA64FA; }
span { border-color: rgb(250,100,250); }
td.TdClassName
{
border-color: #FA64FA;
}
.TagClassName
{
border-color: #FA64FA;
}
</style>