Shades of Pink Flamingo #F969F2
Tints of Pink Flamingo #F969F2
RGB
CMYK
RGB Variations
Color information
#F969F2 (or 0xF969F2) is known color: Pink Flamingo. HEX triplet: F9, 69 and F2. RGB value is (249,105,242). Sum of RGB (Red+Green+Blue) = 249+105+242=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F969F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969F2 is #06960D. Grayscale: #A3A3A3. Windows color (decimal): -431630 or 15886841. OLE color: 15886841.
HSL color Cylindrical-coordinate representation of color #F969F2: hue angle of 302.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969F2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 242 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.02 |
| HSL | 302.92º | 0.92% | 0.69% | - |
| HSV(B) | 302.92º | 0.58% | 0.98% | - |
| XYZ | 60.15 | 36.65 | 87.91 | - |
| YUV | 163.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 242 | 0 | 0.58 | 0.03 | 0.02 | 302.92 | 0.92 | 0.69 |
| Hex | F9 | 69 | F2 | 0 | 3A | 3 | 2 | 12F | 5C | 45 |
| Octal | 371 | 151 | 362 | 0 | 72 | 3 | 2 | 457 | 134 | 105 |
| Binary | 11111001 | 1101001 | 11110010 | 0 | 111010 | 11 | 10 | 100101111 | 1011100 | 1000101 |
Color Harmonies of #F969F2
Complementary color
Monochromatic Colors of #F969F2
Black with #F969F2
Text Example
Text Example
White with #F969F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969F2; }
p { color: rgb(249,105,242); }
H1.HeaderClassName
{
color: #F969F2;
}
.AnyTagClassName
{
color: #F969F2;
}
</style>
background-color css
<style>
a { background-color: #F969F2; }
a { background-color: rgb(249,105,242); }
div.DivClassName
{
background-color: #F969F2;
}
.BgClassName
{
background-color: #F969F2;
}
</style>
border-color css
<style>
span { border-color: #F969F2; }
span { border-color: rgb(249,105,242); }
td.TdClassName
{
border-color: #F969F2;
}
.TagClassName
{
border-color: #F969F2;
}
</style>