Shades of Pink Flamingo #FA66FF
Tints of Pink Flamingo #FA66FF
RGB
CMYK
RGB Variations
Color information
#FA66FF (or 0xFA66FF) is known color: Pink Flamingo. HEX triplet: FA, 66 and FF. RGB value is (250,102,255). Sum of RGB (Red+Green+Blue) = 250+102+255=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 102 (40.23% from 255 or 16.80% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA66FF is #059900. Grayscale: #A3A3A3. Windows color (decimal): -366849 or 16738042. OLE color: 16738042.
HSL color Cylindrical-coordinate representation of color #FA66FF: hue angle of 298.04º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA66FF is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 102 | 255 | - |
| CMYK | 0.02 | 0.6 | 0 | 0 |
| HSL | 298.04º | 1% | 0.7% | - |
| HSV(B) | 298.04º | 0.6% | 1% | - |
| XYZ | 62.23 | 37.05 | 98.48 | - |
| YUV | 163.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 255 | 0.02 | 0.6 | 0 | 0 | 298.04 | 1 | 0.7 |
| Hex | FA | 66 | FF | 2 | 3C | 0 | 0 | 12A | 64 | 46 |
| Octal | 372 | 146 | 377 | 2 | 74 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111010 | 1100110 | 11111111 | 10 | 111100 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #FA66FF
Complementary color
Monochromatic Colors of #FA66FF
Black with #FA66FF
Text Example
Text Example
White with #FA66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA66FF; }
p { color: rgb(250,102,255); }
H1.HeaderClassName
{
color: #FA66FF;
}
.AnyTagClassName
{
color: #FA66FF;
}
</style>
background-color css
<style>
a { background-color: #FA66FF; }
a { background-color: rgb(250,102,255); }
div.DivClassName
{
background-color: #FA66FF;
}
.BgClassName
{
background-color: #FA66FF;
}
</style>
border-color css
<style>
span { border-color: #FA66FF; }
span { border-color: rgb(250,102,255); }
td.TdClassName
{
border-color: #FA66FF;
}
.TagClassName
{
border-color: #FA66FF;
}
</style>