Shades of Pink Flamingo #F259FE
Tints of Pink Flamingo #F259FE
RGB
CMYK
RGB Variations
Color information
#F259FE (or 0xF259FE) is known color: Pink Flamingo. HEX triplet: F2, 59 and FE. RGB value is (242,89,254). Sum of RGB (Red+Green+Blue) = 242+89+254=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 89 (35.16% from 255 or 15.21% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F259FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259FE is #0DA601. Grayscale: #999999. Windows color (decimal): -894466 or 16669170. OLE color: 16669170.
HSL color Cylindrical-coordinate representation of color #F259FE: hue angle of 295.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F259FE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 89 | 254 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.00 |
| HSL | 295.64º | 0.99% | 0.67% | - |
| HSV(B) | 295.64º | 0.65% | 1% | - |
| XYZ | 58.08 | 33.18 | 97.11 | - |
| YUV | 153.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 254 | 0.05 | 0.65 | 0 | 0.00 | 295.64 | 0.99 | 0.67 |
| Hex | F2 | 59 | FE | 5 | 41 | 0 | 0 | 128 | 63 | 43 |
| Octal | 362 | 131 | 376 | 5 | 101 | 0 | 0 | 450 | 143 | 103 |
| Binary | 11110010 | 1011001 | 11111110 | 101 | 1000001 | 0 | 0 | 100101000 | 1100011 | 1000011 |
Color Harmonies of #F259FE
Complementary color
Monochromatic Colors of #F259FE
Black with #F259FE
Text Example
Text Example
White with #F259FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259FE; }
p { color: rgb(242,89,254); }
H1.HeaderClassName
{
color: #F259FE;
}
.AnyTagClassName
{
color: #F259FE;
}
</style>
background-color css
<style>
a { background-color: #F259FE; }
a { background-color: rgb(242,89,254); }
div.DivClassName
{
background-color: #F259FE;
}
.BgClassName
{
background-color: #F259FE;
}
</style>
border-color css
<style>
span { border-color: #F259FE; }
span { border-color: rgb(242,89,254); }
td.TdClassName
{
border-color: #F259FE;
}
.TagClassName
{
border-color: #F259FE;
}
</style>