Shades of Pink Flamingo #FF49FD
Tints of Pink Flamingo #FF49FD
RGB
CMYK
RGB Variations
Color information
#FF49FD (or 0xFF49FD) is known color: Pink Flamingo. HEX triplet: FF, 49 and FD. RGB value is (255,73,253). Sum of RGB (Red+Green+Blue) = 255+73+253=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 73 (28.91% from 255 or 12.56% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49FD is #00B602. Grayscale: #939393. Windows color (decimal): -46595 or 16599551. OLE color: 16599551.
HSL color Cylindrical-coordinate representation of color #FF49FD: hue angle of 300.66º 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 #FF49FD is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 253 | - |
| CMYK | 0 | 0.71 | 0.01 | 0 |
| HSL | 300.66º | 1% | 0.64% | - |
| HSV(B) | 300.66º | 0.71% | 1% | - |
| XYZ | 61.35 | 33.12 | 96.09 | - |
| YUV | 147.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 253 | 0 | 0.71 | 0.01 | 0 | 300.66 | 1 | 0.64 |
| Hex | FF | 49 | FD | 0 | 47 | 1 | 0 | 12D | 64 | 40 |
| Octal | 377 | 111 | 375 | 0 | 107 | 1 | 0 | 455 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11111101 | 0 | 1000111 | 1 | 0 | 100101101 | 1100100 | 1000000 |
Color Harmonies of #FF49FD
Complementary color
Monochromatic Colors of #FF49FD
Black with #FF49FD
Text Example
Text Example
White with #FF49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49FD; }
p { color: rgb(255,73,253); }
H1.HeaderClassName
{
color: #FF49FD;
}
.AnyTagClassName
{
color: #FF49FD;
}
</style>
background-color css
<style>
a { background-color: #FF49FD; }
a { background-color: rgb(255,73,253); }
div.DivClassName
{
background-color: #FF49FD;
}
.BgClassName
{
background-color: #FF49FD;
}
</style>
border-color css
<style>
span { border-color: #FF49FD; }
span { border-color: rgb(255,73,253); }
td.TdClassName
{
border-color: #FF49FD;
}
.TagClassName
{
border-color: #FF49FD;
}
</style>