Shades of Pink Flamingo #F965F2
Tints of Pink Flamingo #F965F2
RGB
CMYK
RGB Variations
Color information
#F965F2 (or 0xF965F2) is known color: Pink Flamingo. HEX triplet: F9, 65 and F2. RGB value is (249,101,242). Sum of RGB (Red+Green+Blue) = 249+101+242=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F965F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F2 is #069A0D. Grayscale: #A0A0A0. Windows color (decimal): -432654 or 15885817. OLE color: 15885817.
HSL color Cylindrical-coordinate representation of color #F965F2: hue angle of 302.84º degrees, saturation: 0.93, 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 #F965F2 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 242 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.02 |
| HSL | 302.84º | 0.93% | 0.69% | - |
| HSV(B) | 302.84º | 0.59% | 0.98% | - |
| XYZ | 59.75 | 35.86 | 87.78 | - |
| YUV | 161.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 242 | 0 | 0.59 | 0.03 | 0.02 | 302.84 | 0.93 | 0.69 |
| Hex | F9 | 65 | F2 | 0 | 3B | 3 | 2 | 12F | 5C | 45 |
| Octal | 371 | 145 | 362 | 0 | 73 | 3 | 2 | 457 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11110010 | 0 | 111011 | 11 | 10 | 100101111 | 1011100 | 1000101 |
Color Harmonies of #F965F2
Complementary color
Monochromatic Colors of #F965F2
Black with #F965F2
Text Example
Text Example
White with #F965F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965F2; }
p { color: rgb(249,101,242); }
H1.HeaderClassName
{
color: #F965F2;
}
.AnyTagClassName
{
color: #F965F2;
}
</style>
background-color css
<style>
a { background-color: #F965F2; }
a { background-color: rgb(249,101,242); }
div.DivClassName
{
background-color: #F965F2;
}
.BgClassName
{
background-color: #F965F2;
}
</style>
border-color css
<style>
span { border-color: #F965F2; }
span { border-color: rgb(249,101,242); }
td.TdClassName
{
border-color: #F965F2;
}
.TagClassName
{
border-color: #F965F2;
}
</style>