Shades of Pink Flamingo #FA5BEE
Tints of Pink Flamingo #FA5BEE
RGB
CMYK
RGB Variations
Color information
#FA5BEE (or 0xFA5BEE) is known color: Pink Flamingo. HEX triplet: FA, 5B and EE. RGB value is (250,91,238). Sum of RGB (Red+Green+Blue) = 250+91+238=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 91 (35.94% from 255 or 15.72% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BEE is #05A411. Grayscale: #9A9A9A. Windows color (decimal): -369682 or 15621114. OLE color: 15621114.
HSL color Cylindrical-coordinate representation of color #FA5BEE: hue angle of 304.53º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BEE is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 238 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.02 |
| HSL | 304.53º | 0.94% | 0.67% | - |
| HSV(B) | 304.53º | 0.64% | 0.98% | - |
| XYZ | 58.6 | 33.98 | 84.36 | - |
| YUV | 155.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 238 | 0 | 0.64 | 0.05 | 0.02 | 304.53 | 0.94 | 0.67 |
| Hex | FA | 5B | EE | 0 | 40 | 5 | 2 | 131 | 5E | 43 |
| Octal | 372 | 133 | 356 | 0 | 100 | 5 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11101110 | 0 | 1000000 | 101 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5BEE
Complementary color
Monochromatic Colors of #FA5BEE
Black with #FA5BEE
Text Example
Text Example
White with #FA5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BEE; }
p { color: rgb(250,91,238); }
H1.HeaderClassName
{
color: #FA5BEE;
}
.AnyTagClassName
{
color: #FA5BEE;
}
</style>
background-color css
<style>
a { background-color: #FA5BEE; }
a { background-color: rgb(250,91,238); }
div.DivClassName
{
background-color: #FA5BEE;
}
.BgClassName
{
background-color: #FA5BEE;
}
</style>
border-color css
<style>
span { border-color: #FA5BEE; }
span { border-color: rgb(250,91,238); }
td.TdClassName
{
border-color: #FA5BEE;
}
.TagClassName
{
border-color: #FA5BEE;
}
</style>