Shades of Pink Flamingo #F966FF
Tints of Pink Flamingo #F966FF
RGB
CMYK
RGB Variations
Color information
#F966FF (or 0xF966FF) is known color: Pink Flamingo. HEX triplet: F9, 66 and FF. RGB value is (249,102,255). Sum of RGB (Red+Green+Blue) = 249+102+255=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 102 (40.23% from 255 or 16.83% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #F966FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966FF is #069900. Grayscale: #A2A2A2. Windows color (decimal): -432385 or 16738041. OLE color: 16738041.
HSL color Cylindrical-coordinate representation of color #F966FF: hue angle of 297.65º 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 #F966FF is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 102 | 255 | - |
| CMYK | 0.02 | 0.6 | 0 | 0 |
| HSL | 297.65º | 1% | 0.7% | - |
| HSV(B) | 297.65º | 0.6% | 1% | - |
| XYZ | 61.87 | 36.86 | 98.46 | - |
| YUV | 163.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 255 | 0.02 | 0.6 | 0 | 0 | 297.65 | 1 | 0.7 |
| Hex | F9 | 66 | FF | 2 | 3C | 0 | 0 | 12A | 64 | 46 |
| Octal | 371 | 146 | 377 | 2 | 74 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111001 | 1100110 | 11111111 | 10 | 111100 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #F966FF
Complementary color
Monochromatic Colors of #F966FF
Black with #F966FF
Text Example
Text Example
White with #F966FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966FF; }
p { color: rgb(249,102,255); }
H1.HeaderClassName
{
color: #F966FF;
}
.AnyTagClassName
{
color: #F966FF;
}
</style>
background-color css
<style>
a { background-color: #F966FF; }
a { background-color: rgb(249,102,255); }
div.DivClassName
{
background-color: #F966FF;
}
.BgClassName
{
background-color: #F966FF;
}
</style>
border-color css
<style>
span { border-color: #F966FF; }
span { border-color: rgb(249,102,255); }
td.TdClassName
{
border-color: #F966FF;
}
.TagClassName
{
border-color: #F966FF;
}
</style>