Shades of Pink Flamingo #FA65ED
Tints of Pink Flamingo #FA65ED
RGB
CMYK
RGB Variations
Color information
#FA65ED (or 0xFA65ED) is known color: Pink Flamingo. HEX triplet: FA, 65 and ED. RGB value is (250,101,237). Sum of RGB (Red+Green+Blue) = 250+101+237=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65ED is #059A12. Grayscale: #A0A0A0. Windows color (decimal): -367123 or 15558138. OLE color: 15558138.
HSL color Cylindrical-coordinate representation of color #FA65ED: hue angle of 305.23º 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 #FA65ED is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 237 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.02 |
| HSL | 305.23º | 0.94% | 0.69% | - |
| HSV(B) | 305.23º | 0.6% | 0.98% | - |
| XYZ | 59.36 | 35.75 | 83.89 | - |
| YUV | 161.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 237 | 0 | 0.60 | 0.05 | 0.02 | 305.23 | 0.94 | 0.69 |
| Hex | FA | 65 | ED | 0 | 3C | 5 | 2 | 131 | 5E | 45 |
| Octal | 372 | 145 | 355 | 0 | 74 | 5 | 2 | 461 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11101101 | 0 | 111100 | 101 | 10 | 100110001 | 1011110 | 1000101 |
Color Harmonies of #FA65ED
Complementary color
Monochromatic Colors of #FA65ED
Black with #FA65ED
Text Example
Text Example
White with #FA65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65ED; }
p { color: rgb(250,101,237); }
H1.HeaderClassName
{
color: #FA65ED;
}
.AnyTagClassName
{
color: #FA65ED;
}
</style>
background-color css
<style>
a { background-color: #FA65ED; }
a { background-color: rgb(250,101,237); }
div.DivClassName
{
background-color: #FA65ED;
}
.BgClassName
{
background-color: #FA65ED;
}
</style>
border-color css
<style>
span { border-color: #FA65ED; }
span { border-color: rgb(250,101,237); }
td.TdClassName
{
border-color: #FA65ED;
}
.TagClassName
{
border-color: #FA65ED;
}
</style>