Shades of Pink Flamingo #FA4DED
Tints of Pink Flamingo #FA4DED
RGB
CMYK
RGB Variations
Color information
#FA4DED (or 0xFA4DED) is known color: Pink Flamingo. HEX triplet: FA, 4D and ED. RGB value is (250,77,237). Sum of RGB (Red+Green+Blue) = 250+77+237=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DED is #05B212. Grayscale: #929292. Windows color (decimal): -373267 or 15551994. OLE color: 15551994.
HSL color Cylindrical-coordinate representation of color #FA4DED: hue angle of 304.51º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DED is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 237 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.02 |
| HSL | 304.51º | 0.95% | 0.64% | - |
| HSV(B) | 304.51º | 0.69% | 0.98% | - |
| XYZ | 57.36 | 31.75 | 83.22 | - |
| YUV | 146.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 237 | 0 | 0.69 | 0.05 | 0.02 | 304.51 | 0.95 | 0.64 |
| Hex | FA | 4D | ED | 0 | 45 | 5 | 2 | 131 | 5F | 40 |
| Octal | 372 | 115 | 355 | 0 | 105 | 5 | 2 | 461 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11101101 | 0 | 1000101 | 101 | 10 | 100110001 | 1011111 | 1000000 |
Color Harmonies of #FA4DED
Complementary color
Monochromatic Colors of #FA4DED
Black with #FA4DED
Text Example
Text Example
White with #FA4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DED; }
p { color: rgb(250,77,237); }
H1.HeaderClassName
{
color: #FA4DED;
}
.AnyTagClassName
{
color: #FA4DED;
}
</style>
background-color css
<style>
a { background-color: #FA4DED; }
a { background-color: rgb(250,77,237); }
div.DivClassName
{
background-color: #FA4DED;
}
.BgClassName
{
background-color: #FA4DED;
}
</style>
border-color css
<style>
span { border-color: #FA4DED; }
span { border-color: rgb(250,77,237); }
td.TdClassName
{
border-color: #FA4DED;
}
.TagClassName
{
border-color: #FA4DED;
}
</style>