Shades of Pink Flamingo #F059EE
Tints of Pink Flamingo #F059EE
RGB
CMYK
RGB Variations
Color information
#F059EE (or 0xF059EE) is known color: Pink Flamingo. HEX triplet: F0, 59 and EE. RGB value is (240,89,238). Sum of RGB (Red+Green+Blue) = 240+89+238=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F059EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059EE is #0FA611. Grayscale: #969696. Windows color (decimal): -1025554 or 15620592. OLE color: 15620592.
HSL color Cylindrical-coordinate representation of color #F059EE: hue angle of 300.79º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059EE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 238 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.06 |
| HSL | 300.79º | 0.83% | 0.65% | - |
| HSV(B) | 300.79º | 0.63% | 0.94% | - |
| XYZ | 54.94 | 31.84 | 84.14 | - |
| YUV | 151.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 238 | 0 | 0.63 | 0.01 | 0.06 | 300.79 | 0.83 | 0.65 |
| Hex | F0 | 59 | EE | 0 | 3F | 1 | 6 | 12D | 53 | 41 |
| Octal | 360 | 131 | 356 | 0 | 77 | 1 | 6 | 455 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11101110 | 0 | 111111 | 1 | 110 | 100101101 | 1010011 | 1000001 |
Color Harmonies of #F059EE
Complementary color
Monochromatic Colors of #F059EE
Black with #F059EE
Text Example
Text Example
White with #F059EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059EE; }
p { color: rgb(240,89,238); }
H1.HeaderClassName
{
color: #F059EE;
}
.AnyTagClassName
{
color: #F059EE;
}
</style>
background-color css
<style>
a { background-color: #F059EE; }
a { background-color: rgb(240,89,238); }
div.DivClassName
{
background-color: #F059EE;
}
.BgClassName
{
background-color: #F059EE;
}
</style>
border-color css
<style>
span { border-color: #F059EE; }
span { border-color: rgb(240,89,238); }
td.TdClassName
{
border-color: #F059EE;
}
.TagClassName
{
border-color: #F059EE;
}
</style>