Shades of Pink Flamingo #FA65EE
Tints of Pink Flamingo #FA65EE
RGB
CMYK
RGB Variations
Color information
#FA65EE (or 0xFA65EE) is known color: Pink Flamingo. HEX triplet: FA, 65 and EE. RGB value is (250,101,238). Sum of RGB (Red+Green+Blue) = 250+101+238=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65EE is #059A11. Grayscale: #A0A0A0. Windows color (decimal): -367122 or 15623674. OLE color: 15623674.
HSL color Cylindrical-coordinate representation of color #FA65EE: hue angle of 304.83º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65EE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 238 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.02 |
| HSL | 304.83º | 0.94% | 0.69% | - |
| HSV(B) | 304.83º | 0.6% | 0.98% | - |
| XYZ | 59.51 | 35.8 | 84.66 | - |
| YUV | 161.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 238 | 0 | 0.60 | 0.05 | 0.02 | 304.83 | 0.94 | 0.69 |
| Hex | FA | 65 | EE | 0 | 3C | 5 | 2 | 131 | 5E | 45 |
| Octal | 372 | 145 | 356 | 0 | 74 | 5 | 2 | 461 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11101110 | 0 | 111100 | 101 | 10 | 100110001 | 1011110 | 1000101 |
Color Harmonies of #FA65EE
Complementary color
Monochromatic Colors of #FA65EE
Black with #FA65EE
Text Example
Text Example
White with #FA65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65EE; }
p { color: rgb(250,101,238); }
H1.HeaderClassName
{
color: #FA65EE;
}
.AnyTagClassName
{
color: #FA65EE;
}
</style>
background-color css
<style>
a { background-color: #FA65EE; }
a { background-color: rgb(250,101,238); }
div.DivClassName
{
background-color: #FA65EE;
}
.BgClassName
{
background-color: #FA65EE;
}
</style>
border-color css
<style>
span { border-color: #FA65EE; }
span { border-color: rgb(250,101,238); }
td.TdClassName
{
border-color: #FA65EE;
}
.TagClassName
{
border-color: #FA65EE;
}
</style>