Shades of Pink Flamingo #FE55FF
Tints of Pink Flamingo #FE55FF
RGB
CMYK
RGB Variations
Color information
#FE55FF (or 0xFE55FF) is known color: Pink Flamingo. HEX triplet: FE, 55 and FF. RGB value is (254,85,255). Sum of RGB (Red+Green+Blue) = 254+85+255=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 85 (33.59% from 255 or 14.31% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55FF is #01AA00. Grayscale: #9A9A9A. Windows color (decimal): -109057 or 16733694. OLE color: 16733694.
HSL color Cylindrical-coordinate representation of color #FE55FF: hue angle of 299.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55FF is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 85 | 255 | - |
| CMYK | 0.00 | 0.67 | 0 | 0 |
| HSL | 299.65º | 1% | 0.67% | - |
| HSV(B) | 299.65º | 0.67% | 1% | - |
| XYZ | 62.17 | 34.79 | 98.05 | - |
| YUV | 154.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 255 | 0.00 | 0.67 | 0 | 0 | 299.65 | 1 | 0.67 |
| Hex | FE | 55 | FF | 0 | 43 | 0 | 0 | 12C | 64 | 43 |
| Octal | 376 | 125 | 377 | 0 | 103 | 0 | 0 | 454 | 144 | 103 |
| Binary | 11111110 | 1010101 | 11111111 | 0 | 1000011 | 0 | 0 | 100101100 | 1100100 | 1000011 |
Color Harmonies of #FE55FF
Complementary color
Monochromatic Colors of #FE55FF
Black with #FE55FF
Text Example
Text Example
White with #FE55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55FF; }
p { color: rgb(254,85,255); }
H1.HeaderClassName
{
color: #FE55FF;
}
.AnyTagClassName
{
color: #FE55FF;
}
</style>
background-color css
<style>
a { background-color: #FE55FF; }
a { background-color: rgb(254,85,255); }
div.DivClassName
{
background-color: #FE55FF;
}
.BgClassName
{
background-color: #FE55FF;
}
</style>
border-color css
<style>
span { border-color: #FE55FF; }
span { border-color: rgb(254,85,255); }
td.TdClassName
{
border-color: #FE55FF;
}
.TagClassName
{
border-color: #FE55FF;
}
</style>