Shades of Pink Flamingo #FA61EA
Tints of Pink Flamingo #FA61EA
RGB
CMYK
RGB Variations
Color information
#FA61EA (or 0xFA61EA) is known color: Pink Flamingo. HEX triplet: FA, 61 and EA. RGB value is (250,97,234). Sum of RGB (Red+Green+Blue) = 250+97+234=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 97 (38.28% from 255 or 16.70% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA61EA is #059E15. Grayscale: #9D9D9D. Windows color (decimal): -368150 or 15360506. OLE color: 15360506.
HSL color Cylindrical-coordinate representation of color #FA61EA: hue angle of 306.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61EA is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 234 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.02 |
| HSL | 306.27º | 0.94% | 0.68% | - |
| HSV(B) | 306.27º | 0.61% | 0.98% | - |
| XYZ | 58.55 | 34.81 | 81.48 | - |
| YUV | 158.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 234 | 0 | 0.61 | 0.06 | 0.02 | 306.27 | 0.94 | 0.68 |
| Hex | FA | 61 | EA | 0 | 3D | 6 | 2 | 132 | 5E | 44 |
| Octal | 372 | 141 | 352 | 0 | 75 | 6 | 2 | 462 | 136 | 104 |
| Binary | 11111010 | 1100001 | 11101010 | 0 | 111101 | 110 | 10 | 100110010 | 1011110 | 1000100 |
Color Harmonies of #FA61EA
Complementary color
Monochromatic Colors of #FA61EA
Black with #FA61EA
Text Example
Text Example
White with #FA61EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61EA; }
p { color: rgb(250,97,234); }
H1.HeaderClassName
{
color: #FA61EA;
}
.AnyTagClassName
{
color: #FA61EA;
}
</style>
background-color css
<style>
a { background-color: #FA61EA; }
a { background-color: rgb(250,97,234); }
div.DivClassName
{
background-color: #FA61EA;
}
.BgClassName
{
background-color: #FA61EA;
}
</style>
border-color css
<style>
span { border-color: #FA61EA; }
span { border-color: rgb(250,97,234); }
td.TdClassName
{
border-color: #FA61EA;
}
.TagClassName
{
border-color: #FA61EA;
}
</style>