Shades of Pink Flamingo #FD4EFF
Tints of Pink Flamingo #FD4EFF
RGB
CMYK
RGB Variations
Color information
#FD4EFF (or 0xFD4EFF) is known color: Pink Flamingo. HEX triplet: FD, 4E and FF. RGB value is (253,78,255). Sum of RGB (Red+Green+Blue) = 253+78+255=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 78 (30.86% from 255 or 13.31% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD4EFF is #02B100. Grayscale: #959595. Windows color (decimal): -176385 or 16731901. OLE color: 16731901.
HSL color Cylindrical-coordinate representation of color #FD4EFF: hue angle of 299.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4EFF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 78 | 255 | - |
| CMYK | 0.01 | 0.69 | 0 | 0 |
| HSL | 299.32º | 1% | 0.65% | - |
| HSV(B) | 299.32º | 0.69% | 1% | - |
| XYZ | 61.28 | 33.55 | 97.85 | - |
| YUV | 150.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 255 | 0.01 | 0.69 | 0 | 0 | 299.32 | 1 | 0.65 |
| Hex | FD | 4E | FF | 1 | 45 | 0 | 0 | 12B | 64 | 41 |
| Octal | 375 | 116 | 377 | 1 | 105 | 0 | 0 | 453 | 144 | 101 |
| Binary | 11111101 | 1001110 | 11111111 | 1 | 1000101 | 0 | 0 | 100101011 | 1100100 | 1000001 |
Color Harmonies of #FD4EFF
Complementary color
Monochromatic Colors of #FD4EFF
Black with #FD4EFF
Text Example
Text Example
White with #FD4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4EFF; }
p { color: rgb(253,78,255); }
H1.HeaderClassName
{
color: #FD4EFF;
}
.AnyTagClassName
{
color: #FD4EFF;
}
</style>
background-color css
<style>
a { background-color: #FD4EFF; }
a { background-color: rgb(253,78,255); }
div.DivClassName
{
background-color: #FD4EFF;
}
.BgClassName
{
background-color: #FD4EFF;
}
</style>
border-color css
<style>
span { border-color: #FD4EFF; }
span { border-color: rgb(253,78,255); }
td.TdClassName
{
border-color: #FD4EFF;
}
.TagClassName
{
border-color: #FD4EFF;
}
</style>