Shades of Pink Flamingo #FA64F2
Tints of Pink Flamingo #FA64F2
RGB
CMYK
RGB Variations
Color information
#FA64F2 (or 0xFA64F2) is known color: Pink Flamingo. HEX triplet: FA, 64 and F2. RGB value is (250,100,242). Sum of RGB (Red+Green+Blue) = 250+100+242=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64F2 is #059B0D. Grayscale: #A0A0A0. Windows color (decimal): -367374 or 15885562. OLE color: 15885562.
HSL color Cylindrical-coordinate representation of color #FA64F2: hue angle of 303.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 #FA64F2 is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 242 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.02 |
| HSL | 303.2º | 0.94% | 0.69% | - |
| HSV(B) | 303.2º | 0.6% | 0.98% | - |
| XYZ | 60.01 | 35.85 | 87.76 | - |
| YUV | 161.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 242 | 0 | 0.6 | 0.03 | 0.02 | 303.2 | 0.94 | 0.69 |
| Hex | FA | 64 | F2 | 0 | 3C | 3 | 2 | 12F | 5E | 45 |
| Octal | 372 | 144 | 362 | 0 | 74 | 3 | 2 | 457 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11110010 | 0 | 111100 | 11 | 10 | 100101111 | 1011110 | 1000101 |
Color Harmonies of #FA64F2
Complementary color
Monochromatic Colors of #FA64F2
Black with #FA64F2
Text Example
Text Example
White with #FA64F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64F2; }
p { color: rgb(250,100,242); }
H1.HeaderClassName
{
color: #FA64F2;
}
.AnyTagClassName
{
color: #FA64F2;
}
</style>
background-color css
<style>
a { background-color: #FA64F2; }
a { background-color: rgb(250,100,242); }
div.DivClassName
{
background-color: #FA64F2;
}
.BgClassName
{
background-color: #FA64F2;
}
</style>
border-color css
<style>
span { border-color: #FA64F2; }
span { border-color: rgb(250,100,242); }
td.TdClassName
{
border-color: #FA64F2;
}
.TagClassName
{
border-color: #FA64F2;
}
</style>