Shades of Pink Flamingo #F159FE
Tints of Pink Flamingo #F159FE
RGB
CMYK
RGB Variations
Color information
#F159FE (or 0xF159FE) is known color: Pink Flamingo. HEX triplet: F1, 59 and FE. RGB value is (241,89,254). Sum of RGB (Red+Green+Blue) = 241+89+254=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 89 (35.16% from 255 or 15.24% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #F159FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159FE is #0EA601. Grayscale: #989898. Windows color (decimal): -960002 or 16669169. OLE color: 16669169.
HSL color Cylindrical-coordinate representation of color #F159FE: hue angle of 295.27º 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 #F159FE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 89 | 254 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.00 |
| HSL | 295.27º | 0.99% | 0.67% | - |
| HSV(B) | 295.27º | 0.65% | 1% | - |
| XYZ | 57.74 | 33 | 97.09 | - |
| YUV | 153.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 254 | 0.05 | 0.65 | 0 | 0.00 | 295.27 | 0.99 | 0.67 |
| Hex | F1 | 59 | FE | 5 | 41 | 0 | 0 | 127 | 63 | 43 |
| Octal | 361 | 131 | 376 | 5 | 101 | 0 | 0 | 447 | 143 | 103 |
| Binary | 11110001 | 1011001 | 11111110 | 101 | 1000001 | 0 | 0 | 100100111 | 1100011 | 1000011 |
Color Harmonies of #F159FE
Complementary color
Monochromatic Colors of #F159FE
Black with #F159FE
Text Example
Text Example
White with #F159FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159FE; }
p { color: rgb(241,89,254); }
H1.HeaderClassName
{
color: #F159FE;
}
.AnyTagClassName
{
color: #F159FE;
}
</style>
background-color css
<style>
a { background-color: #F159FE; }
a { background-color: rgb(241,89,254); }
div.DivClassName
{
background-color: #F159FE;
}
.BgClassName
{
background-color: #F159FE;
}
</style>
border-color css
<style>
span { border-color: #F159FE; }
span { border-color: rgb(241,89,254); }
td.TdClassName
{
border-color: #F159FE;
}
.TagClassName
{
border-color: #F159FE;
}
</style>