Shades of Pink Flamingo #F666FD
Tints of Pink Flamingo #F666FD
RGB
CMYK
RGB Variations
Color information
#F666FD (or 0xF666FD) is known color: Pink Flamingo. HEX triplet: F6, 66 and FD. RGB value is (246,102,253). Sum of RGB (Red+Green+Blue) = 246+102+253=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 102 (40.23% from 255 or 16.97% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #F666FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F666FD is #099902. Grayscale: #A1A1A1. Windows color (decimal): -628995 or 16606966. OLE color: 16606966.
HSL color Cylindrical-coordinate representation of color #F666FD: hue angle of 297.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F666FD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 102 | 253 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.01 |
| HSL | 297.22º | 0.97% | 0.7% | - |
| HSV(B) | 297.22º | 0.6% | 0.99% | - |
| XYZ | 60.49 | 36.19 | 96.73 | - |
| YUV | 162.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 253 | 0.03 | 0.60 | 0 | 0.01 | 297.22 | 0.97 | 0.7 |
| Hex | F6 | 66 | FD | 3 | 3C | 0 | 1 | 129 | 61 | 46 |
| Octal | 366 | 146 | 375 | 3 | 74 | 0 | 1 | 451 | 141 | 106 |
| Binary | 11110110 | 1100110 | 11111101 | 11 | 111100 | 0 | 1 | 100101001 | 1100001 | 1000110 |
Color Harmonies of #F666FD
Complementary color
Monochromatic Colors of #F666FD
Black with #F666FD
Text Example
Text Example
White with #F666FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666FD; }
p { color: rgb(246,102,253); }
H1.HeaderClassName
{
color: #F666FD;
}
.AnyTagClassName
{
color: #F666FD;
}
</style>
background-color css
<style>
a { background-color: #F666FD; }
a { background-color: rgb(246,102,253); }
div.DivClassName
{
background-color: #F666FD;
}
.BgClassName
{
background-color: #F666FD;
}
</style>
border-color css
<style>
span { border-color: #F666FD; }
span { border-color: rgb(246,102,253); }
td.TdClassName
{
border-color: #F666FD;
}
.TagClassName
{
border-color: #F666FD;
}
</style>