Shades of Pink Flamingo #FA5DEE
Tints of Pink Flamingo #FA5DEE
RGB
CMYK
RGB Variations
Color information
#FA5DEE (or 0xFA5DEE) is known color: Pink Flamingo. HEX triplet: FA, 5D and EE. RGB value is (250,93,238). Sum of RGB (Red+Green+Blue) = 250+93+238=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DEE is #05A211. Grayscale: #9C9C9C. Windows color (decimal): -369170 or 15621626. OLE color: 15621626.
HSL color Cylindrical-coordinate representation of color #FA5DEE: hue angle of 304.59º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DEE is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 238 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.02 |
| HSL | 304.59º | 0.94% | 0.67% | - |
| HSV(B) | 304.59º | 0.63% | 0.98% | - |
| XYZ | 58.77 | 34.33 | 84.42 | - |
| YUV | 156.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 238 | 0 | 0.63 | 0.05 | 0.02 | 304.59 | 0.94 | 0.67 |
| Hex | FA | 5D | EE | 0 | 3F | 5 | 2 | 131 | 5E | 43 |
| Octal | 372 | 135 | 356 | 0 | 77 | 5 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11101110 | 0 | 111111 | 101 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5DEE
Complementary color
Monochromatic Colors of #FA5DEE
Black with #FA5DEE
Text Example
Text Example
White with #FA5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DEE; }
p { color: rgb(250,93,238); }
H1.HeaderClassName
{
color: #FA5DEE;
}
.AnyTagClassName
{
color: #FA5DEE;
}
</style>
background-color css
<style>
a { background-color: #FA5DEE; }
a { background-color: rgb(250,93,238); }
div.DivClassName
{
background-color: #FA5DEE;
}
.BgClassName
{
background-color: #FA5DEE;
}
</style>
border-color css
<style>
span { border-color: #FA5DEE; }
span { border-color: rgb(250,93,238); }
td.TdClassName
{
border-color: #FA5DEE;
}
.TagClassName
{
border-color: #FA5DEE;
}
</style>