Shades of Pink Flamingo #FD46EC
Tints of Pink Flamingo #FD46EC
RGB
CMYK
RGB Variations
Color information
#FD46EC (or 0xFD46EC) is known color: Pink Flamingo. HEX triplet: FD, 46 and EC. RGB value is (253,70,236). Sum of RGB (Red+Green+Blue) = 253+70+236=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 70 (27.73% from 255 or 12.52% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD46EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD46EC is #02B913. Grayscale: #8F8F8F. Windows color (decimal): -178452 or 15484669. OLE color: 15484669.
HSL color Cylindrical-coordinate representation of color #FD46EC: hue angle of 305.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD46EC is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 236 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.01 |
| HSL | 305.57º | 0.98% | 0.63% | - |
| HSV(B) | 305.57º | 0.72% | 0.99% | - |
| XYZ | 57.84 | 31.32 | 82.35 | - |
| YUV | 143.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 236 | 0 | 0.72 | 0.07 | 0.01 | 305.57 | 0.98 | 0.63 |
| Hex | FD | 46 | EC | 0 | 48 | 7 | 1 | 132 | 62 | 3F |
| Octal | 375 | 106 | 354 | 0 | 110 | 7 | 1 | 462 | 142 | 77 |
| Binary | 11111101 | 1000110 | 11101100 | 0 | 1001000 | 111 | 1 | 100110010 | 1100010 | 111111 |
Color Harmonies of #FD46EC
Complementary color
Monochromatic Colors of #FD46EC
Black with #FD46EC
Text Example
Text Example
White with #FD46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD46EC; }
p { color: rgb(253,70,236); }
H1.HeaderClassName
{
color: #FD46EC;
}
.AnyTagClassName
{
color: #FD46EC;
}
</style>
background-color css
<style>
a { background-color: #FD46EC; }
a { background-color: rgb(253,70,236); }
div.DivClassName
{
background-color: #FD46EC;
}
.BgClassName
{
background-color: #FD46EC;
}
</style>
border-color css
<style>
span { border-color: #FD46EC; }
span { border-color: rgb(253,70,236); }
td.TdClassName
{
border-color: #FD46EC;
}
.TagClassName
{
border-color: #FD46EC;
}
</style>