Shades of Pink Flamingo #FF64FB
Tints of Pink Flamingo #FF64FB
RGB
CMYK
RGB Variations
Color information
#FF64FB (or 0xFF64FB) is known color: Pink Flamingo. HEX triplet: FF, 64 and FB. RGB value is (255,100,251). Sum of RGB (Red+Green+Blue) = 255+100+251=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 100 (39.45% from 255 or 16.50% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64FB is #009B04. Grayscale: #A3A3A3. Windows color (decimal): -39685 or 16475391. OLE color: 16475391.
HSL color Cylindrical-coordinate representation of color #FF64FB: hue angle of 301.55º 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 #FF64FB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 251 | - |
| CMYK | 0 | 0.61 | 0.02 | 0 |
| HSL | 301.55º | 1% | 0.7% | - |
| HSV(B) | 301.55º | 0.61% | 1% | - |
| XYZ | 63.21 | 37.34 | 95.14 | - |
| YUV | 163.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 251 | 0 | 0.61 | 0.02 | 0 | 301.55 | 1 | 0.7 |
| Hex | FF | 64 | FB | 0 | 3D | 2 | 0 | 12E | 64 | 46 |
| Octal | 377 | 144 | 373 | 0 | 75 | 2 | 0 | 456 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11111011 | 0 | 111101 | 10 | 0 | 100101110 | 1100100 | 1000110 |
Color Harmonies of #FF64FB
Complementary color
Monochromatic Colors of #FF64FB
Black with #FF64FB
Text Example
Text Example
White with #FF64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64FB; }
p { color: rgb(255,100,251); }
H1.HeaderClassName
{
color: #FF64FB;
}
.AnyTagClassName
{
color: #FF64FB;
}
</style>
background-color css
<style>
a { background-color: #FF64FB; }
a { background-color: rgb(255,100,251); }
div.DivClassName
{
background-color: #FF64FB;
}
.BgClassName
{
background-color: #FF64FB;
}
</style>
border-color css
<style>
span { border-color: #FF64FB; }
span { border-color: rgb(255,100,251); }
td.TdClassName
{
border-color: #FF64FB;
}
.TagClassName
{
border-color: #FF64FB;
}
</style>