Shades of Pink Flamingo #FF64F1
Tints of Pink Flamingo #FF64F1
RGB
CMYK
RGB Variations
Color information
#FF64F1 (or 0xFF64F1) is known color: Pink Flamingo. HEX triplet: FF, 64 and F1. RGB value is (255,100,241). Sum of RGB (Red+Green+Blue) = 255+100+241=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 100 (39.45% from 255 or 16.78% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64F1 is #009B0E. Grayscale: #A2A2A2. Windows color (decimal): -39695 or 15820031. OLE color: 15820031.
HSL color Cylindrical-coordinate representation of color #FF64F1: hue angle of 305.42º 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 #FF64F1 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 241 | - |
| CMYK | 0 | 0.61 | 0.05 | 0 |
| HSL | 305.42º | 1% | 0.7% | - |
| HSV(B) | 305.42º | 0.61% | 1% | - |
| XYZ | 61.67 | 36.73 | 87.06 | - |
| YUV | 162.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 241 | 0 | 0.61 | 0.05 | 0 | 305.42 | 1 | 0.7 |
| Hex | FF | 64 | F1 | 0 | 3D | 5 | 0 | 131 | 64 | 46 |
| Octal | 377 | 144 | 361 | 0 | 75 | 5 | 0 | 461 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11110001 | 0 | 111101 | 101 | 0 | 100110001 | 1100100 | 1000110 |
Color Harmonies of #FF64F1
Complementary color
Monochromatic Colors of #FF64F1
Black with #FF64F1
Text Example
Text Example
White with #FF64F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64F1; }
p { color: rgb(255,100,241); }
H1.HeaderClassName
{
color: #FF64F1;
}
.AnyTagClassName
{
color: #FF64F1;
}
</style>
background-color css
<style>
a { background-color: #FF64F1; }
a { background-color: rgb(255,100,241); }
div.DivClassName
{
background-color: #FF64F1;
}
.BgClassName
{
background-color: #FF64F1;
}
</style>
border-color css
<style>
span { border-color: #FF64F1; }
span { border-color: rgb(255,100,241); }
td.TdClassName
{
border-color: #FF64F1;
}
.TagClassName
{
border-color: #FF64F1;
}
</style>