Shades of Pink Flamingo #FA69EF
Tints of Pink Flamingo #FA69EF
RGB
CMYK
RGB Variations
Color information
#FA69EF (or 0xFA69EF) is known color: Pink Flamingo. HEX triplet: FA, 69 and EF. RGB value is (250,105,239). Sum of RGB (Red+Green+Blue) = 250+105+239=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69EF is #059610. Grayscale: #A3A3A3. Windows color (decimal): -366097 or 15690234. OLE color: 15690234.
HSL color Cylindrical-coordinate representation of color #FA69EF: hue angle of 304.55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA69EF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 239 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.02 |
| HSL | 304.55º | 0.94% | 0.7% | - |
| HSV(B) | 304.55º | 0.58% | 0.98% | - |
| XYZ | 60.06 | 36.66 | 85.57 | - |
| YUV | 163.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 239 | 0 | 0.58 | 0.04 | 0.02 | 304.55 | 0.94 | 0.7 |
| Hex | FA | 69 | EF | 0 | 3A | 4 | 2 | 131 | 5E | 46 |
| Octal | 372 | 151 | 357 | 0 | 72 | 4 | 2 | 461 | 136 | 106 |
| Binary | 11111010 | 1101001 | 11101111 | 0 | 111010 | 100 | 10 | 100110001 | 1011110 | 1000110 |
Color Harmonies of #FA69EF
Complementary color
Monochromatic Colors of #FA69EF
Black with #FA69EF
Text Example
Text Example
White with #FA69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA69EF; }
p { color: rgb(250,105,239); }
H1.HeaderClassName
{
color: #FA69EF;
}
.AnyTagClassName
{
color: #FA69EF;
}
</style>
background-color css
<style>
a { background-color: #FA69EF; }
a { background-color: rgb(250,105,239); }
div.DivClassName
{
background-color: #FA69EF;
}
.BgClassName
{
background-color: #FA69EF;
}
</style>
border-color css
<style>
span { border-color: #FA69EF; }
span { border-color: rgb(250,105,239); }
td.TdClassName
{
border-color: #FA69EF;
}
.TagClassName
{
border-color: #FA69EF;
}
</style>