Shades of Pink Flamingo #FA68EA
Tints of Pink Flamingo #FA68EA
RGB
CMYK
RGB Variations
Color information
#FA68EA (or 0xFA68EA) is known color: Pink Flamingo. HEX triplet: FA, 68 and EA. RGB value is (250,104,234). Sum of RGB (Red+Green+Blue) = 250+104+234=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68EA is #059715. Grayscale: #A2A2A2. Windows color (decimal): -366358 or 15362298. OLE color: 15362298.
HSL color Cylindrical-coordinate representation of color #FA68EA: hue angle of 306.58º 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 #FA68EA is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 234 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.02 |
| HSL | 306.58º | 0.94% | 0.69% | - |
| HSV(B) | 306.58º | 0.58% | 0.98% | - |
| XYZ | 59.23 | 36.17 | 81.7 | - |
| YUV | 162.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 234 | 0 | 0.58 | 0.06 | 0.02 | 306.58 | 0.94 | 0.69 |
| Hex | FA | 68 | EA | 0 | 3A | 6 | 2 | 133 | 5E | 45 |
| Octal | 372 | 150 | 352 | 0 | 72 | 6 | 2 | 463 | 136 | 105 |
| Binary | 11111010 | 1101000 | 11101010 | 0 | 111010 | 110 | 10 | 100110011 | 1011110 | 1000101 |
Color Harmonies of #FA68EA
Complementary color
Monochromatic Colors of #FA68EA
Black with #FA68EA
Text Example
Text Example
White with #FA68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68EA; }
p { color: rgb(250,104,234); }
H1.HeaderClassName
{
color: #FA68EA;
}
.AnyTagClassName
{
color: #FA68EA;
}
</style>
background-color css
<style>
a { background-color: #FA68EA; }
a { background-color: rgb(250,104,234); }
div.DivClassName
{
background-color: #FA68EA;
}
.BgClassName
{
background-color: #FA68EA;
}
</style>
border-color css
<style>
span { border-color: #FA68EA; }
span { border-color: rgb(250,104,234); }
td.TdClassName
{
border-color: #FA68EA;
}
.TagClassName
{
border-color: #FA68EA;
}
</style>