Shades of Pink Flamingo #F965F9
Tints of Pink Flamingo #F965F9
RGB
CMYK
RGB Variations
Color information
#F965F9 (or 0xF965F9) is known color: Pink Flamingo. HEX triplet: F9, 65 and F9. RGB value is (249,101,249). Sum of RGB (Red+Green+Blue) = 249+101+249=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F965F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F9 is #069A06. Grayscale: #A1A1A1. Windows color (decimal): -432647 or 16344569. OLE color: 16344569.
HSL color Cylindrical-coordinate representation of color #F965F9: hue angle of 300º 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 #F965F9 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 249 | - |
| CMYK | 0 | 0.59 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.69% | - |
| HSV(B) | 300º | 0.59% | 0.98% | - |
| XYZ | 60.82 | 36.29 | 93.42 | - |
| YUV | 162.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 249 | 0 | 0.59 | 0 | 0.02 | 300 | 0.93 | 0.69 |
| Hex | F9 | 65 | F9 | 0 | 3B | 0 | 2 | 12C | 5C | 45 |
| Octal | 371 | 145 | 371 | 0 | 73 | 0 | 2 | 454 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11111001 | 0 | 111011 | 0 | 10 | 100101100 | 1011100 | 1000101 |
Color Harmonies of #F965F9
Complementary color
Monochromatic Colors of #F965F9
Black with #F965F9
Text Example
Text Example
White with #F965F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965F9; }
p { color: rgb(249,101,249); }
H1.HeaderClassName
{
color: #F965F9;
}
.AnyTagClassName
{
color: #F965F9;
}
</style>
background-color css
<style>
a { background-color: #F965F9; }
a { background-color: rgb(249,101,249); }
div.DivClassName
{
background-color: #F965F9;
}
.BgClassName
{
background-color: #F965F9;
}
</style>
border-color css
<style>
span { border-color: #F965F9; }
span { border-color: rgb(249,101,249); }
td.TdClassName
{
border-color: #F965F9;
}
.TagClassName
{
border-color: #F965F9;
}
</style>