Shades of Pink Flamingo #FF4EED
Tints of Pink Flamingo #FF4EED
RGB
CMYK
RGB Variations
Color information
#FF4EED (or 0xFF4EED) is known color: Pink Flamingo. HEX triplet: FF, 4E and ED. RGB value is (255,78,237). Sum of RGB (Red+Green+Blue) = 255+78+237=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EED is #00B112. Grayscale: #949494. Windows color (decimal): -45331 or 15552255. OLE color: 15552255.
HSL color Cylindrical-coordinate representation of color #FF4EED: hue angle of 306.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4EED is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 237 | - |
| CMYK | 0 | 0.69 | 0.07 | 0 |
| HSL | 306.1º | 1% | 0.65% | - |
| HSV(B) | 306.1º | 0.69% | 1% | - |
| XYZ | 59.25 | 32.82 | 83.33 | - |
| YUV | 149.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 237 | 0 | 0.69 | 0.07 | 0 | 306.1 | 1 | 0.65 |
| Hex | FF | 4E | ED | 0 | 45 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 116 | 355 | 0 | 105 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11101101 | 0 | 1000101 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4EED
Complementary color
Monochromatic Colors of #FF4EED
Black with #FF4EED
Text Example
Text Example
White with #FF4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EED; }
p { color: rgb(255,78,237); }
H1.HeaderClassName
{
color: #FF4EED;
}
.AnyTagClassName
{
color: #FF4EED;
}
</style>
background-color css
<style>
a { background-color: #FF4EED; }
a { background-color: rgb(255,78,237); }
div.DivClassName
{
background-color: #FF4EED;
}
.BgClassName
{
background-color: #FF4EED;
}
</style>
border-color css
<style>
span { border-color: #FF4EED; }
span { border-color: rgb(255,78,237); }
td.TdClassName
{
border-color: #FF4EED;
}
.TagClassName
{
border-color: #FF4EED;
}
</style>