Shades of Pink Flamingo #F965F0
Tints of Pink Flamingo #F965F0
RGB
CMYK
RGB Variations
Color information
#F965F0 (or 0xF965F0) is known color: Pink Flamingo. HEX triplet: F9, 65 and F0. RGB value is (249,101,240). Sum of RGB (Red+Green+Blue) = 249+101+240=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 101 (39.84% from 255 or 17.12% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F965F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F0 is #069A0F. Grayscale: #A0A0A0. Windows color (decimal): -432656 or 15754745. OLE color: 15754745.
HSL color Cylindrical-coordinate representation of color #F965F0: hue angle of 303.65º 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 #F965F0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 240 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.02 |
| HSL | 303.65º | 0.93% | 0.69% | - |
| HSV(B) | 303.65º | 0.59% | 0.98% | - |
| XYZ | 59.45 | 35.74 | 86.2 | - |
| YUV | 161.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 240 | 0 | 0.59 | 0.04 | 0.02 | 303.65 | 0.93 | 0.69 |
| Hex | F9 | 65 | F0 | 0 | 3B | 4 | 2 | 130 | 5C | 45 |
| Octal | 371 | 145 | 360 | 0 | 73 | 4 | 2 | 460 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11110000 | 0 | 111011 | 100 | 10 | 100110000 | 1011100 | 1000101 |
Color Harmonies of #F965F0
Complementary color
Monochromatic Colors of #F965F0
Black with #F965F0
Text Example
Text Example
White with #F965F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965F0; }
p { color: rgb(249,101,240); }
H1.HeaderClassName
{
color: #F965F0;
}
.AnyTagClassName
{
color: #F965F0;
}
</style>
background-color css
<style>
a { background-color: #F965F0; }
a { background-color: rgb(249,101,240); }
div.DivClassName
{
background-color: #F965F0;
}
.BgClassName
{
background-color: #F965F0;
}
</style>
border-color css
<style>
span { border-color: #F965F0; }
span { border-color: rgb(249,101,240); }
td.TdClassName
{
border-color: #F965F0;
}
.TagClassName
{
border-color: #F965F0;
}
</style>