Shades of Pink Flamingo #FA69FA
Tints of Pink Flamingo #FA69FA
RGB
CMYK
RGB Variations
Color information
#FA69FA (or 0xFA69FA) is known color: Pink Flamingo. HEX triplet: FA, 69 and FA. RGB value is (250,105,250). Sum of RGB (Red+Green+Blue) = 250+105+250=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 105 (41.41% from 255 or 17.36% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA69FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69FA is #059605. Grayscale: #A4A4A4. Windows color (decimal): -366086 or 16411130. OLE color: 16411130.
HSL color Cylindrical-coordinate representation of color #FA69FA: hue angle of 300º 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 #FA69FA is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 250 | - |
| CMYK | 0 | 0.58 | 0 | 0.02 |
| HSL | 300º | 0.94% | 0.7% | - |
| HSV(B) | 300º | 0.58% | 0.98% | - |
| XYZ | 61.73 | 37.33 | 94.39 | - |
| YUV | 164.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 250 | 0 | 0.58 | 0 | 0.02 | 300 | 0.94 | 0.7 |
| Hex | FA | 69 | FA | 0 | 3A | 0 | 2 | 12C | 5E | 46 |
| Octal | 372 | 151 | 372 | 0 | 72 | 0 | 2 | 454 | 136 | 106 |
| Binary | 11111010 | 1101001 | 11111010 | 0 | 111010 | 0 | 10 | 100101100 | 1011110 | 1000110 |
Color Harmonies of #FA69FA
Complementary color
Monochromatic Colors of #FA69FA
Black with #FA69FA
Text Example
Text Example
White with #FA69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA69FA; }
p { color: rgb(250,105,250); }
H1.HeaderClassName
{
color: #FA69FA;
}
.AnyTagClassName
{
color: #FA69FA;
}
</style>
background-color css
<style>
a { background-color: #FA69FA; }
a { background-color: rgb(250,105,250); }
div.DivClassName
{
background-color: #FA69FA;
}
.BgClassName
{
background-color: #FA69FA;
}
</style>
border-color css
<style>
span { border-color: #FA69FA; }
span { border-color: rgb(250,105,250); }
td.TdClassName
{
border-color: #FA69FA;
}
.TagClassName
{
border-color: #FA69FA;
}
</style>