Shades of Pink Flamingo #FA56F2
Tints of Pink Flamingo #FA56F2
RGB
CMYK
RGB Variations
Color information
#FA56F2 (or 0xFA56F2) is known color: Pink Flamingo. HEX triplet: FA, 56 and F2. RGB value is (250,86,242). Sum of RGB (Red+Green+Blue) = 250+86+242=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 86 (33.98% from 255 or 14.88% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA56F2 is #05A90D. Grayscale: #989898. Windows color (decimal): -370958 or 15881978. OLE color: 15881978.
HSL color Cylindrical-coordinate representation of color #FA56F2: hue angle of 302.93º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56F2 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 242 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.02 |
| HSL | 302.93º | 0.94% | 0.66% | - |
| HSV(B) | 302.93º | 0.66% | 0.98% | - |
| XYZ | 58.78 | 33.39 | 87.35 | - |
| YUV | 152.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 242 | 0 | 0.66 | 0.03 | 0.02 | 302.93 | 0.94 | 0.66 |
| Hex | FA | 56 | F2 | 0 | 42 | 3 | 2 | 12F | 5E | 42 |
| Octal | 372 | 126 | 362 | 0 | 102 | 3 | 2 | 457 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11110010 | 0 | 1000010 | 11 | 10 | 100101111 | 1011110 | 1000010 |
Color Harmonies of #FA56F2
Complementary color
Monochromatic Colors of #FA56F2
Black with #FA56F2
Text Example
Text Example
White with #FA56F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56F2; }
p { color: rgb(250,86,242); }
H1.HeaderClassName
{
color: #FA56F2;
}
.AnyTagClassName
{
color: #FA56F2;
}
</style>
background-color css
<style>
a { background-color: #FA56F2; }
a { background-color: rgb(250,86,242); }
div.DivClassName
{
background-color: #FA56F2;
}
.BgClassName
{
background-color: #FA56F2;
}
</style>
border-color css
<style>
span { border-color: #FA56F2; }
span { border-color: rgb(250,86,242); }
td.TdClassName
{
border-color: #FA56F2;
}
.TagClassName
{
border-color: #FA56F2;
}
</style>