Shades of Pink Flamingo #FA66FE
Tints of Pink Flamingo #FA66FE
RGB
CMYK
RGB Variations
Color information
#FA66FE (or 0xFA66FE) is known color: Pink Flamingo. HEX triplet: FA, 66 and FE. RGB value is (250,102,254). Sum of RGB (Red+Green+Blue) = 250+102+254=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 102 (40.23% from 255 or 16.83% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA66FE is #059901. Grayscale: #A3A3A3. Windows color (decimal): -366850 or 16672506. OLE color: 16672506.
HSL color Cylindrical-coordinate representation of color #FA66FE: hue angle of 298.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA66FE is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 102 | 254 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.00 |
| HSL | 298.42º | 0.99% | 0.7% | - |
| HSV(B) | 298.42º | 0.6% | 1% | - |
| XYZ | 62.07 | 36.98 | 97.63 | - |
| YUV | 163.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 254 | 0.02 | 0.60 | 0 | 0.00 | 298.42 | 0.99 | 0.7 |
| Hex | FA | 66 | FE | 2 | 3C | 0 | 0 | 12A | 63 | 46 |
| Octal | 372 | 146 | 376 | 2 | 74 | 0 | 0 | 452 | 143 | 106 |
| Binary | 11111010 | 1100110 | 11111110 | 10 | 111100 | 0 | 0 | 100101010 | 1100011 | 1000110 |
Color Harmonies of #FA66FE
Complementary color
Monochromatic Colors of #FA66FE
Black with #FA66FE
Text Example
Text Example
White with #FA66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA66FE; }
p { color: rgb(250,102,254); }
H1.HeaderClassName
{
color: #FA66FE;
}
.AnyTagClassName
{
color: #FA66FE;
}
</style>
background-color css
<style>
a { background-color: #FA66FE; }
a { background-color: rgb(250,102,254); }
div.DivClassName
{
background-color: #FA66FE;
}
.BgClassName
{
background-color: #FA66FE;
}
</style>
border-color css
<style>
span { border-color: #FA66FE; }
span { border-color: rgb(250,102,254); }
td.TdClassName
{
border-color: #FA66FE;
}
.TagClassName
{
border-color: #FA66FE;
}
</style>