Shades of Pink Flamingo #FF54EE
Tints of Pink Flamingo #FF54EE
RGB
CMYK
RGB Variations
Color information
#FF54EE (or 0xFF54EE) is known color: Pink Flamingo. HEX triplet: FF, 54 and EE. RGB value is (255,84,238). Sum of RGB (Red+Green+Blue) = 255+84+238=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54EE is #00AB11. Grayscale: #989898. Windows color (decimal): -43794 or 15619327. OLE color: 15619327.
HSL color Cylindrical-coordinate representation of color #FF54EE: hue angle of 305.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54EE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 238 | - |
| CMYK | 0 | 0.67 | 0.07 | 0 |
| HSL | 305.96º | 1% | 0.66% | - |
| HSV(B) | 305.96º | 0.67% | 1% | - |
| XYZ | 59.84 | 33.77 | 84.25 | - |
| YUV | 152.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 238 | 0 | 0.67 | 0.07 | 0 | 305.96 | 1 | 0.66 |
| Hex | FF | 54 | EE | 0 | 43 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 124 | 356 | 0 | 103 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11101110 | 0 | 1000011 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF54EE
Complementary color
Monochromatic Colors of #FF54EE
Black with #FF54EE
Text Example
Text Example
White with #FF54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54EE; }
p { color: rgb(255,84,238); }
H1.HeaderClassName
{
color: #FF54EE;
}
.AnyTagClassName
{
color: #FF54EE;
}
</style>
background-color css
<style>
a { background-color: #FF54EE; }
a { background-color: rgb(255,84,238); }
div.DivClassName
{
background-color: #FF54EE;
}
.BgClassName
{
background-color: #FF54EE;
}
</style>
border-color css
<style>
span { border-color: #FF54EE; }
span { border-color: rgb(255,84,238); }
td.TdClassName
{
border-color: #FF54EE;
}
.TagClassName
{
border-color: #FF54EE;
}
</style>