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