Shades of Pink Flamingo #FE55F9
Tints of Pink Flamingo #FE55F9
RGB
CMYK
RGB Variations
Color information
#FE55F9 (or 0xFE55F9) is known color: Pink Flamingo. HEX triplet: FE, 55 and F9. RGB value is (254,85,249). Sum of RGB (Red+Green+Blue) = 254+85+249=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 85 (33.59% from 255 or 14.46% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55F9 is #01AA06. Grayscale: #999999. Windows color (decimal): -109063 or 16340478. OLE color: 16340478.
HSL color Cylindrical-coordinate representation of color #FE55F9: hue angle of 301.78º 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 #FE55F9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 249 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.00 |
| HSL | 301.78º | 0.99% | 0.66% | - |
| HSV(B) | 301.78º | 0.67% | 1% | - |
| XYZ | 61.22 | 34.41 | 93.04 | - |
| YUV | 154.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 249 | 0 | 0.67 | 0.02 | 0.00 | 301.78 | 0.99 | 0.66 |
| Hex | FE | 55 | F9 | 0 | 43 | 2 | 0 | 12E | 63 | 42 |
| Octal | 376 | 125 | 371 | 0 | 103 | 2 | 0 | 456 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11111001 | 0 | 1000011 | 10 | 0 | 100101110 | 1100011 | 1000010 |
Color Harmonies of #FE55F9
Complementary color
Monochromatic Colors of #FE55F9
Black with #FE55F9
Text Example
Text Example
White with #FE55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55F9; }
p { color: rgb(254,85,249); }
H1.HeaderClassName
{
color: #FE55F9;
}
.AnyTagClassName
{
color: #FE55F9;
}
</style>
background-color css
<style>
a { background-color: #FE55F9; }
a { background-color: rgb(254,85,249); }
div.DivClassName
{
background-color: #FE55F9;
}
.BgClassName
{
background-color: #FE55F9;
}
</style>
border-color css
<style>
span { border-color: #FE55F9; }
span { border-color: rgb(254,85,249); }
td.TdClassName
{
border-color: #FE55F9;
}
.TagClassName
{
border-color: #FE55F9;
}
</style>