Shades of Pink Flamingo #FE55F8
Tints of Pink Flamingo #FE55F8
RGB
CMYK
RGB Variations
Color information
#FE55F8 (or 0xFE55F8) is known color: Pink Flamingo. HEX triplet: FE, 55 and F8. RGB value is (254,85,248). Sum of RGB (Red+Green+Blue) = 254+85+248=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 85 (33.59% from 255 or 14.48% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55F8 is #01AA07. Grayscale: #999999. Windows color (decimal): -109064 or 16274942. OLE color: 16274942.
HSL color Cylindrical-coordinate representation of color #FE55F8: hue angle of 302.13º 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 #FE55F8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 248 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.00 |
| HSL | 302.13º | 0.99% | 0.66% | - |
| HSV(B) | 302.13º | 0.67% | 1% | - |
| XYZ | 61.06 | 34.35 | 92.22 | - |
| YUV | 154.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 248 | 0 | 0.67 | 0.02 | 0.00 | 302.13 | 0.99 | 0.66 |
| Hex | FE | 55 | F8 | 0 | 43 | 2 | 0 | 12E | 63 | 42 |
| Octal | 376 | 125 | 370 | 0 | 103 | 2 | 0 | 456 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11111000 | 0 | 1000011 | 10 | 0 | 100101110 | 1100011 | 1000010 |
Color Harmonies of #FE55F8
Complementary color
Monochromatic Colors of #FE55F8
Black with #FE55F8
Text Example
Text Example
White with #FE55F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55F8; }
p { color: rgb(254,85,248); }
H1.HeaderClassName
{
color: #FE55F8;
}
.AnyTagClassName
{
color: #FE55F8;
}
</style>
background-color css
<style>
a { background-color: #FE55F8; }
a { background-color: rgb(254,85,248); }
div.DivClassName
{
background-color: #FE55F8;
}
.BgClassName
{
background-color: #FE55F8;
}
</style>
border-color css
<style>
span { border-color: #FE55F8; }
span { border-color: rgb(254,85,248); }
td.TdClassName
{
border-color: #FE55F8;
}
.TagClassName
{
border-color: #FE55F8;
}
</style>