Shades of Pink Flamingo #F069F2
Tints of Pink Flamingo #F069F2
RGB
CMYK
RGB Variations
Color information
#F069F2 (or 0xF069F2) is known color: Pink Flamingo. HEX triplet: F0, 69 and F2. RGB value is (240,105,242). Sum of RGB (Red+Green+Blue) = 240+105+242=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #F069F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F2 is #0F960D. Grayscale: #A0A0A0. Windows color (decimal): -1021454 or 15886832. OLE color: 15886832.
HSL color Cylindrical-coordinate representation of color #F069F2: hue angle of 299.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F069F2 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 105 | 242 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.05 |
| HSL | 299.12º | 0.84% | 0.68% | - |
| HSV(B) | 299.12º | 0.57% | 0.95% | - |
| XYZ | 57.01 | 35.04 | 87.76 | - |
| YUV | 160.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 242 | 0.01 | 0.57 | 0 | 0.05 | 299.12 | 0.84 | 0.68 |
| Hex | F0 | 69 | F2 | 1 | 39 | 0 | 5 | 12B | 54 | 44 |
| Octal | 360 | 151 | 362 | 1 | 71 | 0 | 5 | 453 | 124 | 104 |
| Binary | 11110000 | 1101001 | 11110010 | 1 | 111001 | 0 | 101 | 100101011 | 1010100 | 1000100 |
Color Harmonies of #F069F2
Complementary color
Monochromatic Colors of #F069F2
Black with #F069F2
Text Example
Text Example
White with #F069F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069F2; }
p { color: rgb(240,105,242); }
H1.HeaderClassName
{
color: #F069F2;
}
.AnyTagClassName
{
color: #F069F2;
}
</style>
background-color css
<style>
a { background-color: #F069F2; }
a { background-color: rgb(240,105,242); }
div.DivClassName
{
background-color: #F069F2;
}
.BgClassName
{
background-color: #F069F2;
}
</style>
border-color css
<style>
span { border-color: #F069F2; }
span { border-color: rgb(240,105,242); }
td.TdClassName
{
border-color: #F069F2;
}
.TagClassName
{
border-color: #F069F2;
}
</style>