Shades of Pink Flamingo #F664FA
Tints of Pink Flamingo #F664FA
RGB
CMYK
RGB Variations
Color information
#F664FA (or 0xF664FA) is known color: Pink Flamingo. HEX triplet: F6, 64 and FA. RGB value is (246,100,250). Sum of RGB (Red+Green+Blue) = 246+100+250=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 100 (39.45% from 255 or 16.78% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #F664FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F664FA is #099B05. Grayscale: #A0A0A0. Windows color (decimal): -629510 or 16409846. OLE color: 16409846.
HSL color Cylindrical-coordinate representation of color #F664FA: hue angle of 298.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F664FA is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 100 | 250 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.02 |
| HSL | 298.4º | 0.94% | 0.69% | - |
| HSV(B) | 298.4º | 0.6% | 0.98% | - |
| XYZ | 59.82 | 35.61 | 94.16 | - |
| YUV | 160.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 250 | 0.02 | 0.6 | 0 | 0.02 | 298.4 | 0.94 | 0.69 |
| Hex | F6 | 64 | FA | 2 | 3C | 0 | 2 | 12A | 5E | 45 |
| Octal | 366 | 144 | 372 | 2 | 74 | 0 | 2 | 452 | 136 | 105 |
| Binary | 11110110 | 1100100 | 11111010 | 10 | 111100 | 0 | 10 | 100101010 | 1011110 | 1000101 |
Color Harmonies of #F664FA
Complementary color
Monochromatic Colors of #F664FA
Black with #F664FA
Text Example
Text Example
White with #F664FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F664FA; }
p { color: rgb(246,100,250); }
H1.HeaderClassName
{
color: #F664FA;
}
.AnyTagClassName
{
color: #F664FA;
}
</style>
background-color css
<style>
a { background-color: #F664FA; }
a { background-color: rgb(246,100,250); }
div.DivClassName
{
background-color: #F664FA;
}
.BgClassName
{
background-color: #F664FA;
}
</style>
border-color css
<style>
span { border-color: #F664FA; }
span { border-color: rgb(246,100,250); }
td.TdClassName
{
border-color: #F664FA;
}
.TagClassName
{
border-color: #F664FA;
}
</style>