Shades of Pink Flamingo #FB65E9
Tints of Pink Flamingo #FB65E9
RGB
CMYK
RGB Variations
Color information
#FB65E9 (or 0xFB65E9) is known color: Pink Flamingo. HEX triplet: FB, 65 and E9. RGB value is (251,101,233). Sum of RGB (Red+Green+Blue) = 251+101+233=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65E9 is #049A16. Grayscale: #A0A0A0. Windows color (decimal): -301591 or 15295995. OLE color: 15295995.
HSL color Cylindrical-coordinate representation of color #FB65E9: hue angle of 307.2º 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 #FB65E9 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 233 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.02 |
| HSL | 307.2º | 0.95% | 0.69% | - |
| HSV(B) | 307.2º | 0.6% | 0.98% | - |
| XYZ | 59.15 | 35.7 | 80.86 | - |
| YUV | 160.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 233 | 0 | 0.60 | 0.07 | 0.02 | 307.2 | 0.95 | 0.69 |
| Hex | FB | 65 | E9 | 0 | 3C | 7 | 2 | 133 | 5F | 45 |
| Octal | 373 | 145 | 351 | 0 | 74 | 7 | 2 | 463 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11101001 | 0 | 111100 | 111 | 10 | 100110011 | 1011111 | 1000101 |
Color Harmonies of #FB65E9
Complementary color
Monochromatic Colors of #FB65E9
Black with #FB65E9
Text Example
Text Example
White with #FB65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65E9; }
p { color: rgb(251,101,233); }
H1.HeaderClassName
{
color: #FB65E9;
}
.AnyTagClassName
{
color: #FB65E9;
}
</style>
background-color css
<style>
a { background-color: #FB65E9; }
a { background-color: rgb(251,101,233); }
div.DivClassName
{
background-color: #FB65E9;
}
.BgClassName
{
background-color: #FB65E9;
}
</style>
border-color css
<style>
span { border-color: #FB65E9; }
span { border-color: rgb(251,101,233); }
td.TdClassName
{
border-color: #FB65E9;
}
.TagClassName
{
border-color: #FB65E9;
}
</style>