Shades of Pink Flamingo #FE55F4
Tints of Pink Flamingo #FE55F4
RGB
CMYK
RGB Variations
Color information
#FE55F4 (or 0xFE55F4) is known color: Pink Flamingo. HEX triplet: FE, 55 and F4. RGB value is (254,85,244). Sum of RGB (Red+Green+Blue) = 254+85+244=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 85 (33.59% from 255 or 14.58% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55F4 is #01AA0B. Grayscale: #999999. Windows color (decimal): -109068 or 16012798. OLE color: 16012798.
HSL color Cylindrical-coordinate representation of color #FE55F4: hue angle of 303.55º 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 #FE55F4 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 244 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.00 |
| HSL | 303.55º | 0.99% | 0.66% | - |
| HSV(B) | 303.55º | 0.67% | 1% | - |
| XYZ | 60.45 | 34.1 | 88.98 | - |
| YUV | 153.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 244 | 0 | 0.67 | 0.04 | 0.00 | 303.55 | 0.99 | 0.66 |
| Hex | FE | 55 | F4 | 0 | 43 | 4 | 0 | 130 | 63 | 42 |
| Octal | 376 | 125 | 364 | 0 | 103 | 4 | 0 | 460 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11110100 | 0 | 1000011 | 100 | 0 | 100110000 | 1100011 | 1000010 |
Color Harmonies of #FE55F4
Complementary color
Monochromatic Colors of #FE55F4
Black with #FE55F4
Text Example
Text Example
White with #FE55F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55F4; }
p { color: rgb(254,85,244); }
H1.HeaderClassName
{
color: #FE55F4;
}
.AnyTagClassName
{
color: #FE55F4;
}
</style>
background-color css
<style>
a { background-color: #FE55F4; }
a { background-color: rgb(254,85,244); }
div.DivClassName
{
background-color: #FE55F4;
}
.BgClassName
{
background-color: #FE55F4;
}
</style>
border-color css
<style>
span { border-color: #FE55F4; }
span { border-color: rgb(254,85,244); }
td.TdClassName
{
border-color: #FE55F4;
}
.TagClassName
{
border-color: #FE55F4;
}
</style>