Shades of Pink Flamingo #F15EFE
Tints of Pink Flamingo #F15EFE
RGB
CMYK
RGB Variations
Color information
#F15EFE (or 0xF15EFE) is known color: Pink Flamingo. HEX triplet: F1, 5E and FE. RGB value is (241,94,254). Sum of RGB (Red+Green+Blue) = 241+94+254=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 94 (37.11% from 255 or 15.96% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #F15EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EFE is #0EA101. Grayscale: #9B9B9B. Windows color (decimal): -958722 or 16670449. OLE color: 16670449.
HSL color Cylindrical-coordinate representation of color #F15EFE: hue angle of 295.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15EFE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 94 | 254 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.00 |
| HSL | 295.13º | 0.99% | 0.68% | - |
| HSV(B) | 295.13º | 0.63% | 1% | - |
| XYZ | 58.17 | 33.86 | 97.24 | - |
| YUV | 156.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 254 | 0.05 | 0.63 | 0 | 0.00 | 295.13 | 0.99 | 0.68 |
| Hex | F1 | 5E | FE | 5 | 3F | 0 | 0 | 127 | 63 | 44 |
| Octal | 361 | 136 | 376 | 5 | 77 | 0 | 0 | 447 | 143 | 104 |
| Binary | 11110001 | 1011110 | 11111110 | 101 | 111111 | 0 | 0 | 100100111 | 1100011 | 1000100 |
Color Harmonies of #F15EFE
Complementary color
Monochromatic Colors of #F15EFE
Black with #F15EFE
Text Example
Text Example
White with #F15EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EFE; }
p { color: rgb(241,94,254); }
H1.HeaderClassName
{
color: #F15EFE;
}
.AnyTagClassName
{
color: #F15EFE;
}
</style>
background-color css
<style>
a { background-color: #F15EFE; }
a { background-color: rgb(241,94,254); }
div.DivClassName
{
background-color: #F15EFE;
}
.BgClassName
{
background-color: #F15EFE;
}
</style>
border-color css
<style>
span { border-color: #F15EFE; }
span { border-color: rgb(241,94,254); }
td.TdClassName
{
border-color: #F15EFE;
}
.TagClassName
{
border-color: #F15EFE;
}
</style>