Shades of Pink Flamingo #FF64F0
Tints of Pink Flamingo #FF64F0
RGB
CMYK
RGB Variations
Color information
#FF64F0 (or 0xFF64F0) is known color: Pink Flamingo. HEX triplet: FF, 64 and F0. RGB value is (255,100,240). Sum of RGB (Red+Green+Blue) = 255+100+240=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64F0 is #009B0F. Grayscale: #A1A1A1. Windows color (decimal): -39696 or 15754495. OLE color: 15754495.
HSL color Cylindrical-coordinate representation of color #FF64F0: hue angle of 305.81º 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 #FF64F0 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 240 | - |
| CMYK | 0 | 0.61 | 0.06 | 0 |
| HSL | 305.81º | 1% | 0.7% | - |
| HSV(B) | 305.81º | 0.61% | 1% | - |
| XYZ | 61.53 | 36.67 | 86.27 | - |
| YUV | 162.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 240 | 0 | 0.61 | 0.06 | 0 | 305.81 | 1 | 0.7 |
| Hex | FF | 64 | F0 | 0 | 3D | 6 | 0 | 132 | 64 | 46 |
| Octal | 377 | 144 | 360 | 0 | 75 | 6 | 0 | 462 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11110000 | 0 | 111101 | 110 | 0 | 100110010 | 1100100 | 1000110 |
Color Harmonies of #FF64F0
Complementary color
Monochromatic Colors of #FF64F0
Black with #FF64F0
Text Example
Text Example
White with #FF64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64F0; }
p { color: rgb(255,100,240); }
H1.HeaderClassName
{
color: #FF64F0;
}
.AnyTagClassName
{
color: #FF64F0;
}
</style>
background-color css
<style>
a { background-color: #FF64F0; }
a { background-color: rgb(255,100,240); }
div.DivClassName
{
background-color: #FF64F0;
}
.BgClassName
{
background-color: #FF64F0;
}
</style>
border-color css
<style>
span { border-color: #FF64F0; }
span { border-color: rgb(255,100,240); }
td.TdClassName
{
border-color: #FF64F0;
}
.TagClassName
{
border-color: #FF64F0;
}
</style>