Shades of Pink Flamingo #FA5FEC
Tints of Pink Flamingo #FA5FEC
RGB
CMYK
RGB Variations
Color information
#FA5FEC (or 0xFA5FEC) is known color: Pink Flamingo. HEX triplet: FA, 5F and EC. RGB value is (250,95,236). Sum of RGB (Red+Green+Blue) = 250+95+236=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FEC is #05A013. Grayscale: #9D9D9D. Windows color (decimal): -368660 or 15491066. OLE color: 15491066.
HSL color Cylindrical-coordinate representation of color #FA5FEC: hue angle of 305.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FEC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 236 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.02 |
| HSL | 305.42º | 0.94% | 0.68% | - |
| HSV(B) | 305.42º | 0.62% | 0.98% | - |
| XYZ | 58.66 | 34.56 | 82.94 | - |
| YUV | 157.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 236 | 0 | 0.62 | 0.06 | 0.02 | 305.42 | 0.94 | 0.68 |
| Hex | FA | 5F | EC | 0 | 3E | 6 | 2 | 131 | 5E | 44 |
| Octal | 372 | 137 | 354 | 0 | 76 | 6 | 2 | 461 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11101100 | 0 | 111110 | 110 | 10 | 100110001 | 1011110 | 1000100 |
Color Harmonies of #FA5FEC
Complementary color
Monochromatic Colors of #FA5FEC
Black with #FA5FEC
Text Example
Text Example
White with #FA5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FEC; }
p { color: rgb(250,95,236); }
H1.HeaderClassName
{
color: #FA5FEC;
}
.AnyTagClassName
{
color: #FA5FEC;
}
</style>
background-color css
<style>
a { background-color: #FA5FEC; }
a { background-color: rgb(250,95,236); }
div.DivClassName
{
background-color: #FA5FEC;
}
.BgClassName
{
background-color: #FA5FEC;
}
</style>
border-color css
<style>
span { border-color: #FA5FEC; }
span { border-color: rgb(250,95,236); }
td.TdClassName
{
border-color: #FA5FEC;
}
.TagClassName
{
border-color: #FA5FEC;
}
</style>