Shades of Pink Flamingo #FF64F5
Tints of Pink Flamingo #FF64F5
RGB
CMYK
RGB Variations
Color information
#FF64F5 (or 0xFF64F5) is known color: Pink Flamingo. HEX triplet: FF, 64 and F5. RGB value is (255,100,245). Sum of RGB (Red+Green+Blue) = 255+100+245=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 100 (39.45% from 255 or 16.67% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64F5 is #009B0A. Grayscale: #A2A2A2. Windows color (decimal): -39691 or 16082175. OLE color: 16082175.
HSL color Cylindrical-coordinate representation of color #FF64F5: hue angle of 303.87º 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 #FF64F5 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 245 | - |
| CMYK | 0 | 0.61 | 0.04 | 0 |
| HSL | 303.87º | 1% | 0.7% | - |
| HSV(B) | 303.87º | 0.61% | 1% | - |
| XYZ | 62.28 | 36.97 | 90.24 | - |
| YUV | 162.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 245 | 0 | 0.61 | 0.04 | 0 | 303.87 | 1 | 0.7 |
| Hex | FF | 64 | F5 | 0 | 3D | 4 | 0 | 130 | 64 | 46 |
| Octal | 377 | 144 | 365 | 0 | 75 | 4 | 0 | 460 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11110101 | 0 | 111101 | 100 | 0 | 100110000 | 1100100 | 1000110 |
Color Harmonies of #FF64F5
Complementary color
Monochromatic Colors of #FF64F5
Black with #FF64F5
Text Example
Text Example
White with #FF64F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64F5; }
p { color: rgb(255,100,245); }
H1.HeaderClassName
{
color: #FF64F5;
}
.AnyTagClassName
{
color: #FF64F5;
}
</style>
background-color css
<style>
a { background-color: #FF64F5; }
a { background-color: rgb(255,100,245); }
div.DivClassName
{
background-color: #FF64F5;
}
.BgClassName
{
background-color: #FF64F5;
}
</style>
border-color css
<style>
span { border-color: #FF64F5; }
span { border-color: rgb(255,100,245); }
td.TdClassName
{
border-color: #FF64F5;
}
.TagClassName
{
border-color: #FF64F5;
}
</style>