Shades of Pink Flamingo #FB65EC
Tints of Pink Flamingo #FB65EC
RGB
CMYK
RGB Variations
Color information
#FB65EC (or 0xFB65EC) is known color: Pink Flamingo. HEX triplet: FB, 65 and EC. RGB value is (251,101,236). Sum of RGB (Red+Green+Blue) = 251+101+236=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65EC is #049A13. Grayscale: #A0A0A0. Windows color (decimal): -301588 or 15492603. OLE color: 15492603.
HSL color Cylindrical-coordinate representation of color #FB65EC: hue angle of 306º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65EC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 236 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.02 |
| HSL | 306º | 0.95% | 0.69% | - |
| HSV(B) | 306º | 0.6% | 0.98% | - |
| XYZ | 59.58 | 35.87 | 83.14 | - |
| YUV | 161.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 236 | 0 | 0.60 | 0.06 | 0.02 | 306 | 0.95 | 0.69 |
| Hex | FB | 65 | EC | 0 | 3C | 6 | 2 | 132 | 5F | 45 |
| Octal | 373 | 145 | 354 | 0 | 74 | 6 | 2 | 462 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11101100 | 0 | 111100 | 110 | 10 | 100110010 | 1011111 | 1000101 |
Color Harmonies of #FB65EC
Complementary color
Monochromatic Colors of #FB65EC
Black with #FB65EC
Text Example
Text Example
White with #FB65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65EC; }
p { color: rgb(251,101,236); }
H1.HeaderClassName
{
color: #FB65EC;
}
.AnyTagClassName
{
color: #FB65EC;
}
</style>
background-color css
<style>
a { background-color: #FB65EC; }
a { background-color: rgb(251,101,236); }
div.DivClassName
{
background-color: #FB65EC;
}
.BgClassName
{
background-color: #FB65EC;
}
</style>
border-color css
<style>
span { border-color: #FB65EC; }
span { border-color: rgb(251,101,236); }
td.TdClassName
{
border-color: #FB65EC;
}
.TagClassName
{
border-color: #FB65EC;
}
</style>