Shades of Pink Flamingo #FF64FF
Tints of Pink Flamingo #FF64FF
RGB
CMYK
RGB Variations
Color information
#FF64FF (or 0xFF64FF) is known color: Pink Flamingo. HEX triplet: FF, 64 and FF. RGB value is (255,100,255). Sum of RGB (Red+Green+Blue) = 255+100+255=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 100 (39.45% from 255 or 16.39% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64FF is #009B00. Grayscale: #A3A3A3. Windows color (decimal): -39681 or 16737535. OLE color: 16737535.
HSL color Cylindrical-coordinate representation of color #FF64FF: hue angle of 300º 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 #FF64FF is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 255 | - |
| CMYK | 0 | 0.61 | 0 | 0 |
| HSL | 300º | 1% | 0.7% | - |
| HSV(B) | 300º | 0.61% | 1% | - |
| XYZ | 63.85 | 37.59 | 98.5 | - |
| YUV | 164.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 255 | 0 | 0.61 | 0 | 0 | 300 | 1 | 0.7 |
| Hex | FF | 64 | FF | 0 | 3D | 0 | 0 | 12C | 64 | 46 |
| Octal | 377 | 144 | 377 | 0 | 75 | 0 | 0 | 454 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11111111 | 0 | 111101 | 0 | 0 | 100101100 | 1100100 | 1000110 |
Color Harmonies of #FF64FF
Complementary color
Monochromatic Colors of #FF64FF
Black with #FF64FF
Text Example
Text Example
White with #FF64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64FF; }
p { color: rgb(255,100,255); }
H1.HeaderClassName
{
color: #FF64FF;
}
.AnyTagClassName
{
color: #FF64FF;
}
</style>
background-color css
<style>
a { background-color: #FF64FF; }
a { background-color: rgb(255,100,255); }
div.DivClassName
{
background-color: #FF64FF;
}
.BgClassName
{
background-color: #FF64FF;
}
</style>
border-color css
<style>
span { border-color: #FF64FF; }
span { border-color: rgb(255,100,255); }
td.TdClassName
{
border-color: #FF64FF;
}
.TagClassName
{
border-color: #FF64FF;
}
</style>