Shades of Pink Flamingo #FF66FE
Tints of Pink Flamingo #FF66FE
RGB
CMYK
RGB Variations
Color information
#FF66FE (or 0xFF66FE) is known color: Pink Flamingo. HEX triplet: FF, 66 and FE. RGB value is (255,102,254). Sum of RGB (Red+Green+Blue) = 255+102+254=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 102 (40.23% from 255 or 16.69% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66FE is #009901. Grayscale: #A4A4A4. Windows color (decimal): -39170 or 16672511. OLE color: 16672511.
HSL color Cylindrical-coordinate representation of color #FF66FE: hue angle of 300.39º 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 #FF66FE is Cyan = 0, Magento = 0.6, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 254 | - |
| CMYK | 0 | 0.6 | 0.00 | 0 |
| HSL | 300.39º | 1% | 0.7% | - |
| HSV(B) | 300.39º | 0.6% | 1% | - |
| XYZ | 63.88 | 37.92 | 97.72 | - |
| YUV | 165.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 254 | 0 | 0.6 | 0.00 | 0 | 300.39 | 1 | 0.7 |
| Hex | FF | 66 | FE | 0 | 3C | 0 | 0 | 12C | 64 | 46 |
| Octal | 377 | 146 | 376 | 0 | 74 | 0 | 0 | 454 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11111110 | 0 | 111100 | 0 | 0 | 100101100 | 1100100 | 1000110 |
Color Harmonies of #FF66FE
Complementary color
Monochromatic Colors of #FF66FE
Black with #FF66FE
Text Example
Text Example
White with #FF66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66FE; }
p { color: rgb(255,102,254); }
H1.HeaderClassName
{
color: #FF66FE;
}
.AnyTagClassName
{
color: #FF66FE;
}
</style>
background-color css
<style>
a { background-color: #FF66FE; }
a { background-color: rgb(255,102,254); }
div.DivClassName
{
background-color: #FF66FE;
}
.BgClassName
{
background-color: #FF66FE;
}
</style>
border-color css
<style>
span { border-color: #FF66FE; }
span { border-color: rgb(255,102,254); }
td.TdClassName
{
border-color: #FF66FE;
}
.TagClassName
{
border-color: #FF66FE;
}
</style>