Shades of Pink Flamingo #FF49F0
Tints of Pink Flamingo #FF49F0
RGB
CMYK
RGB Variations
Color information
#FF49F0 (or 0xFF49F0) is known color: Pink Flamingo. HEX triplet: FF, 49 and F0. RGB value is (255,73,240). Sum of RGB (Red+Green+Blue) = 255+73+240=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49F0 is #00B60F. Grayscale: #919191. Windows color (decimal): -46608 or 15747583. OLE color: 15747583.
HSL color Cylindrical-coordinate representation of color #FF49F0: hue angle of 304.95º 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 #FF49F0 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 240 | - |
| CMYK | 0 | 0.71 | 0.06 | 0 |
| HSL | 304.95º | 1% | 0.64% | - |
| HSV(B) | 304.95º | 0.71% | 1% | - |
| XYZ | 59.35 | 32.32 | 85.55 | - |
| YUV | 146.46 | 180.8 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 240 | 0 | 0.71 | 0.06 | 0 | 304.95 | 1 | 0.64 |
| Hex | FF | 49 | F0 | 0 | 47 | 6 | 0 | 131 | 64 | 40 |
| Octal | 377 | 111 | 360 | 0 | 107 | 6 | 0 | 461 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11110000 | 0 | 1000111 | 110 | 0 | 100110001 | 1100100 | 1000000 |
Color Harmonies of #FF49F0
Complementary color
Monochromatic Colors of #FF49F0
Black with #FF49F0
Text Example
Text Example
White with #FF49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49F0; }
p { color: rgb(255,73,240); }
H1.HeaderClassName
{
color: #FF49F0;
}
.AnyTagClassName
{
color: #FF49F0;
}
</style>
background-color css
<style>
a { background-color: #FF49F0; }
a { background-color: rgb(255,73,240); }
div.DivClassName
{
background-color: #FF49F0;
}
.BgClassName
{
background-color: #FF49F0;
}
</style>
border-color css
<style>
span { border-color: #FF49F0; }
span { border-color: rgb(255,73,240); }
td.TdClassName
{
border-color: #FF49F0;
}
.TagClassName
{
border-color: #FF49F0;
}
</style>