Shades of Pink Flamingo #FB65E5
Tints of Pink Flamingo #FB65E5
RGB
CMYK
RGB Variations
Color information
#FB65E5 (or 0xFB65E5) is known color: Pink Flamingo. HEX triplet: FB, 65 and E5. RGB value is (251,101,229). Sum of RGB (Red+Green+Blue) = 251+101+229=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65E5 is #049A1A. Grayscale: #A0A0A0. Windows color (decimal): -301595 or 15033851. OLE color: 15033851.
HSL color Cylindrical-coordinate representation of color #FB65E5: hue angle of 308.8º 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 #FB65E5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 229 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.02 |
| HSL | 308.8º | 0.95% | 0.69% | - |
| HSV(B) | 308.8º | 0.6% | 0.98% | - |
| XYZ | 58.58 | 35.47 | 77.89 | - |
| YUV | 160.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 229 | 0 | 0.60 | 0.09 | 0.02 | 308.8 | 0.95 | 0.69 |
| Hex | FB | 65 | E5 | 0 | 3C | 9 | 2 | 135 | 5F | 45 |
| Octal | 373 | 145 | 345 | 0 | 74 | 11 | 2 | 465 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11100101 | 0 | 111100 | 1001 | 10 | 100110101 | 1011111 | 1000101 |
Color Harmonies of #FB65E5
Complementary color
Monochromatic Colors of #FB65E5
Black with #FB65E5
Text Example
Text Example
White with #FB65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65E5; }
p { color: rgb(251,101,229); }
H1.HeaderClassName
{
color: #FB65E5;
}
.AnyTagClassName
{
color: #FB65E5;
}
</style>
background-color css
<style>
a { background-color: #FB65E5; }
a { background-color: rgb(251,101,229); }
div.DivClassName
{
background-color: #FB65E5;
}
.BgClassName
{
background-color: #FB65E5;
}
</style>
border-color css
<style>
span { border-color: #FB65E5; }
span { border-color: rgb(251,101,229); }
td.TdClassName
{
border-color: #FB65E5;
}
.TagClassName
{
border-color: #FB65E5;
}
</style>