Shades of Pink Flamingo #F94DEE
Tints of Pink Flamingo #F94DEE
RGB
CMYK
RGB Variations
Color information
#F94DEE (or 0xF94DEE) is known color: Pink Flamingo. HEX triplet: F9, 4D and EE. RGB value is (249,77,238). Sum of RGB (Red+Green+Blue) = 249+77+238=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DEE is #06B211. Grayscale: #929292. Windows color (decimal): -438802 or 15617529. OLE color: 15617529.
HSL color Cylindrical-coordinate representation of color #F94DEE: hue angle of 303.84º 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 #F94DEE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 238 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.84º | 0.93% | 0.64% | - |
| HSV(B) | 303.84º | 0.69% | 0.98% | - |
| XYZ | 57.15 | 31.62 | 83.98 | - |
| YUV | 146.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 238 | 0 | 0.69 | 0.04 | 0.02 | 303.84 | 0.93 | 0.64 |
| Hex | F9 | 4D | EE | 0 | 45 | 4 | 2 | 130 | 5D | 40 |
| Octal | 371 | 115 | 356 | 0 | 105 | 4 | 2 | 460 | 135 | 100 |
| Binary | 11111001 | 1001101 | 11101110 | 0 | 1000101 | 100 | 10 | 100110000 | 1011101 | 1000000 |
Color Harmonies of #F94DEE
Complementary color
Monochromatic Colors of #F94DEE
Black with #F94DEE
Text Example
Text Example
White with #F94DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DEE; }
p { color: rgb(249,77,238); }
H1.HeaderClassName
{
color: #F94DEE;
}
.AnyTagClassName
{
color: #F94DEE;
}
</style>
background-color css
<style>
a { background-color: #F94DEE; }
a { background-color: rgb(249,77,238); }
div.DivClassName
{
background-color: #F94DEE;
}
.BgClassName
{
background-color: #F94DEE;
}
</style>
border-color css
<style>
span { border-color: #F94DEE; }
span { border-color: rgb(249,77,238); }
td.TdClassName
{
border-color: #F94DEE;
}
.TagClassName
{
border-color: #F94DEE;
}
</style>