Shades of Pink Flamingo #F94EED
Tints of Pink Flamingo #F94EED
RGB
CMYK
RGB Variations
Color information
#F94EED (or 0xF94EED) is known color: Pink Flamingo. HEX triplet: F9, 4E and ED. RGB value is (249,78,237). Sum of RGB (Red+Green+Blue) = 249+78+237=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94EED is #06B112. Grayscale: #929292. Windows color (decimal): -438547 or 15552249. OLE color: 15552249.
HSL color Cylindrical-coordinate representation of color #F94EED: hue angle of 304.21º degrees, saturation: 0.93, 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 #F94EED is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 237 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.02 |
| HSL | 304.21º | 0.93% | 0.64% | - |
| HSV(B) | 304.21º | 0.69% | 0.98% | - |
| XYZ | 57.08 | 31.7 | 83.23 | - |
| YUV | 147.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 237 | 0 | 0.69 | 0.05 | 0.02 | 304.21 | 0.93 | 0.64 |
| Hex | F9 | 4E | ED | 0 | 45 | 5 | 2 | 130 | 5D | 40 |
| Octal | 371 | 116 | 355 | 0 | 105 | 5 | 2 | 460 | 135 | 100 |
| Binary | 11111001 | 1001110 | 11101101 | 0 | 1000101 | 101 | 10 | 100110000 | 1011101 | 1000000 |
Color Harmonies of #F94EED
Complementary color
Monochromatic Colors of #F94EED
Black with #F94EED
Text Example
Text Example
White with #F94EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94EED; }
p { color: rgb(249,78,237); }
H1.HeaderClassName
{
color: #F94EED;
}
.AnyTagClassName
{
color: #F94EED;
}
</style>
background-color css
<style>
a { background-color: #F94EED; }
a { background-color: rgb(249,78,237); }
div.DivClassName
{
background-color: #F94EED;
}
.BgClassName
{
background-color: #F94EED;
}
</style>
border-color css
<style>
span { border-color: #F94EED; }
span { border-color: rgb(249,78,237); }
td.TdClassName
{
border-color: #F94EED;
}
.TagClassName
{
border-color: #F94EED;
}
</style>