Shades of Pink Flamingo #FB65E7
Tints of Pink Flamingo #FB65E7
RGB
CMYK
RGB Variations
Color information
#FB65E7 (or 0xFB65E7) is known color: Pink Flamingo. HEX triplet: FB, 65 and E7. RGB value is (251,101,231). Sum of RGB (Red+Green+Blue) = 251+101+231=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65E7 is #049A18. Grayscale: #A0A0A0. Windows color (decimal): -301593 or 15164923. OLE color: 15164923.
HSL color Cylindrical-coordinate representation of color #FB65E7: hue angle of 308º 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 #FB65E7 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 231 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.02 |
| HSL | 308º | 0.95% | 0.69% | - |
| HSV(B) | 308º | 0.6% | 0.98% | - |
| XYZ | 58.86 | 35.59 | 79.37 | - |
| YUV | 160.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 231 | 0 | 0.60 | 0.08 | 0.02 | 308 | 0.95 | 0.69 |
| Hex | FB | 65 | E7 | 0 | 3C | 8 | 2 | 134 | 5F | 45 |
| Octal | 373 | 145 | 347 | 0 | 74 | 10 | 2 | 464 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11100111 | 0 | 111100 | 1000 | 10 | 100110100 | 1011111 | 1000101 |
Color Harmonies of #FB65E7
Complementary color
Monochromatic Colors of #FB65E7
Black with #FB65E7
Text Example
Text Example
White with #FB65E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65E7; }
p { color: rgb(251,101,231); }
H1.HeaderClassName
{
color: #FB65E7;
}
.AnyTagClassName
{
color: #FB65E7;
}
</style>
background-color css
<style>
a { background-color: #FB65E7; }
a { background-color: rgb(251,101,231); }
div.DivClassName
{
background-color: #FB65E7;
}
.BgClassName
{
background-color: #FB65E7;
}
</style>
border-color css
<style>
span { border-color: #FB65E7; }
span { border-color: rgb(251,101,231); }
td.TdClassName
{
border-color: #FB65E7;
}
.TagClassName
{
border-color: #FB65E7;
}
</style>