Shades of Pink Flamingo #FF66FC
Tints of Pink Flamingo #FF66FC
RGB
CMYK
RGB Variations
Color information
#FF66FC (or 0xFF66FC) is known color: Pink Flamingo. HEX triplet: FF, 66 and FC. RGB value is (255,102,252). Sum of RGB (Red+Green+Blue) = 255+102+252=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 102 (40.23% from 255 or 16.75% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66FC is #009903. Grayscale: #A4A4A4. Windows color (decimal): -39172 or 16541439. OLE color: 16541439.
HSL color Cylindrical-coordinate representation of color #FF66FC: hue angle of 301.18º 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 #FF66FC is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 252 | - |
| CMYK | 0 | 0.6 | 0.01 | 0 |
| HSL | 301.18º | 1% | 0.7% | - |
| HSV(B) | 301.18º | 0.6% | 1% | - |
| XYZ | 63.56 | 37.79 | 96.04 | - |
| YUV | 164.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 252 | 0 | 0.6 | 0.01 | 0 | 301.18 | 1 | 0.7 |
| Hex | FF | 66 | FC | 0 | 3C | 1 | 0 | 12D | 64 | 46 |
| Octal | 377 | 146 | 374 | 0 | 74 | 1 | 0 | 455 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11111100 | 0 | 111100 | 1 | 0 | 100101101 | 1100100 | 1000110 |
Color Harmonies of #FF66FC
Complementary color
Monochromatic Colors of #FF66FC
Black with #FF66FC
Text Example
Text Example
White with #FF66FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66FC; }
p { color: rgb(255,102,252); }
H1.HeaderClassName
{
color: #FF66FC;
}
.AnyTagClassName
{
color: #FF66FC;
}
</style>
background-color css
<style>
a { background-color: #FF66FC; }
a { background-color: rgb(255,102,252); }
div.DivClassName
{
background-color: #FF66FC;
}
.BgClassName
{
background-color: #FF66FC;
}
</style>
border-color css
<style>
span { border-color: #FF66FC; }
span { border-color: rgb(255,102,252); }
td.TdClassName
{
border-color: #FF66FC;
}
.TagClassName
{
border-color: #FF66FC;
}
</style>