Shades of Pink Flamingo #FF49F7
Tints of Pink Flamingo #FF49F7
RGB
CMYK
RGB Variations
Color information
#FF49F7 (or 0xFF49F7) is known color: Pink Flamingo. HEX triplet: FF, 49 and F7. RGB value is (255,73,247). Sum of RGB (Red+Green+Blue) = 255+73+247=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 73 (28.91% from 255 or 12.70% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49F7 is #00B608. Grayscale: #929292. Windows color (decimal): -46601 or 16206335. OLE color: 16206335.
HSL color Cylindrical-coordinate representation of color #FF49F7: hue angle of 302.64º 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 #FF49F7 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 247 | - |
| CMYK | 0 | 0.71 | 0.03 | 0 |
| HSL | 302.64º | 1% | 0.64% | - |
| HSV(B) | 302.64º | 0.71% | 1% | - |
| XYZ | 60.41 | 32.74 | 91.13 | - |
| YUV | 147.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 247 | 0 | 0.71 | 0.03 | 0 | 302.64 | 1 | 0.64 |
| Hex | FF | 49 | F7 | 0 | 47 | 3 | 0 | 12F | 64 | 40 |
| Octal | 377 | 111 | 367 | 0 | 107 | 3 | 0 | 457 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11110111 | 0 | 1000111 | 11 | 0 | 100101111 | 1100100 | 1000000 |
Color Harmonies of #FF49F7
Complementary color
Monochromatic Colors of #FF49F7
Black with #FF49F7
Text Example
Text Example
White with #FF49F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49F7; }
p { color: rgb(255,73,247); }
H1.HeaderClassName
{
color: #FF49F7;
}
.AnyTagClassName
{
color: #FF49F7;
}
</style>
background-color css
<style>
a { background-color: #FF49F7; }
a { background-color: rgb(255,73,247); }
div.DivClassName
{
background-color: #FF49F7;
}
.BgClassName
{
background-color: #FF49F7;
}
</style>
border-color css
<style>
span { border-color: #FF49F7; }
span { border-color: rgb(255,73,247); }
td.TdClassName
{
border-color: #FF49F7;
}
.TagClassName
{
border-color: #FF49F7;
}
</style>