Shades of Pink Flamingo #FB55EF
Tints of Pink Flamingo #FB55EF
RGB
CMYK
RGB Variations
Color information
#FB55EF (or 0xFB55EF) is known color: Pink Flamingo. HEX triplet: FB, 55 and EF. RGB value is (251,85,239). Sum of RGB (Red+Green+Blue) = 251+85+239=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55EF is #04AA10. Grayscale: #979797. Windows color (decimal): -305681 or 15685115. OLE color: 15685115.
HSL color Cylindrical-coordinate representation of color #FB55EF: hue angle of 304.34º 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 #FB55EF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 239 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.02 |
| HSL | 304.34º | 0.95% | 0.66% | - |
| HSV(B) | 304.34º | 0.66% | 0.98% | - |
| XYZ | 58.61 | 33.24 | 84.99 | - |
| YUV | 152.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 239 | 0 | 0.66 | 0.05 | 0.02 | 304.34 | 0.95 | 0.66 |
| Hex | FB | 55 | EF | 0 | 42 | 5 | 2 | 130 | 5F | 42 |
| Octal | 373 | 125 | 357 | 0 | 102 | 5 | 2 | 460 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11101111 | 0 | 1000010 | 101 | 10 | 100110000 | 1011111 | 1000010 |
Color Harmonies of #FB55EF
Complementary color
Monochromatic Colors of #FB55EF
Black with #FB55EF
Text Example
Text Example
White with #FB55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55EF; }
p { color: rgb(251,85,239); }
H1.HeaderClassName
{
color: #FB55EF;
}
.AnyTagClassName
{
color: #FB55EF;
}
</style>
background-color css
<style>
a { background-color: #FB55EF; }
a { background-color: rgb(251,85,239); }
div.DivClassName
{
background-color: #FB55EF;
}
.BgClassName
{
background-color: #FB55EF;
}
</style>
border-color css
<style>
span { border-color: #FB55EF; }
span { border-color: rgb(251,85,239); }
td.TdClassName
{
border-color: #FB55EF;
}
.TagClassName
{
border-color: #FB55EF;
}
</style>