Shades of Pink Flamingo #FB66E7
Tints of Pink Flamingo #FB66E7
RGB
CMYK
RGB Variations
Color information
#FB66E7 (or 0xFB66E7) is known color: Pink Flamingo. HEX triplet: FB, 66 and E7. RGB value is (251,102,231). Sum of RGB (Red+Green+Blue) = 251+102+231=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66E7 is #049918. Grayscale: #A0A0A0. Windows color (decimal): -301337 or 15165179. OLE color: 15165179.
HSL color Cylindrical-coordinate representation of color #FB66E7: hue angle of 308.05º 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 #FB66E7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 231 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.02 |
| HSL | 308.05º | 0.95% | 0.69% | - |
| HSV(B) | 308.05º | 0.59% | 0.98% | - |
| XYZ | 58.96 | 35.78 | 79.4 | - |
| YUV | 161.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 231 | 0 | 0.59 | 0.08 | 0.02 | 308.05 | 0.95 | 0.69 |
| Hex | FB | 66 | E7 | 0 | 3B | 8 | 2 | 134 | 5F | 45 |
| Octal | 373 | 146 | 347 | 0 | 73 | 10 | 2 | 464 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11100111 | 0 | 111011 | 1000 | 10 | 100110100 | 1011111 | 1000101 |
Color Harmonies of #FB66E7
Complementary color
Monochromatic Colors of #FB66E7
Black with #FB66E7
Text Example
Text Example
White with #FB66E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66E7; }
p { color: rgb(251,102,231); }
H1.HeaderClassName
{
color: #FB66E7;
}
.AnyTagClassName
{
color: #FB66E7;
}
</style>
background-color css
<style>
a { background-color: #FB66E7; }
a { background-color: rgb(251,102,231); }
div.DivClassName
{
background-color: #FB66E7;
}
.BgClassName
{
background-color: #FB66E7;
}
</style>
border-color css
<style>
span { border-color: #FB66E7; }
span { border-color: rgb(251,102,231); }
td.TdClassName
{
border-color: #FB66E7;
}
.TagClassName
{
border-color: #FB66E7;
}
</style>