Shades of Pink Flamingo #F069FF
Tints of Pink Flamingo #F069FF
RGB
CMYK
RGB Variations
Color information
#F069FF (or 0xF069FF) is known color: Pink Flamingo. HEX triplet: F0, 69 and FF. RGB value is (240,105,255). Sum of RGB (Red+Green+Blue) = 240+105+255=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F069FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069FF is #0F9600. Grayscale: #A2A2A2. Windows color (decimal): -1021441 or 16738800. OLE color: 16738800.
HSL color Cylindrical-coordinate representation of color #F069FF: hue angle of 294º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F069FF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 105 | 255 | - |
| CMYK | 0.06 | 0.59 | 0 | 0 |
| HSL | 294º | 1% | 0.71% | - |
| HSV(B) | 294º | 0.59% | 1% | - |
| XYZ | 59.04 | 35.85 | 98.42 | - |
| YUV | 162.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 255 | 0.06 | 0.59 | 0 | 0 | 294 | 1 | 0.71 |
| Hex | F0 | 69 | FF | 6 | 3B | 0 | 0 | 126 | 64 | 47 |
| Octal | 360 | 151 | 377 | 6 | 73 | 0 | 0 | 446 | 144 | 107 |
| Binary | 11110000 | 1101001 | 11111111 | 110 | 111011 | 0 | 0 | 100100110 | 1100100 | 1000111 |
Color Harmonies of #F069FF
Complementary color
Monochromatic Colors of #F069FF
Black with #F069FF
Text Example
Text Example
White with #F069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069FF; }
p { color: rgb(240,105,255); }
H1.HeaderClassName
{
color: #F069FF;
}
.AnyTagClassName
{
color: #F069FF;
}
</style>
background-color css
<style>
a { background-color: #F069FF; }
a { background-color: rgb(240,105,255); }
div.DivClassName
{
background-color: #F069FF;
}
.BgClassName
{
background-color: #F069FF;
}
</style>
border-color css
<style>
span { border-color: #F069FF; }
span { border-color: rgb(240,105,255); }
td.TdClassName
{
border-color: #F069FF;
}
.TagClassName
{
border-color: #F069FF;
}
</style>