Shades of Pink Flamingo #F154EF
Tints of Pink Flamingo #F154EF
RGB
CMYK
RGB Variations
Color information
#F154EF (or 0xF154EF) is known color: Pink Flamingo. HEX triplet: F1, 54 and EF. RGB value is (241,84,239). Sum of RGB (Red+Green+Blue) = 241+84+239=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 84 (33.20% from 255 or 14.89% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F154EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154EF is #0EAB10. Grayscale: #949494. Windows color (decimal): -961297 or 15684849. OLE color: 15684849.
HSL color Cylindrical-coordinate representation of color #F154EF: hue angle of 300.76º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154EF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 239 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.05 |
| HSL | 300.76º | 0.85% | 0.64% | - |
| HSV(B) | 300.76º | 0.65% | 0.95% | - |
| XYZ | 55.03 | 31.27 | 84.8 | - |
| YUV | 148.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 239 | 0 | 0.65 | 0.01 | 0.05 | 300.76 | 0.85 | 0.64 |
| Hex | F1 | 54 | EF | 0 | 41 | 1 | 5 | 12D | 55 | 40 |
| Octal | 361 | 124 | 357 | 0 | 101 | 1 | 5 | 455 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11101111 | 0 | 1000001 | 1 | 101 | 100101101 | 1010101 | 1000000 |
Color Harmonies of #F154EF
Complementary color
Monochromatic Colors of #F154EF
Black with #F154EF
Text Example
Text Example
White with #F154EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154EF; }
p { color: rgb(241,84,239); }
H1.HeaderClassName
{
color: #F154EF;
}
.AnyTagClassName
{
color: #F154EF;
}
</style>
background-color css
<style>
a { background-color: #F154EF; }
a { background-color: rgb(241,84,239); }
div.DivClassName
{
background-color: #F154EF;
}
.BgClassName
{
background-color: #F154EF;
}
</style>
border-color css
<style>
span { border-color: #F154EF; }
span { border-color: rgb(241,84,239); }
td.TdClassName
{
border-color: #F154EF;
}
.TagClassName
{
border-color: #F154EF;
}
</style>