Shades of Pink Flamingo #FF66FA
Tints of Pink Flamingo #FF66FA
RGB
CMYK
RGB Variations
Color information
#FF66FA (or 0xFF66FA) is known color: Pink Flamingo. HEX triplet: FF, 66 and FA. RGB value is (255,102,250). Sum of RGB (Red+Green+Blue) = 255+102+250=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 102 (40.23% from 255 or 16.80% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66FA is #009905. Grayscale: #A4A4A4. Windows color (decimal): -39174 or 16410367. OLE color: 16410367.
HSL color Cylindrical-coordinate representation of color #FF66FA: hue angle of 301.96º 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 #FF66FA is Cyan = 0, Magento = 0.6, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 250 | - |
| CMYK | 0 | 0.6 | 0.02 | 0 |
| HSL | 301.96º | 1% | 0.7% | - |
| HSV(B) | 301.96º | 0.6% | 1% | - |
| XYZ | 63.25 | 37.66 | 94.38 | - |
| YUV | 164.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 250 | 0 | 0.6 | 0.02 | 0 | 301.96 | 1 | 0.7 |
| Hex | FF | 66 | FA | 0 | 3C | 2 | 0 | 12E | 64 | 46 |
| Octal | 377 | 146 | 372 | 0 | 74 | 2 | 0 | 456 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11111010 | 0 | 111100 | 10 | 0 | 100101110 | 1100100 | 1000110 |
Color Harmonies of #FF66FA
Complementary color
Monochromatic Colors of #FF66FA
Black with #FF66FA
Text Example
Text Example
White with #FF66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66FA; }
p { color: rgb(255,102,250); }
H1.HeaderClassName
{
color: #FF66FA;
}
.AnyTagClassName
{
color: #FF66FA;
}
</style>
background-color css
<style>
a { background-color: #FF66FA; }
a { background-color: rgb(255,102,250); }
div.DivClassName
{
background-color: #FF66FA;
}
.BgClassName
{
background-color: #FF66FA;
}
</style>
border-color css
<style>
span { border-color: #FF66FA; }
span { border-color: rgb(255,102,250); }
td.TdClassName
{
border-color: #FF66FA;
}
.TagClassName
{
border-color: #FF66FA;
}
</style>