Shades of Pink Flamingo #FF49EF
Tints of Pink Flamingo #FF49EF
RGB
CMYK
RGB Variations
Color information
#FF49EF (or 0xFF49EF) is known color: Pink Flamingo. HEX triplet: FF, 49 and EF. RGB value is (255,73,239). Sum of RGB (Red+Green+Blue) = 255+73+239=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 73 (28.91% from 255 or 12.87% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49EF is #00B610. Grayscale: #919191. Windows color (decimal): -46609 or 15682047. OLE color: 15682047.
HSL color Cylindrical-coordinate representation of color #FF49EF: hue angle of 305.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF49EF is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 239 | - |
| CMYK | 0 | 0.71 | 0.06 | 0 |
| HSL | 305.27º | 1% | 0.64% | - |
| HSV(B) | 305.27º | 0.71% | 1% | - |
| XYZ | 59.2 | 32.26 | 84.77 | - |
| YUV | 146.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 239 | 0 | 0.71 | 0.06 | 0 | 305.27 | 1 | 0.64 |
| Hex | FF | 49 | EF | 0 | 47 | 6 | 0 | 131 | 64 | 40 |
| Octal | 377 | 111 | 357 | 0 | 107 | 6 | 0 | 461 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11101111 | 0 | 1000111 | 110 | 0 | 100110001 | 1100100 | 1000000 |
Color Harmonies of #FF49EF
Complementary color
Monochromatic Colors of #FF49EF
Black with #FF49EF
Text Example
Text Example
White with #FF49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49EF; }
p { color: rgb(255,73,239); }
H1.HeaderClassName
{
color: #FF49EF;
}
.AnyTagClassName
{
color: #FF49EF;
}
</style>
background-color css
<style>
a { background-color: #FF49EF; }
a { background-color: rgb(255,73,239); }
div.DivClassName
{
background-color: #FF49EF;
}
.BgClassName
{
background-color: #FF49EF;
}
</style>
border-color css
<style>
span { border-color: #FF49EF; }
span { border-color: rgb(255,73,239); }
td.TdClassName
{
border-color: #FF49EF;
}
.TagClassName
{
border-color: #FF49EF;
}
</style>