Shades of Pink Flamingo #FB64FC
Tints of Pink Flamingo #FB64FC
RGB
CMYK
RGB Variations
Color information
#FB64FC (or 0xFB64FC) is known color: Pink Flamingo. HEX triplet: FB, 64 and FC. RGB value is (251,100,252). Sum of RGB (Red+Green+Blue) = 251+100+252=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 100 (39.45% from 255 or 16.58% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB64FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64FC is #049B03. Grayscale: #A2A2A2. Windows color (decimal): -301828 or 16540923. OLE color: 16540923.
HSL color Cylindrical-coordinate representation of color #FB64FC: hue angle of 299.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64FC is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 100 | 252 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.01 |
| HSL | 299.61º | 0.96% | 0.69% | - |
| HSV(B) | 299.61º | 0.6% | 0.99% | - |
| XYZ | 61.91 | 36.65 | 95.91 | - |
| YUV | 162.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 252 | 0.00 | 0.60 | 0 | 0.01 | 299.61 | 0.96 | 0.69 |
| Hex | FB | 64 | FC | 0 | 3C | 0 | 1 | 12C | 60 | 45 |
| Octal | 373 | 144 | 374 | 0 | 74 | 0 | 1 | 454 | 140 | 105 |
| Binary | 11111011 | 1100100 | 11111100 | 0 | 111100 | 0 | 1 | 100101100 | 1100000 | 1000101 |
Color Harmonies of #FB64FC
Complementary color
Monochromatic Colors of #FB64FC
Black with #FB64FC
Text Example
Text Example
White with #FB64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64FC; }
p { color: rgb(251,100,252); }
H1.HeaderClassName
{
color: #FB64FC;
}
.AnyTagClassName
{
color: #FB64FC;
}
</style>
background-color css
<style>
a { background-color: #FB64FC; }
a { background-color: rgb(251,100,252); }
div.DivClassName
{
background-color: #FB64FC;
}
.BgClassName
{
background-color: #FB64FC;
}
</style>
border-color css
<style>
span { border-color: #FB64FC; }
span { border-color: rgb(251,100,252); }
td.TdClassName
{
border-color: #FB64FC;
}
.TagClassName
{
border-color: #FB64FC;
}
</style>