Shades of Pink Flamingo #FA69ED
Tints of Pink Flamingo #FA69ED
RGB
CMYK
RGB Variations
Color information
#FA69ED (or 0xFA69ED) is known color: Pink Flamingo. HEX triplet: FA, 69 and ED. RGB value is (250,105,237). Sum of RGB (Red+Green+Blue) = 250+105+237=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 105 (41.41% from 255 or 17.74% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69ED is #059612. Grayscale: #A3A3A3. Windows color (decimal): -366099 or 15559162. OLE color: 15559162.
HSL color Cylindrical-coordinate representation of color #FA69ED: hue angle of 305.38º 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 #FA69ED is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 237 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.02 |
| HSL | 305.38º | 0.94% | 0.7% | - |
| HSV(B) | 305.38º | 0.58% | 0.98% | - |
| XYZ | 59.76 | 36.54 | 84.02 | - |
| YUV | 163.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 237 | 0 | 0.58 | 0.05 | 0.02 | 305.38 | 0.94 | 0.7 |
| Hex | FA | 69 | ED | 0 | 3A | 5 | 2 | 131 | 5E | 46 |
| Octal | 372 | 151 | 355 | 0 | 72 | 5 | 2 | 461 | 136 | 106 |
| Binary | 11111010 | 1101001 | 11101101 | 0 | 111010 | 101 | 10 | 100110001 | 1011110 | 1000110 |
Color Harmonies of #FA69ED
Complementary color
Monochromatic Colors of #FA69ED
Black with #FA69ED
Text Example
Text Example
White with #FA69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA69ED; }
p { color: rgb(250,105,237); }
H1.HeaderClassName
{
color: #FA69ED;
}
.AnyTagClassName
{
color: #FA69ED;
}
</style>
background-color css
<style>
a { background-color: #FA69ED; }
a { background-color: rgb(250,105,237); }
div.DivClassName
{
background-color: #FA69ED;
}
.BgClassName
{
background-color: #FA69ED;
}
</style>
border-color css
<style>
span { border-color: #FA69ED; }
span { border-color: rgb(250,105,237); }
td.TdClassName
{
border-color: #FA69ED;
}
.TagClassName
{
border-color: #FA69ED;
}
</style>