Shades of Pink Flamingo #F966FE
Tints of Pink Flamingo #F966FE
RGB
CMYK
RGB Variations
Color information
#F966FE (or 0xF966FE) is known color: Pink Flamingo. HEX triplet: F9, 66 and FE. RGB value is (249,102,254). Sum of RGB (Red+Green+Blue) = 249+102+254=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 102 (40.23% from 255 or 16.86% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #F966FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966FE is #069901. Grayscale: #A2A2A2. Windows color (decimal): -432386 or 16672505. OLE color: 16672505.
HSL color Cylindrical-coordinate representation of color #F966FE: hue angle of 298.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F966FE is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 102 | 254 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.00 |
| HSL | 298.03º | 0.99% | 0.7% | - |
| HSV(B) | 298.03º | 0.6% | 1% | - |
| XYZ | 61.71 | 36.8 | 97.62 | - |
| YUV | 163.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 254 | 0.02 | 0.60 | 0 | 0.00 | 298.03 | 0.99 | 0.7 |
| Hex | F9 | 66 | FE | 2 | 3C | 0 | 0 | 12A | 63 | 46 |
| Octal | 371 | 146 | 376 | 2 | 74 | 0 | 0 | 452 | 143 | 106 |
| Binary | 11111001 | 1100110 | 11111110 | 10 | 111100 | 0 | 0 | 100101010 | 1100011 | 1000110 |
Color Harmonies of #F966FE
Complementary color
Monochromatic Colors of #F966FE
Black with #F966FE
Text Example
Text Example
White with #F966FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966FE; }
p { color: rgb(249,102,254); }
H1.HeaderClassName
{
color: #F966FE;
}
.AnyTagClassName
{
color: #F966FE;
}
</style>
background-color css
<style>
a { background-color: #F966FE; }
a { background-color: rgb(249,102,254); }
div.DivClassName
{
background-color: #F966FE;
}
.BgClassName
{
background-color: #F966FE;
}
</style>
border-color css
<style>
span { border-color: #F966FE; }
span { border-color: rgb(249,102,254); }
td.TdClassName
{
border-color: #F966FE;
}
.TagClassName
{
border-color: #F966FE;
}
</style>