Shades of Pink Flamingo #FB64E7
Tints of Pink Flamingo #FB64E7
RGB
CMYK
RGB Variations
Color information
#FB64E7 (or 0xFB64E7) is known color: Pink Flamingo. HEX triplet: FB, 64 and E7. RGB value is (251,100,231). Sum of RGB (Red+Green+Blue) = 251+100+231=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64E7 is #049B18. Grayscale: #9F9F9F. Windows color (decimal): -301849 or 15164667. OLE color: 15164667.
HSL color Cylindrical-coordinate representation of color #FB64E7: hue angle of 307.95º 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 #FB64E7 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 231 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.02 |
| HSL | 307.95º | 0.95% | 0.69% | - |
| HSV(B) | 307.95º | 0.6% | 0.98% | - |
| XYZ | 58.76 | 35.39 | 79.34 | - |
| YUV | 160.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 231 | 0 | 0.60 | 0.08 | 0.02 | 307.95 | 0.95 | 0.69 |
| Hex | FB | 64 | E7 | 0 | 3C | 8 | 2 | 134 | 5F | 45 |
| Octal | 373 | 144 | 347 | 0 | 74 | 10 | 2 | 464 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11100111 | 0 | 111100 | 1000 | 10 | 100110100 | 1011111 | 1000101 |
Color Harmonies of #FB64E7
Complementary color
Monochromatic Colors of #FB64E7
Black with #FB64E7
Text Example
Text Example
White with #FB64E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64E7; }
p { color: rgb(251,100,231); }
H1.HeaderClassName
{
color: #FB64E7;
}
.AnyTagClassName
{
color: #FB64E7;
}
</style>
background-color css
<style>
a { background-color: #FB64E7; }
a { background-color: rgb(251,100,231); }
div.DivClassName
{
background-color: #FB64E7;
}
.BgClassName
{
background-color: #FB64E7;
}
</style>
border-color css
<style>
span { border-color: #FB64E7; }
span { border-color: rgb(251,100,231); }
td.TdClassName
{
border-color: #FB64E7;
}
.TagClassName
{
border-color: #FB64E7;
}
</style>