Shades of Pink Flamingo #FE54FC
Tints of Pink Flamingo #FE54FC
RGB
CMYK
RGB Variations
Color information
#FE54FC (or 0xFE54FC) is known color: Pink Flamingo. HEX triplet: FE, 54 and FC. RGB value is (254,84,252). Sum of RGB (Red+Green+Blue) = 254+84+252=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 84 (33.20% from 255 or 14.24% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54FC is #01AB03. Grayscale: #999999. Windows color (decimal): -109316 or 16536830. OLE color: 16536830.
HSL color Cylindrical-coordinate representation of color #FE54FC: hue angle of 300.71º 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 #FE54FC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 252 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.00 |
| HSL | 300.71º | 0.99% | 0.66% | - |
| HSV(B) | 300.71º | 0.67% | 1% | - |
| XYZ | 61.61 | 34.44 | 95.5 | - |
| YUV | 153.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 252 | 0 | 0.67 | 0.01 | 0.00 | 300.71 | 0.99 | 0.66 |
| Hex | FE | 54 | FC | 0 | 43 | 1 | 0 | 12D | 63 | 42 |
| Octal | 376 | 124 | 374 | 0 | 103 | 1 | 0 | 455 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11111100 | 0 | 1000011 | 1 | 0 | 100101101 | 1100011 | 1000010 |
Color Harmonies of #FE54FC
Complementary color
Monochromatic Colors of #FE54FC
Black with #FE54FC
Text Example
Text Example
White with #FE54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54FC; }
p { color: rgb(254,84,252); }
H1.HeaderClassName
{
color: #FE54FC;
}
.AnyTagClassName
{
color: #FE54FC;
}
</style>
background-color css
<style>
a { background-color: #FE54FC; }
a { background-color: rgb(254,84,252); }
div.DivClassName
{
background-color: #FE54FC;
}
.BgClassName
{
background-color: #FE54FC;
}
</style>
border-color css
<style>
span { border-color: #FE54FC; }
span { border-color: rgb(254,84,252); }
td.TdClassName
{
border-color: #FE54FC;
}
.TagClassName
{
border-color: #FE54FC;
}
</style>