Shades of Pink Flamingo #F259FA
Tints of Pink Flamingo #F259FA
RGB
CMYK
RGB Variations
Color information
#F259FA (or 0xF259FA) is known color: Pink Flamingo. HEX triplet: F2, 59 and FA. RGB value is (242,89,250). Sum of RGB (Red+Green+Blue) = 242+89+250=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #F259FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259FA is #0DA605. Grayscale: #989898. Windows color (decimal): -894470 or 16407026. OLE color: 16407026.
HSL color Cylindrical-coordinate representation of color #F259FA: hue angle of 297.02º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F259FA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 89 | 250 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.02 |
| HSL | 297.02º | 0.94% | 0.66% | - |
| HSV(B) | 297.02º | 0.64% | 0.98% | - |
| XYZ | 57.45 | 32.92 | 93.77 | - |
| YUV | 153.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 250 | 0.03 | 0.64 | 0 | 0.02 | 297.02 | 0.94 | 0.66 |
| Hex | F2 | 59 | FA | 3 | 40 | 0 | 2 | 129 | 5E | 42 |
| Octal | 362 | 131 | 372 | 3 | 100 | 0 | 2 | 451 | 136 | 102 |
| Binary | 11110010 | 1011001 | 11111010 | 11 | 1000000 | 0 | 10 | 100101001 | 1011110 | 1000010 |
Color Harmonies of #F259FA
Complementary color
Monochromatic Colors of #F259FA
Black with #F259FA
Text Example
Text Example
White with #F259FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259FA; }
p { color: rgb(242,89,250); }
H1.HeaderClassName
{
color: #F259FA;
}
.AnyTagClassName
{
color: #F259FA;
}
</style>
background-color css
<style>
a { background-color: #F259FA; }
a { background-color: rgb(242,89,250); }
div.DivClassName
{
background-color: #F259FA;
}
.BgClassName
{
background-color: #F259FA;
}
</style>
border-color css
<style>
span { border-color: #F259FA; }
span { border-color: rgb(242,89,250); }
td.TdClassName
{
border-color: #F259FA;
}
.TagClassName
{
border-color: #F259FA;
}
</style>