Shades of Pink Flamingo #FD54EE
Tints of Pink Flamingo #FD54EE
RGB
CMYK
RGB Variations
Color information
#FD54EE (or 0xFD54EE) is known color: Pink Flamingo. HEX triplet: FD, 54 and EE. RGB value is (253,84,238). Sum of RGB (Red+Green+Blue) = 253+84+238=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD54EE is #02AB11. Grayscale: #979797. Windows color (decimal): -174866 or 15619325. OLE color: 15619325.
HSL color Cylindrical-coordinate representation of color #FD54EE: hue angle of 305.33º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54EE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 238 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.01 |
| HSL | 305.33º | 0.98% | 0.66% | - |
| HSV(B) | 305.33º | 0.67% | 0.99% | - |
| XYZ | 59.11 | 33.4 | 84.22 | - |
| YUV | 152.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 238 | 0 | 0.67 | 0.06 | 0.01 | 305.33 | 0.98 | 0.66 |
| Hex | FD | 54 | EE | 0 | 43 | 6 | 1 | 131 | 62 | 42 |
| Octal | 375 | 124 | 356 | 0 | 103 | 6 | 1 | 461 | 142 | 102 |
| Binary | 11111101 | 1010100 | 11101110 | 0 | 1000011 | 110 | 1 | 100110001 | 1100010 | 1000010 |
Color Harmonies of #FD54EE
Complementary color
Monochromatic Colors of #FD54EE
Black with #FD54EE
Text Example
Text Example
White with #FD54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54EE; }
p { color: rgb(253,84,238); }
H1.HeaderClassName
{
color: #FD54EE;
}
.AnyTagClassName
{
color: #FD54EE;
}
</style>
background-color css
<style>
a { background-color: #FD54EE; }
a { background-color: rgb(253,84,238); }
div.DivClassName
{
background-color: #FD54EE;
}
.BgClassName
{
background-color: #FD54EE;
}
</style>
border-color css
<style>
span { border-color: #FD54EE; }
span { border-color: rgb(253,84,238); }
td.TdClassName
{
border-color: #FD54EE;
}
.TagClassName
{
border-color: #FD54EE;
}
</style>