Shades of Pink Flamingo #FA68EB
Tints of Pink Flamingo #FA68EB
RGB
CMYK
RGB Variations
Color information
#FA68EB (or 0xFA68EB) is known color: Pink Flamingo. HEX triplet: FA, 68 and EB. RGB value is (250,104,235). Sum of RGB (Red+Green+Blue) = 250+104+235=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68EB is #059714. Grayscale: #A2A2A2. Windows color (decimal): -366357 or 15427834. OLE color: 15427834.
HSL color Cylindrical-coordinate representation of color #FA68EB: hue angle of 306.16º 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 #FA68EB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 235 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.02 |
| HSL | 306.16º | 0.94% | 0.69% | - |
| HSV(B) | 306.16º | 0.58% | 0.98% | - |
| XYZ | 59.37 | 36.22 | 82.46 | - |
| YUV | 162.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 235 | 0 | 0.58 | 0.06 | 0.02 | 306.16 | 0.94 | 0.69 |
| Hex | FA | 68 | EB | 0 | 3A | 6 | 2 | 132 | 5E | 45 |
| Octal | 372 | 150 | 353 | 0 | 72 | 6 | 2 | 462 | 136 | 105 |
| Binary | 11111010 | 1101000 | 11101011 | 0 | 111010 | 110 | 10 | 100110010 | 1011110 | 1000101 |
Color Harmonies of #FA68EB
Complementary color
Monochromatic Colors of #FA68EB
Black with #FA68EB
Text Example
Text Example
White with #FA68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68EB; }
p { color: rgb(250,104,235); }
H1.HeaderClassName
{
color: #FA68EB;
}
.AnyTagClassName
{
color: #FA68EB;
}
</style>
background-color css
<style>
a { background-color: #FA68EB; }
a { background-color: rgb(250,104,235); }
div.DivClassName
{
background-color: #FA68EB;
}
.BgClassName
{
background-color: #FA68EB;
}
</style>
border-color css
<style>
span { border-color: #FA68EB; }
span { border-color: rgb(250,104,235); }
td.TdClassName
{
border-color: #FA68EB;
}
.TagClassName
{
border-color: #FA68EB;
}
</style>