Shades of Pink Flamingo #F05FEE
Tints of Pink Flamingo #F05FEE
RGB
CMYK
RGB Variations
Color information
#F05FEE (or 0xF05FEE) is known color: Pink Flamingo. HEX triplet: F0, 5F and EE. RGB value is (240,95,238). Sum of RGB (Red+Green+Blue) = 240+95+238=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FEE is #0FA011. Grayscale: #9A9A9A. Windows color (decimal): -1024018 or 15622128. OLE color: 15622128.
HSL color Cylindrical-coordinate representation of color #F05FEE: hue angle of 300.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FEE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 238 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.06 |
| HSL | 300.83º | 0.83% | 0.66% | - |
| HSV(B) | 300.83º | 0.6% | 0.94% | - |
| XYZ | 55.46 | 32.88 | 84.31 | - |
| YUV | 154.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 238 | 0 | 0.60 | 0.01 | 0.06 | 300.83 | 0.83 | 0.66 |
| Hex | F0 | 5F | EE | 0 | 3C | 1 | 6 | 12D | 53 | 42 |
| Octal | 360 | 137 | 356 | 0 | 74 | 1 | 6 | 455 | 123 | 102 |
| Binary | 11110000 | 1011111 | 11101110 | 0 | 111100 | 1 | 110 | 100101101 | 1010011 | 1000010 |
Color Harmonies of #F05FEE
Complementary color
Monochromatic Colors of #F05FEE
Black with #F05FEE
Text Example
Text Example
White with #F05FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FEE; }
p { color: rgb(240,95,238); }
H1.HeaderClassName
{
color: #F05FEE;
}
.AnyTagClassName
{
color: #F05FEE;
}
</style>
background-color css
<style>
a { background-color: #F05FEE; }
a { background-color: rgb(240,95,238); }
div.DivClassName
{
background-color: #F05FEE;
}
.BgClassName
{
background-color: #F05FEE;
}
</style>
border-color css
<style>
span { border-color: #F05FEE; }
span { border-color: rgb(240,95,238); }
td.TdClassName
{
border-color: #F05FEE;
}
.TagClassName
{
border-color: #F05FEE;
}
</style>