Shades of Pink Flamingo #FF66FF
Tints of Pink Flamingo #FF66FF
RGB
CMYK
RGB Variations
Color information
#FF66FF (or 0xFF66FF) is known color: Pink Flamingo. HEX triplet: FF, 66 and FF. RGB value is (255,102,255). Sum of RGB (Red+Green+Blue) = 255+102+255=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 102 (40.23% from 255 or 16.67% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF66FF is a web safe color. Inversed color of #FF66FF is #009900. Grayscale: #A4A4A4. Windows color (decimal): -39169 or 16738047. OLE color: 16738047.
HSL color Cylindrical-coordinate representation of color #FF66FF: hue angle of 300º 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 #FF66FF is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 255 | - |
| CMYK | 0 | 0.6 | 0 | 0 |
| HSL | 300º | 1% | 0.7% | - |
| HSV(B) | 300º | 0.6% | 1% | - |
| XYZ | 64.04 | 37.98 | 98.56 | - |
| YUV | 165.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 255 | 0 | 0.6 | 0 | 0 | 300 | 1 | 0.7 |
| Hex | FF | 66 | FF | 0 | 3C | 0 | 0 | 12C | 64 | 46 |
| Octal | 377 | 146 | 377 | 0 | 74 | 0 | 0 | 454 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11111111 | 0 | 111100 | 0 | 0 | 100101100 | 1100100 | 1000110 |
Color Harmonies of #FF66FF
Complementary color
Monochromatic Colors of #FF66FF
Black with #FF66FF
Text Example
Text Example
White with #FF66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66FF; }
p { color: rgb(255,102,255); }
H1.HeaderClassName
{
color: #FF66FF;
}
.AnyTagClassName
{
color: #FF66FF;
}
</style>
background-color css
<style>
a { background-color: #FF66FF; }
a { background-color: rgb(255,102,255); }
div.DivClassName
{
background-color: #FF66FF;
}
.BgClassName
{
background-color: #FF66FF;
}
</style>
border-color css
<style>
span { border-color: #FF66FF; }
span { border-color: rgb(255,102,255); }
td.TdClassName
{
border-color: #FF66FF;
}
.TagClassName
{
border-color: #FF66FF;
}
</style>