Shades of Pink Flamingo #F069F7
Tints of Pink Flamingo #F069F7
RGB
CMYK
RGB Variations
Color information
#F069F7 (or 0xF069F7) is known color: Pink Flamingo. HEX triplet: F0, 69 and F7. RGB value is (240,105,247). Sum of RGB (Red+Green+Blue) = 240+105+247=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 105 (41.41% from 255 or 17.74% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #F069F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F7 is #0F9608. Grayscale: #A1A1A1. Windows color (decimal): -1021449 or 16214512. OLE color: 16214512.
HSL color Cylindrical-coordinate representation of color #F069F7: hue angle of 297.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F069F7 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 105 | 247 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.03 |
| HSL | 297.04º | 0.9% | 0.69% | - |
| HSV(B) | 297.04º | 0.57% | 0.97% | - |
| XYZ | 57.78 | 35.34 | 91.77 | - |
| YUV | 161.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 247 | 0.03 | 0.57 | 0 | 0.03 | 297.04 | 0.9 | 0.69 |
| Hex | F0 | 69 | F7 | 3 | 39 | 0 | 3 | 129 | 5A | 45 |
| Octal | 360 | 151 | 367 | 3 | 71 | 0 | 3 | 451 | 132 | 105 |
| Binary | 11110000 | 1101001 | 11110111 | 11 | 111001 | 0 | 11 | 100101001 | 1011010 | 1000101 |
Color Harmonies of #F069F7
Complementary color
Monochromatic Colors of #F069F7
Black with #F069F7
Text Example
Text Example
White with #F069F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069F7; }
p { color: rgb(240,105,247); }
H1.HeaderClassName
{
color: #F069F7;
}
.AnyTagClassName
{
color: #F069F7;
}
</style>
background-color css
<style>
a { background-color: #F069F7; }
a { background-color: rgb(240,105,247); }
div.DivClassName
{
background-color: #F069F7;
}
.BgClassName
{
background-color: #F069F7;
}
</style>
border-color css
<style>
span { border-color: #F069F7; }
span { border-color: rgb(240,105,247); }
td.TdClassName
{
border-color: #F069F7;
}
.TagClassName
{
border-color: #F069F7;
}
</style>