Shades of Pink Flamingo #FB64F7
Tints of Pink Flamingo #FB64F7
RGB
CMYK
RGB Variations
Color information
#FB64F7 (or 0xFB64F7) is known color: Pink Flamingo. HEX triplet: FB, 64 and F7. RGB value is (251,100,247). Sum of RGB (Red+Green+Blue) = 251+100+247=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 100 (39.45% from 255 or 16.72% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64F7 is #049B08. Grayscale: #A1A1A1. Windows color (decimal): -301833 or 16213243. OLE color: 16213243.
HSL color Cylindrical-coordinate representation of color #FB64F7: hue angle of 301.59º 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 #FB64F7 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 247 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.02 |
| HSL | 301.59º | 0.95% | 0.69% | - |
| HSV(B) | 301.59º | 0.6% | 0.98% | - |
| XYZ | 61.13 | 36.34 | 91.79 | - |
| YUV | 161.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 247 | 0 | 0.60 | 0.02 | 0.02 | 301.59 | 0.95 | 0.69 |
| Hex | FB | 64 | F7 | 0 | 3C | 2 | 2 | 12E | 5F | 45 |
| Octal | 373 | 144 | 367 | 0 | 74 | 2 | 2 | 456 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11110111 | 0 | 111100 | 10 | 10 | 100101110 | 1011111 | 1000101 |
Color Harmonies of #FB64F7
Complementary color
Monochromatic Colors of #FB64F7
Black with #FB64F7
Text Example
Text Example
White with #FB64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64F7; }
p { color: rgb(251,100,247); }
H1.HeaderClassName
{
color: #FB64F7;
}
.AnyTagClassName
{
color: #FB64F7;
}
</style>
background-color css
<style>
a { background-color: #FB64F7; }
a { background-color: rgb(251,100,247); }
div.DivClassName
{
background-color: #FB64F7;
}
.BgClassName
{
background-color: #FB64F7;
}
</style>
border-color css
<style>
span { border-color: #FB64F7; }
span { border-color: rgb(251,100,247); }
td.TdClassName
{
border-color: #FB64F7;
}
.TagClassName
{
border-color: #FB64F7;
}
</style>