Shades of Pink Flamingo #FE54FD
Tints of Pink Flamingo #FE54FD
RGB
CMYK
RGB Variations
Color information
#FE54FD (or 0xFE54FD) is known color: Pink Flamingo. HEX triplet: FE, 54 and FD. RGB value is (254,84,253). Sum of RGB (Red+Green+Blue) = 254+84+253=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 84 (33.20% from 255 or 14.21% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54FD is #01AB02. Grayscale: #999999. Windows color (decimal): -109315 or 16602366. OLE color: 16602366.
HSL color Cylindrical-coordinate representation of color #FE54FD: hue angle of 300.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE54FD is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 253 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.00 |
| HSL | 300.35º | 0.99% | 0.66% | - |
| HSV(B) | 300.35º | 0.67% | 1% | - |
| XYZ | 61.77 | 34.5 | 96.33 | - |
| YUV | 154.1 | 183.82 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 253 | 0 | 0.67 | 0.00 | 0.00 | 300.35 | 0.99 | 0.66 |
| Hex | FE | 54 | FD | 0 | 43 | 0 | 0 | 12C | 63 | 42 |
| Octal | 376 | 124 | 375 | 0 | 103 | 0 | 0 | 454 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11111101 | 0 | 1000011 | 0 | 0 | 100101100 | 1100011 | 1000010 |
Color Harmonies of #FE54FD
Complementary color
Monochromatic Colors of #FE54FD
Black with #FE54FD
Text Example
Text Example
White with #FE54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54FD; }
p { color: rgb(254,84,253); }
H1.HeaderClassName
{
color: #FE54FD;
}
.AnyTagClassName
{
color: #FE54FD;
}
</style>
background-color css
<style>
a { background-color: #FE54FD; }
a { background-color: rgb(254,84,253); }
div.DivClassName
{
background-color: #FE54FD;
}
.BgClassName
{
background-color: #FE54FD;
}
</style>
border-color css
<style>
span { border-color: #FE54FD; }
span { border-color: rgb(254,84,253); }
td.TdClassName
{
border-color: #FE54FD;
}
.TagClassName
{
border-color: #FE54FD;
}
</style>