Shades of Pink Flamingo #FA68E8
Tints of Pink Flamingo #FA68E8
RGB
CMYK
RGB Variations
Color information
#FA68E8 (or 0xFA68E8) is known color: Pink Flamingo. HEX triplet: FA, 68 and E8. RGB value is (250,104,232). Sum of RGB (Red+Green+Blue) = 250+104+232=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68E8 is #059717. Grayscale: #A1A1A1. Windows color (decimal): -366360 or 15231226. OLE color: 15231226.
HSL color Cylindrical-coordinate representation of color #FA68E8: hue angle of 307.4º 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 #FA68E8 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 232 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.02 |
| HSL | 307.4º | 0.94% | 0.69% | - |
| HSV(B) | 307.4º | 0.58% | 0.98% | - |
| XYZ | 58.94 | 36.05 | 80.2 | - |
| YUV | 162.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 232 | 0 | 0.58 | 0.07 | 0.02 | 307.4 | 0.94 | 0.69 |
| Hex | FA | 68 | E8 | 0 | 3A | 7 | 2 | 133 | 5E | 45 |
| Octal | 372 | 150 | 350 | 0 | 72 | 7 | 2 | 463 | 136 | 105 |
| Binary | 11111010 | 1101000 | 11101000 | 0 | 111010 | 111 | 10 | 100110011 | 1011110 | 1000101 |
Color Harmonies of #FA68E8
Complementary color
Monochromatic Colors of #FA68E8
Black with #FA68E8
Text Example
Text Example
White with #FA68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68E8; }
p { color: rgb(250,104,232); }
H1.HeaderClassName
{
color: #FA68E8;
}
.AnyTagClassName
{
color: #FA68E8;
}
</style>
background-color css
<style>
a { background-color: #FA68E8; }
a { background-color: rgb(250,104,232); }
div.DivClassName
{
background-color: #FA68E8;
}
.BgClassName
{
background-color: #FA68E8;
}
</style>
border-color css
<style>
span { border-color: #FA68E8; }
span { border-color: rgb(250,104,232); }
td.TdClassName
{
border-color: #FA68E8;
}
.TagClassName
{
border-color: #FA68E8;
}
</style>