Shades of Pink Flamingo #F967F0
Tints of Pink Flamingo #F967F0
RGB
CMYK
RGB Variations
Color information
#F967F0 (or 0xF967F0) is known color: Pink Flamingo. HEX triplet: F9, 67 and F0. RGB value is (249,103,240). Sum of RGB (Red+Green+Blue) = 249+103+240=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 103 (40.62% from 255 or 17.40% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F967F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967F0 is #06980F. Grayscale: #A1A1A1. Windows color (decimal): -432144 or 15755257. OLE color: 15755257.
HSL color Cylindrical-coordinate representation of color #F967F0: hue angle of 303.7º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967F0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 240 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.02 |
| HSL | 303.7º | 0.92% | 0.69% | - |
| HSV(B) | 303.7º | 0.59% | 0.98% | - |
| XYZ | 59.65 | 36.13 | 86.27 | - |
| YUV | 162.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 240 | 0 | 0.59 | 0.04 | 0.02 | 303.7 | 0.92 | 0.69 |
| Hex | F9 | 67 | F0 | 0 | 3B | 4 | 2 | 130 | 5C | 45 |
| Octal | 371 | 147 | 360 | 0 | 73 | 4 | 2 | 460 | 134 | 105 |
| Binary | 11111001 | 1100111 | 11110000 | 0 | 111011 | 100 | 10 | 100110000 | 1011100 | 1000101 |
Color Harmonies of #F967F0
Complementary color
Monochromatic Colors of #F967F0
Black with #F967F0
Text Example
Text Example
White with #F967F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967F0; }
p { color: rgb(249,103,240); }
H1.HeaderClassName
{
color: #F967F0;
}
.AnyTagClassName
{
color: #F967F0;
}
</style>
background-color css
<style>
a { background-color: #F967F0; }
a { background-color: rgb(249,103,240); }
div.DivClassName
{
background-color: #F967F0;
}
.BgClassName
{
background-color: #F967F0;
}
</style>
border-color css
<style>
span { border-color: #F967F0; }
span { border-color: rgb(249,103,240); }
td.TdClassName
{
border-color: #F967F0;
}
.TagClassName
{
border-color: #F967F0;
}
</style>