Shades of Pink Flamingo #FA68EF
Tints of Pink Flamingo #FA68EF
RGB
CMYK
RGB Variations
Color information
#FA68EF (or 0xFA68EF) is known color: Pink Flamingo. HEX triplet: FA, 68 and EF. RGB value is (250,104,239). Sum of RGB (Red+Green+Blue) = 250+104+239=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68EF is #059710. Grayscale: #A2A2A2. Windows color (decimal): -366353 or 15689978. OLE color: 15689978.
HSL color Cylindrical-coordinate representation of color #FA68EF: hue angle of 304.52º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA68EF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 239 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.02 |
| HSL | 304.52º | 0.94% | 0.69% | - |
| HSV(B) | 304.52º | 0.58% | 0.98% | - |
| XYZ | 59.95 | 36.46 | 85.54 | - |
| YUV | 163.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 239 | 0 | 0.58 | 0.04 | 0.02 | 304.52 | 0.94 | 0.69 |
| Hex | FA | 68 | EF | 0 | 3A | 4 | 2 | 131 | 5E | 45 |
| Octal | 372 | 150 | 357 | 0 | 72 | 4 | 2 | 461 | 136 | 105 |
| Binary | 11111010 | 1101000 | 11101111 | 0 | 111010 | 100 | 10 | 100110001 | 1011110 | 1000101 |
Color Harmonies of #FA68EF
Complementary color
Monochromatic Colors of #FA68EF
Black with #FA68EF
Text Example
Text Example
White with #FA68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68EF; }
p { color: rgb(250,104,239); }
H1.HeaderClassName
{
color: #FA68EF;
}
.AnyTagClassName
{
color: #FA68EF;
}
</style>
background-color css
<style>
a { background-color: #FA68EF; }
a { background-color: rgb(250,104,239); }
div.DivClassName
{
background-color: #FA68EF;
}
.BgClassName
{
background-color: #FA68EF;
}
</style>
border-color css
<style>
span { border-color: #FA68EF; }
span { border-color: rgb(250,104,239); }
td.TdClassName
{
border-color: #FA68EF;
}
.TagClassName
{
border-color: #FA68EF;
}
</style>