Shades of Pink Flamingo #FB55EE
Tints of Pink Flamingo #FB55EE
RGB
CMYK
RGB Variations
Color information
#FB55EE (or 0xFB55EE) is known color: Pink Flamingo. HEX triplet: FB, 55 and EE. RGB value is (251,85,238). Sum of RGB (Red+Green+Blue) = 251+85+238=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55EE is #04AA11. Grayscale: #979797. Windows color (decimal): -305682 or 15619579. OLE color: 15619579.
HSL color Cylindrical-coordinate representation of color #FB55EE: hue angle of 304.7º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55EE is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 238 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.02 |
| HSL | 304.7º | 0.95% | 0.66% | - |
| HSV(B) | 304.7º | 0.66% | 0.98% | - |
| XYZ | 58.46 | 33.18 | 84.21 | - |
| YUV | 152.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 238 | 0 | 0.66 | 0.05 | 0.02 | 304.7 | 0.95 | 0.66 |
| Hex | FB | 55 | EE | 0 | 42 | 5 | 2 | 131 | 5F | 42 |
| Octal | 373 | 125 | 356 | 0 | 102 | 5 | 2 | 461 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11101110 | 0 | 1000010 | 101 | 10 | 100110001 | 1011111 | 1000010 |
Color Harmonies of #FB55EE
Complementary color
Monochromatic Colors of #FB55EE
Black with #FB55EE
Text Example
Text Example
White with #FB55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55EE; }
p { color: rgb(251,85,238); }
H1.HeaderClassName
{
color: #FB55EE;
}
.AnyTagClassName
{
color: #FB55EE;
}
</style>
background-color css
<style>
a { background-color: #FB55EE; }
a { background-color: rgb(251,85,238); }
div.DivClassName
{
background-color: #FB55EE;
}
.BgClassName
{
background-color: #FB55EE;
}
</style>
border-color css
<style>
span { border-color: #FB55EE; }
span { border-color: rgb(251,85,238); }
td.TdClassName
{
border-color: #FB55EE;
}
.TagClassName
{
border-color: #FB55EE;
}
</style>