Shades of Pink Flamingo #FB54EE
Tints of Pink Flamingo #FB54EE
RGB
CMYK
RGB Variations
Color information
#FB54EE (or 0xFB54EE) is known color: Pink Flamingo. HEX triplet: FB, 54 and EE. RGB value is (251,84,238). Sum of RGB (Red+Green+Blue) = 251+84+238=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 84 (33.20% from 255 or 14.66% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB54EE is #04AB11. Grayscale: #979797. Windows color (decimal): -305938 or 15619323. OLE color: 15619323.
HSL color Cylindrical-coordinate representation of color #FB54EE: hue angle of 304.67º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54EE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 238 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.67º | 0.95% | 0.66% | - |
| HSV(B) | 304.67º | 0.67% | 0.98% | - |
| XYZ | 58.39 | 33.02 | 84.19 | - |
| YUV | 151.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 238 | 0 | 0.67 | 0.05 | 0.02 | 304.67 | 0.95 | 0.66 |
| Hex | FB | 54 | EE | 0 | 43 | 5 | 2 | 131 | 5F | 42 |
| Octal | 373 | 124 | 356 | 0 | 103 | 5 | 2 | 461 | 137 | 102 |
| Binary | 11111011 | 1010100 | 11101110 | 0 | 1000011 | 101 | 10 | 100110001 | 1011111 | 1000010 |
Color Harmonies of #FB54EE
Complementary color
Monochromatic Colors of #FB54EE
Black with #FB54EE
Text Example
Text Example
White with #FB54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54EE; }
p { color: rgb(251,84,238); }
H1.HeaderClassName
{
color: #FB54EE;
}
.AnyTagClassName
{
color: #FB54EE;
}
</style>
background-color css
<style>
a { background-color: #FB54EE; }
a { background-color: rgb(251,84,238); }
div.DivClassName
{
background-color: #FB54EE;
}
.BgClassName
{
background-color: #FB54EE;
}
</style>
border-color css
<style>
span { border-color: #FB54EE; }
span { border-color: rgb(251,84,238); }
td.TdClassName
{
border-color: #FB54EE;
}
.TagClassName
{
border-color: #FB54EE;
}
</style>