Shades of Pink Flamingo #FE54F7
Tints of Pink Flamingo #FE54F7
RGB
CMYK
RGB Variations
Color information
#FE54F7 (or 0xFE54F7) is known color: Pink Flamingo. HEX triplet: FE, 54 and F7. RGB value is (254,84,247). Sum of RGB (Red+Green+Blue) = 254+84+247=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 84 (33.20% from 255 or 14.36% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54F7 is #01AB08. Grayscale: #989898. Windows color (decimal): -109321 or 16209150. OLE color: 16209150.
HSL color Cylindrical-coordinate representation of color #FE54F7: hue angle of 302.47º 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 #FE54F7 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 247 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.00 |
| HSL | 302.47º | 0.99% | 0.66% | - |
| HSV(B) | 302.47º | 0.67% | 1% | - |
| XYZ | 60.83 | 34.13 | 91.38 | - |
| YUV | 153.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 247 | 0 | 0.67 | 0.03 | 0.00 | 302.47 | 0.99 | 0.66 |
| Hex | FE | 54 | F7 | 0 | 43 | 3 | 0 | 12E | 63 | 42 |
| Octal | 376 | 124 | 367 | 0 | 103 | 3 | 0 | 456 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11110111 | 0 | 1000011 | 11 | 0 | 100101110 | 1100011 | 1000010 |
Color Harmonies of #FE54F7
Complementary color
Monochromatic Colors of #FE54F7
Black with #FE54F7
Text Example
Text Example
White with #FE54F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54F7; }
p { color: rgb(254,84,247); }
H1.HeaderClassName
{
color: #FE54F7;
}
.AnyTagClassName
{
color: #FE54F7;
}
</style>
background-color css
<style>
a { background-color: #FE54F7; }
a { background-color: rgb(254,84,247); }
div.DivClassName
{
background-color: #FE54F7;
}
.BgClassName
{
background-color: #FE54F7;
}
</style>
border-color css
<style>
span { border-color: #FE54F7; }
span { border-color: rgb(254,84,247); }
td.TdClassName
{
border-color: #FE54F7;
}
.TagClassName
{
border-color: #FE54F7;
}
</style>