Shades of Pink Flamingo #F057EF
Tints of Pink Flamingo #F057EF
RGB
CMYK
RGB Variations
Color information
#F057EF (or 0xF057EF) is known color: Pink Flamingo. HEX triplet: F0, 57 and EF. RGB value is (240,87,239). Sum of RGB (Red+Green+Blue) = 240+87+239=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F057EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057EF is #0FA810. Grayscale: #959595. Windows color (decimal): -1026065 or 15685616. OLE color: 15685616.
HSL color Cylindrical-coordinate representation of color #F057EF: hue angle of 300.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057EF is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 239 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.06 |
| HSL | 300.39º | 0.84% | 0.64% | - |
| HSV(B) | 300.39º | 0.64% | 0.94% | - |
| XYZ | 54.92 | 31.57 | 84.86 | - |
| YUV | 150.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 239 | 0 | 0.64 | 0.00 | 0.06 | 300.39 | 0.84 | 0.64 |
| Hex | F0 | 57 | EF | 0 | 40 | 0 | 6 | 12C | 54 | 40 |
| Octal | 360 | 127 | 357 | 0 | 100 | 0 | 6 | 454 | 124 | 100 |
| Binary | 11110000 | 1010111 | 11101111 | 0 | 1000000 | 0 | 110 | 100101100 | 1010100 | 1000000 |
Color Harmonies of #F057EF
Complementary color
Monochromatic Colors of #F057EF
Black with #F057EF
Text Example
Text Example
White with #F057EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057EF; }
p { color: rgb(240,87,239); }
H1.HeaderClassName
{
color: #F057EF;
}
.AnyTagClassName
{
color: #F057EF;
}
</style>
background-color css
<style>
a { background-color: #F057EF; }
a { background-color: rgb(240,87,239); }
div.DivClassName
{
background-color: #F057EF;
}
.BgClassName
{
background-color: #F057EF;
}
</style>
border-color css
<style>
span { border-color: #F057EF; }
span { border-color: rgb(240,87,239); }
td.TdClassName
{
border-color: #F057EF;
}
.TagClassName
{
border-color: #F057EF;
}
</style>