Shades of Pink Flamingo #F069EF
Tints of Pink Flamingo #F069EF
RGB
CMYK
RGB Variations
Color information
#F069EF (or 0xF069EF) is known color: Pink Flamingo. HEX triplet: F0, 69 and EF. RGB value is (240,105,239). Sum of RGB (Red+Green+Blue) = 240+105+239=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F069EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069EF is #0F9610. Grayscale: #A0A0A0. Windows color (decimal): -1021457 or 15690224. OLE color: 15690224.
HSL color Cylindrical-coordinate representation of color #F069EF: hue angle of 300.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069EF is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 239 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.06 |
| HSL | 300.44º | 0.82% | 0.68% | - |
| HSV(B) | 300.44º | 0.56% | 0.94% | - |
| XYZ | 56.57 | 34.86 | 85.41 | - |
| YUV | 160.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 239 | 0 | 0.56 | 0.00 | 0.06 | 300.44 | 0.82 | 0.68 |
| Hex | F0 | 69 | EF | 0 | 38 | 0 | 6 | 12C | 52 | 44 |
| Octal | 360 | 151 | 357 | 0 | 70 | 0 | 6 | 454 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11101111 | 0 | 111000 | 0 | 110 | 100101100 | 1010010 | 1000100 |
Color Harmonies of #F069EF
Complementary color
Monochromatic Colors of #F069EF
Black with #F069EF
Text Example
Text Example
White with #F069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069EF; }
p { color: rgb(240,105,239); }
H1.HeaderClassName
{
color: #F069EF;
}
.AnyTagClassName
{
color: #F069EF;
}
</style>
background-color css
<style>
a { background-color: #F069EF; }
a { background-color: rgb(240,105,239); }
div.DivClassName
{
background-color: #F069EF;
}
.BgClassName
{
background-color: #F069EF;
}
</style>
border-color css
<style>
span { border-color: #F069EF; }
span { border-color: rgb(240,105,239); }
td.TdClassName
{
border-color: #F069EF;
}
.TagClassName
{
border-color: #F069EF;
}
</style>