Shades of Pink Flamingo #F769FF
Tints of Pink Flamingo #F769FF
RGB
CMYK
RGB Variations
Color information
#F769FF (or 0xF769FF) is known color: Pink Flamingo. HEX triplet: F7, 69 and FF. RGB value is (247,105,255). Sum of RGB (Red+Green+Blue) = 247+105+255=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 105 (41.41% from 255 or 17.30% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #F769FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769FF is #089600. Grayscale: #A4A4A4. Windows color (decimal): -562689 or 16738807. OLE color: 16738807.
HSL color Cylindrical-coordinate representation of color #F769FF: hue angle of 296.8º 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 #F769FF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 105 | 255 | - |
| CMYK | 0.03 | 0.59 | 0 | 0 |
| HSL | 296.8º | 1% | 0.71% | - |
| HSV(B) | 296.8º | 0.59% | 1% | - |
| XYZ | 61.46 | 37.1 | 98.53 | - |
| YUV | 164.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 255 | 0.03 | 0.59 | 0 | 0 | 296.8 | 1 | 0.71 |
| Hex | F7 | 69 | FF | 3 | 3B | 0 | 0 | 129 | 64 | 47 |
| Octal | 367 | 151 | 377 | 3 | 73 | 0 | 0 | 451 | 144 | 107 |
| Binary | 11110111 | 1101001 | 11111111 | 11 | 111011 | 0 | 0 | 100101001 | 1100100 | 1000111 |
Color Harmonies of #F769FF
Complementary color
Monochromatic Colors of #F769FF
Black with #F769FF
Text Example
Text Example
White with #F769FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769FF; }
p { color: rgb(247,105,255); }
H1.HeaderClassName
{
color: #F769FF;
}
.AnyTagClassName
{
color: #F769FF;
}
</style>
background-color css
<style>
a { background-color: #F769FF; }
a { background-color: rgb(247,105,255); }
div.DivClassName
{
background-color: #F769FF;
}
.BgClassName
{
background-color: #F769FF;
}
</style>
border-color css
<style>
span { border-color: #F769FF; }
span { border-color: rgb(247,105,255); }
td.TdClassName
{
border-color: #F769FF;
}
.TagClassName
{
border-color: #F769FF;
}
</style>