Shades of Pink Flamingo #F059FB
Tints of Pink Flamingo #F059FB
RGB
CMYK
RGB Variations
Color information
#F059FB (or 0xF059FB) is known color: Pink Flamingo. HEX triplet: F0, 59 and FB. RGB value is (240,89,251). Sum of RGB (Red+Green+Blue) = 240+89+251=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #F059FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059FB is #0FA604. Grayscale: #989898. Windows color (decimal): -1025541 or 16472560. OLE color: 16472560.
HSL color Cylindrical-coordinate representation of color #F059FB: hue angle of 295.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F059FB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 89 | 251 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.02 |
| HSL | 295.93º | 0.95% | 0.67% | - |
| HSV(B) | 295.93º | 0.65% | 0.98% | - |
| XYZ | 56.92 | 32.64 | 94.57 | - |
| YUV | 152.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 251 | 0.04 | 0.65 | 0 | 0.02 | 295.93 | 0.95 | 0.67 |
| Hex | F0 | 59 | FB | 4 | 41 | 0 | 2 | 128 | 5F | 43 |
| Octal | 360 | 131 | 373 | 4 | 101 | 0 | 2 | 450 | 137 | 103 |
| Binary | 11110000 | 1011001 | 11111011 | 100 | 1000001 | 0 | 10 | 100101000 | 1011111 | 1000011 |
Color Harmonies of #F059FB
Complementary color
Monochromatic Colors of #F059FB
Black with #F059FB
Text Example
Text Example
White with #F059FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059FB; }
p { color: rgb(240,89,251); }
H1.HeaderClassName
{
color: #F059FB;
}
.AnyTagClassName
{
color: #F059FB;
}
</style>
background-color css
<style>
a { background-color: #F059FB; }
a { background-color: rgb(240,89,251); }
div.DivClassName
{
background-color: #F059FB;
}
.BgClassName
{
background-color: #F059FB;
}
</style>
border-color css
<style>
span { border-color: #F059FB; }
span { border-color: rgb(240,89,251); }
td.TdClassName
{
border-color: #F059FB;
}
.TagClassName
{
border-color: #F059FB;
}
</style>