Shades of Pink Flamingo #F954EE
Tints of Pink Flamingo #F954EE
RGB
CMYK
RGB Variations
Color information
#F954EE (or 0xF954EE) is known color: Pink Flamingo. HEX triplet: F9, 54 and EE. RGB value is (249,84,238). Sum of RGB (Red+Green+Blue) = 249+84+238=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F954EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954EE is #06AB11. Grayscale: #969696. Windows color (decimal): -437010 or 15619321. OLE color: 15619321.
HSL color Cylindrical-coordinate representation of color #F954EE: hue angle of 304º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954EE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 238 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.02 |
| HSL | 304º | 0.93% | 0.65% | - |
| HSV(B) | 304º | 0.66% | 0.98% | - |
| XYZ | 57.67 | 32.65 | 84.15 | - |
| YUV | 150.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 238 | 0 | 0.66 | 0.04 | 0.02 | 304 | 0.93 | 0.65 |
| Hex | F9 | 54 | EE | 0 | 42 | 4 | 2 | 130 | 5D | 41 |
| Octal | 371 | 124 | 356 | 0 | 102 | 4 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010100 | 11101110 | 0 | 1000010 | 100 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F954EE
Complementary color
Monochromatic Colors of #F954EE
Black with #F954EE
Text Example
Text Example
White with #F954EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954EE; }
p { color: rgb(249,84,238); }
H1.HeaderClassName
{
color: #F954EE;
}
.AnyTagClassName
{
color: #F954EE;
}
</style>
background-color css
<style>
a { background-color: #F954EE; }
a { background-color: rgb(249,84,238); }
div.DivClassName
{
background-color: #F954EE;
}
.BgClassName
{
background-color: #F954EE;
}
</style>
border-color css
<style>
span { border-color: #F954EE; }
span { border-color: rgb(249,84,238); }
td.TdClassName
{
border-color: #F954EE;
}
.TagClassName
{
border-color: #F954EE;
}
</style>