Shades of Pink Flamingo #F859F0
Tints of Pink Flamingo #F859F0
RGB
CMYK
RGB Variations
Color information
#F859F0 (or 0xF859F0) is known color: Pink Flamingo. HEX triplet: F8, 59 and F0. RGB value is (248,89,240). Sum of RGB (Red+Green+Blue) = 248+89+240=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 89 (35.16% from 255 or 15.42% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F859F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F859F0 is #07A60F. Grayscale: #999999. Windows color (decimal): -501264 or 15751672. OLE color: 15751672.
HSL color Cylindrical-coordinate representation of color #F859F0: hue angle of 303.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F859F0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 240 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.03 |
| HSL | 303.02º | 0.92% | 0.66% | - |
| HSV(B) | 303.02º | 0.64% | 0.97% | - |
| XYZ | 58.01 | 33.39 | 85.83 | - |
| YUV | 153.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 240 | 0 | 0.64 | 0.03 | 0.03 | 303.02 | 0.92 | 0.66 |
| Hex | F8 | 59 | F0 | 0 | 40 | 3 | 3 | 12F | 5C | 42 |
| Octal | 370 | 131 | 360 | 0 | 100 | 3 | 3 | 457 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11110000 | 0 | 1000000 | 11 | 11 | 100101111 | 1011100 | 1000010 |
Color Harmonies of #F859F0
Complementary color
Monochromatic Colors of #F859F0
Black with #F859F0
Text Example
Text Example
White with #F859F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859F0; }
p { color: rgb(248,89,240); }
H1.HeaderClassName
{
color: #F859F0;
}
.AnyTagClassName
{
color: #F859F0;
}
</style>
background-color css
<style>
a { background-color: #F859F0; }
a { background-color: rgb(248,89,240); }
div.DivClassName
{
background-color: #F859F0;
}
.BgClassName
{
background-color: #F859F0;
}
</style>
border-color css
<style>
span { border-color: #F859F0; }
span { border-color: rgb(248,89,240); }
td.TdClassName
{
border-color: #F859F0;
}
.TagClassName
{
border-color: #F859F0;
}
</style>