Shades of Pink Flamingo #F15EFB
Tints of Pink Flamingo #F15EFB
RGB
CMYK
RGB Variations
Color information
#F15EFB (or 0xF15EFB) is known color: Pink Flamingo. HEX triplet: F1, 5E and FB. RGB value is (241,94,251). Sum of RGB (Red+Green+Blue) = 241+94+251=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #F15EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EFB is #0EA104. Grayscale: #9B9B9B. Windows color (decimal): -958725 or 16473841. OLE color: 16473841.
HSL color Cylindrical-coordinate representation of color #F15EFB: hue angle of 296.18º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15EFB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 94 | 251 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.02 |
| HSL | 296.18º | 0.95% | 0.68% | - |
| HSV(B) | 296.18º | 0.63% | 0.98% | - |
| XYZ | 57.69 | 33.67 | 94.73 | - |
| YUV | 155.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 251 | 0.04 | 0.63 | 0 | 0.02 | 296.18 | 0.95 | 0.68 |
| Hex | F1 | 5E | FB | 4 | 3F | 0 | 2 | 128 | 5F | 44 |
| Octal | 361 | 136 | 373 | 4 | 77 | 0 | 2 | 450 | 137 | 104 |
| Binary | 11110001 | 1011110 | 11111011 | 100 | 111111 | 0 | 10 | 100101000 | 1011111 | 1000100 |
Color Harmonies of #F15EFB
Complementary color
Monochromatic Colors of #F15EFB
Black with #F15EFB
Text Example
Text Example
White with #F15EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EFB; }
p { color: rgb(241,94,251); }
H1.HeaderClassName
{
color: #F15EFB;
}
.AnyTagClassName
{
color: #F15EFB;
}
</style>
background-color css
<style>
a { background-color: #F15EFB; }
a { background-color: rgb(241,94,251); }
div.DivClassName
{
background-color: #F15EFB;
}
.BgClassName
{
background-color: #F15EFB;
}
</style>
border-color css
<style>
span { border-color: #F15EFB; }
span { border-color: rgb(241,94,251); }
td.TdClassName
{
border-color: #F15EFB;
}
.TagClassName
{
border-color: #F15EFB;
}
</style>