Shades of Pink Flamingo #FA5FEA
Tints of Pink Flamingo #FA5FEA
RGB
CMYK
RGB Variations
Color information
#FA5FEA (or 0xFA5FEA) is known color: Pink Flamingo. HEX triplet: FA, 5F and EA. RGB value is (250,95,234). Sum of RGB (Red+Green+Blue) = 250+95+234=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FEA is #05A015. Grayscale: #9C9C9C. Windows color (decimal): -368662 or 15359994. OLE color: 15359994.
HSL color Cylindrical-coordinate representation of color #FA5FEA: hue angle of 306.19º 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 #FA5FEA is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 234 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.02 |
| HSL | 306.19º | 0.94% | 0.68% | - |
| HSV(B) | 306.19º | 0.62% | 0.98% | - |
| XYZ | 58.37 | 34.45 | 81.41 | - |
| YUV | 157.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 234 | 0 | 0.62 | 0.06 | 0.02 | 306.19 | 0.94 | 0.68 |
| Hex | FA | 5F | EA | 0 | 3E | 6 | 2 | 132 | 5E | 44 |
| Octal | 372 | 137 | 352 | 0 | 76 | 6 | 2 | 462 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11101010 | 0 | 111110 | 110 | 10 | 100110010 | 1011110 | 1000100 |
Color Harmonies of #FA5FEA
Complementary color
Monochromatic Colors of #FA5FEA
Black with #FA5FEA
Text Example
Text Example
White with #FA5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FEA; }
p { color: rgb(250,95,234); }
H1.HeaderClassName
{
color: #FA5FEA;
}
.AnyTagClassName
{
color: #FA5FEA;
}
</style>
background-color css
<style>
a { background-color: #FA5FEA; }
a { background-color: rgb(250,95,234); }
div.DivClassName
{
background-color: #FA5FEA;
}
.BgClassName
{
background-color: #FA5FEA;
}
</style>
border-color css
<style>
span { border-color: #FA5FEA; }
span { border-color: rgb(250,95,234); }
td.TdClassName
{
border-color: #FA5FEA;
}
.TagClassName
{
border-color: #FA5FEA;
}
</style>