Shades of Pink Flamingo #F059FC
Tints of Pink Flamingo #F059FC
RGB
CMYK
RGB Variations
Color information
#F059FC (or 0xF059FC) is known color: Pink Flamingo. HEX triplet: F0, 59 and FC. RGB value is (240,89,252). Sum of RGB (Red+Green+Blue) = 240+89+252=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #F059FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FC is #0FA603. Grayscale: #989898. Windows color (decimal): -1025540 or 16538096. OLE color: 16538096.
HSL color Cylindrical-coordinate representation of color #F059FC: hue angle of 295.58º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F059FC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 89 | 252 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.01 |
| HSL | 295.58º | 0.96% | 0.67% | - |
| HSV(B) | 295.58º | 0.65% | 0.99% | - |
| XYZ | 57.08 | 32.7 | 95.4 | - |
| YUV | 152.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 252 | 0.05 | 0.65 | 0 | 0.01 | 295.58 | 0.96 | 0.67 |
| Hex | F0 | 59 | FC | 5 | 41 | 0 | 1 | 128 | 60 | 43 |
| Octal | 360 | 131 | 374 | 5 | 101 | 0 | 1 | 450 | 140 | 103 |
| Binary | 11110000 | 1011001 | 11111100 | 101 | 1000001 | 0 | 1 | 100101000 | 1100000 | 1000011 |
Color Harmonies of #F059FC
Complementary color
Monochromatic Colors of #F059FC
Black with #F059FC
Text Example
Text Example
White with #F059FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059FC; }
p { color: rgb(240,89,252); }
H1.HeaderClassName
{
color: #F059FC;
}
.AnyTagClassName
{
color: #F059FC;
}
</style>
background-color css
<style>
a { background-color: #F059FC; }
a { background-color: rgb(240,89,252); }
div.DivClassName
{
background-color: #F059FC;
}
.BgClassName
{
background-color: #F059FC;
}
</style>
border-color css
<style>
span { border-color: #F059FC; }
span { border-color: rgb(240,89,252); }
td.TdClassName
{
border-color: #F059FC;
}
.TagClassName
{
border-color: #F059FC;
}
</style>