Shades of Pink Flamingo #F058EF
Tints of Pink Flamingo #F058EF
RGB
CMYK
RGB Variations
Color information
#F058EF (or 0xF058EF) is known color: Pink Flamingo. HEX triplet: F0, 58 and EF. RGB value is (240,88,239). Sum of RGB (Red+Green+Blue) = 240+88+239=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 88 (34.77% from 255 or 15.52% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F058EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058EF is #0FA710. Grayscale: #969696. Windows color (decimal): -1025809 or 15685872. OLE color: 15685872.
HSL color Cylindrical-coordinate representation of color #F058EF: 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.63%. Process color model (Four color, CMYK) of #F058EF is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 239 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.06 |
| HSL | 300.39º | 0.84% | 0.64% | - |
| HSV(B) | 300.39º | 0.63% | 0.94% | - |
| XYZ | 55 | 31.74 | 84.89 | - |
| YUV | 150.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 239 | 0 | 0.63 | 0.00 | 0.06 | 300.39 | 0.84 | 0.64 |
| Hex | F0 | 58 | EF | 0 | 3F | 0 | 6 | 12C | 54 | 40 |
| Octal | 360 | 130 | 357 | 0 | 77 | 0 | 6 | 454 | 124 | 100 |
| Binary | 11110000 | 1011000 | 11101111 | 0 | 111111 | 0 | 110 | 100101100 | 1010100 | 1000000 |
Color Harmonies of #F058EF
Complementary color
Monochromatic Colors of #F058EF
Black with #F058EF
Text Example
Text Example
White with #F058EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058EF; }
p { color: rgb(240,88,239); }
H1.HeaderClassName
{
color: #F058EF;
}
.AnyTagClassName
{
color: #F058EF;
}
</style>
background-color css
<style>
a { background-color: #F058EF; }
a { background-color: rgb(240,88,239); }
div.DivClassName
{
background-color: #F058EF;
}
.BgClassName
{
background-color: #F058EF;
}
</style>
border-color css
<style>
span { border-color: #F058EF; }
span { border-color: rgb(240,88,239); }
td.TdClassName
{
border-color: #F058EF;
}
.TagClassName
{
border-color: #F058EF;
}
</style>