Shades of Pink Flamingo #FB66EF
Tints of Pink Flamingo #FB66EF
RGB
CMYK
RGB Variations
Color information
#FB66EF (or 0xFB66EF) is known color: Pink Flamingo. HEX triplet: FB, 66 and EF. RGB value is (251,102,239). Sum of RGB (Red+Green+Blue) = 251+102+239=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 102 (40.23% from 255 or 17.23% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66EF is #049910. Grayscale: #A1A1A1. Windows color (decimal): -301329 or 15689467. OLE color: 15689467.
HSL color Cylindrical-coordinate representation of color #FB66EF: hue angle of 304.83º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66EF is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 239 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.02 |
| HSL | 304.83º | 0.95% | 0.69% | - |
| HSV(B) | 304.83º | 0.59% | 0.98% | - |
| XYZ | 60.12 | 36.24 | 85.49 | - |
| YUV | 162.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 239 | 0 | 0.59 | 0.05 | 0.02 | 304.83 | 0.95 | 0.69 |
| Hex | FB | 66 | EF | 0 | 3B | 5 | 2 | 131 | 5F | 45 |
| Octal | 373 | 146 | 357 | 0 | 73 | 5 | 2 | 461 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11101111 | 0 | 111011 | 101 | 10 | 100110001 | 1011111 | 1000101 |
Color Harmonies of #FB66EF
Complementary color
Monochromatic Colors of #FB66EF
Black with #FB66EF
Text Example
Text Example
White with #FB66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66EF; }
p { color: rgb(251,102,239); }
H1.HeaderClassName
{
color: #FB66EF;
}
.AnyTagClassName
{
color: #FB66EF;
}
</style>
background-color css
<style>
a { background-color: #FB66EF; }
a { background-color: rgb(251,102,239); }
div.DivClassName
{
background-color: #FB66EF;
}
.BgClassName
{
background-color: #FB66EF;
}
</style>
border-color css
<style>
span { border-color: #FB66EF; }
span { border-color: rgb(251,102,239); }
td.TdClassName
{
border-color: #FB66EF;
}
.TagClassName
{
border-color: #FB66EF;
}
</style>