Shades of Pink Flamingo #FB64FF
Tints of Pink Flamingo #FB64FF
RGB
CMYK
RGB Variations
Color information
#FB64FF (or 0xFB64FF) is known color: Pink Flamingo. HEX triplet: FB, 64 and FF. RGB value is (251,100,255). Sum of RGB (Red+Green+Blue) = 251+100+255=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 100 (39.45% from 255 or 16.50% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64FF is #049B00. Grayscale: #A2A2A2. Windows color (decimal): -301825 or 16737531. OLE color: 16737531.
HSL color Cylindrical-coordinate representation of color #FB64FF: hue angle of 298.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB64FF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 100 | 255 | - |
| CMYK | 0.02 | 0.61 | 0 | 0 |
| HSL | 298.45º | 1% | 0.7% | - |
| HSV(B) | 298.45º | 0.61% | 1% | - |
| XYZ | 62.39 | 36.84 | 98.43 | - |
| YUV | 162.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 255 | 0.02 | 0.61 | 0 | 0 | 298.45 | 1 | 0.7 |
| Hex | FB | 64 | FF | 2 | 3D | 0 | 0 | 12A | 64 | 46 |
| Octal | 373 | 144 | 377 | 2 | 75 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111011 | 1100100 | 11111111 | 10 | 111101 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #FB64FF
Complementary color
Monochromatic Colors of #FB64FF
Black with #FB64FF
Text Example
Text Example
White with #FB64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64FF; }
p { color: rgb(251,100,255); }
H1.HeaderClassName
{
color: #FB64FF;
}
.AnyTagClassName
{
color: #FB64FF;
}
</style>
background-color css
<style>
a { background-color: #FB64FF; }
a { background-color: rgb(251,100,255); }
div.DivClassName
{
background-color: #FB64FF;
}
.BgClassName
{
background-color: #FB64FF;
}
</style>
border-color css
<style>
span { border-color: #FB64FF; }
span { border-color: rgb(251,100,255); }
td.TdClassName
{
border-color: #FB64FF;
}
.TagClassName
{
border-color: #FB64FF;
}
</style>