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