Shades of Pink Flamingo #FA65E7
Tints of Pink Flamingo #FA65E7
RGB
CMYK
RGB Variations
Color information
#FA65E7 (or 0xFA65E7) is known color: Pink Flamingo. HEX triplet: FA, 65 and E7. RGB value is (250,101,231). Sum of RGB (Red+Green+Blue) = 250+101+231=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65E7 is #059A18. Grayscale: #A0A0A0. Windows color (decimal): -367129 or 15164922. OLE color: 15164922.
HSL color Cylindrical-coordinate representation of color #FA65E7: hue angle of 307.65º 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 #FA65E7 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 231 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.02 |
| HSL | 307.65º | 0.94% | 0.69% | - |
| HSV(B) | 307.65º | 0.6% | 0.98% | - |
| XYZ | 58.5 | 35.4 | 79.35 | - |
| YUV | 160.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 231 | 0 | 0.60 | 0.08 | 0.02 | 307.65 | 0.94 | 0.69 |
| Hex | FA | 65 | E7 | 0 | 3C | 8 | 2 | 134 | 5E | 45 |
| Octal | 372 | 145 | 347 | 0 | 74 | 10 | 2 | 464 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11100111 | 0 | 111100 | 1000 | 10 | 100110100 | 1011110 | 1000101 |
Color Harmonies of #FA65E7
Complementary color
Monochromatic Colors of #FA65E7
Black with #FA65E7
Text Example
Text Example
White with #FA65E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65E7; }
p { color: rgb(250,101,231); }
H1.HeaderClassName
{
color: #FA65E7;
}
.AnyTagClassName
{
color: #FA65E7;
}
</style>
background-color css
<style>
a { background-color: #FA65E7; }
a { background-color: rgb(250,101,231); }
div.DivClassName
{
background-color: #FA65E7;
}
.BgClassName
{
background-color: #FA65E7;
}
</style>
border-color css
<style>
span { border-color: #FA65E7; }
span { border-color: rgb(250,101,231); }
td.TdClassName
{
border-color: #FA65E7;
}
.TagClassName
{
border-color: #FA65E7;
}
</style>