Shades of Pink Flamingo #F666FC
Tints of Pink Flamingo #F666FC
RGB
CMYK
RGB Variations
Color information
#F666FC (or 0xF666FC) is known color: Pink Flamingo. HEX triplet: F6, 66 and FC. RGB value is (246,102,252). Sum of RGB (Red+Green+Blue) = 246+102+252=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #F666FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F666FC is #099903. Grayscale: #A1A1A1. Windows color (decimal): -628996 or 16541430. OLE color: 16541430.
HSL color Cylindrical-coordinate representation of color #F666FC: hue angle of 297.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F666FC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 102 | 252 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.01 |
| HSL | 297.6º | 0.96% | 0.69% | - |
| HSV(B) | 297.6º | 0.6% | 0.99% | - |
| XYZ | 60.33 | 36.12 | 95.89 | - |
| YUV | 162.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 252 | 0.02 | 0.60 | 0 | 0.01 | 297.6 | 0.96 | 0.69 |
| Hex | F6 | 66 | FC | 2 | 3C | 0 | 1 | 12A | 60 | 45 |
| Octal | 366 | 146 | 374 | 2 | 74 | 0 | 1 | 452 | 140 | 105 |
| Binary | 11110110 | 1100110 | 11111100 | 10 | 111100 | 0 | 1 | 100101010 | 1100000 | 1000101 |
Color Harmonies of #F666FC
Complementary color
Monochromatic Colors of #F666FC
Black with #F666FC
Text Example
Text Example
White with #F666FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666FC; }
p { color: rgb(246,102,252); }
H1.HeaderClassName
{
color: #F666FC;
}
.AnyTagClassName
{
color: #F666FC;
}
</style>
background-color css
<style>
a { background-color: #F666FC; }
a { background-color: rgb(246,102,252); }
div.DivClassName
{
background-color: #F666FC;
}
.BgClassName
{
background-color: #F666FC;
}
</style>
border-color css
<style>
span { border-color: #F666FC; }
span { border-color: rgb(246,102,252); }
td.TdClassName
{
border-color: #F666FC;
}
.TagClassName
{
border-color: #F666FC;
}
</style>