Shades of Pink Flamingo #FB64FE
Tints of Pink Flamingo #FB64FE
RGB
CMYK
RGB Variations
Color information
#FB64FE (or 0xFB64FE) is known color: Pink Flamingo. HEX triplet: FB, 64 and FE. RGB value is (251,100,254). Sum of RGB (Red+Green+Blue) = 251+100+254=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 100 (39.45% from 255 or 16.53% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64FE is #049B01. Grayscale: #A2A2A2. Windows color (decimal): -301826 or 16671995. OLE color: 16671995.
HSL color Cylindrical-coordinate representation of color #FB64FE: hue angle of 298.83º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB64FE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 100 | 254 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.00 |
| HSL | 298.83º | 0.99% | 0.69% | - |
| HSV(B) | 298.83º | 0.61% | 1% | - |
| XYZ | 62.23 | 36.78 | 97.59 | - |
| YUV | 162.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 254 | 0.01 | 0.61 | 0 | 0.00 | 298.83 | 0.99 | 0.69 |
| Hex | FB | 64 | FE | 1 | 3D | 0 | 0 | 12B | 63 | 45 |
| Octal | 373 | 144 | 376 | 1 | 75 | 0 | 0 | 453 | 143 | 105 |
| Binary | 11111011 | 1100100 | 11111110 | 1 | 111101 | 0 | 0 | 100101011 | 1100011 | 1000101 |
Color Harmonies of #FB64FE
Complementary color
Monochromatic Colors of #FB64FE
Black with #FB64FE
Text Example
Text Example
White with #FB64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64FE; }
p { color: rgb(251,100,254); }
H1.HeaderClassName
{
color: #FB64FE;
}
.AnyTagClassName
{
color: #FB64FE;
}
</style>
background-color css
<style>
a { background-color: #FB64FE; }
a { background-color: rgb(251,100,254); }
div.DivClassName
{
background-color: #FB64FE;
}
.BgClassName
{
background-color: #FB64FE;
}
</style>
border-color css
<style>
span { border-color: #FB64FE; }
span { border-color: rgb(251,100,254); }
td.TdClassName
{
border-color: #FB64FE;
}
.TagClassName
{
border-color: #FB64FE;
}
</style>