Shades of Pink Flamingo #FA5FEF
Tints of Pink Flamingo #FA5FEF
RGB
CMYK
RGB Variations
Color information
#FA5FEF (or 0xFA5FEF) is known color: Pink Flamingo. HEX triplet: FA, 5F and EF. RGB value is (250,95,239). Sum of RGB (Red+Green+Blue) = 250+95+239=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FEF is #05A010. Grayscale: #9D9D9D. Windows color (decimal): -368657 or 15687674. OLE color: 15687674.
HSL color Cylindrical-coordinate representation of color #FA5FEF: hue angle of 304.26º 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 #FA5FEF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 239 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.02 |
| HSL | 304.26º | 0.94% | 0.68% | - |
| HSV(B) | 304.26º | 0.62% | 0.98% | - |
| XYZ | 59.1 | 34.74 | 85.25 | - |
| YUV | 157.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 239 | 0 | 0.62 | 0.04 | 0.02 | 304.26 | 0.94 | 0.68 |
| Hex | FA | 5F | EF | 0 | 3E | 4 | 2 | 130 | 5E | 44 |
| Octal | 372 | 137 | 357 | 0 | 76 | 4 | 2 | 460 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11101111 | 0 | 111110 | 100 | 10 | 100110000 | 1011110 | 1000100 |
Color Harmonies of #FA5FEF
Complementary color
Monochromatic Colors of #FA5FEF
Black with #FA5FEF
Text Example
Text Example
White with #FA5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FEF; }
p { color: rgb(250,95,239); }
H1.HeaderClassName
{
color: #FA5FEF;
}
.AnyTagClassName
{
color: #FA5FEF;
}
</style>
background-color css
<style>
a { background-color: #FA5FEF; }
a { background-color: rgb(250,95,239); }
div.DivClassName
{
background-color: #FA5FEF;
}
.BgClassName
{
background-color: #FA5FEF;
}
</style>
border-color css
<style>
span { border-color: #FA5FEF; }
span { border-color: rgb(250,95,239); }
td.TdClassName
{
border-color: #FA5FEF;
}
.TagClassName
{
border-color: #FA5FEF;
}
</style>