Shades of Pink Flamingo #F669F5
Tints of Pink Flamingo #F669F5
RGB
CMYK
RGB Variations
Color information
#F669F5 (or 0xF669F5) is known color: Pink Flamingo. HEX triplet: F6, 69 and F5. RGB value is (246,105,245). Sum of RGB (Red+Green+Blue) = 246+105+245=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F669F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F669F5 is #09960A. Grayscale: #A2A2A2. Windows color (decimal): -628235 or 16083446. OLE color: 16083446.
HSL color Cylindrical-coordinate representation of color #F669F5: hue angle of 300.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669F5 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 245 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.04 |
| HSL | 300.43º | 0.89% | 0.69% | - |
| HSV(B) | 300.43º | 0.57% | 0.96% | - |
| XYZ | 59.54 | 36.29 | 90.25 | - |
| YUV | 163.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 245 | 0 | 0.57 | 0.00 | 0.04 | 300.43 | 0.89 | 0.69 |
| Hex | F6 | 69 | F5 | 0 | 39 | 0 | 4 | 12C | 59 | 45 |
| Octal | 366 | 151 | 365 | 0 | 71 | 0 | 4 | 454 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11110101 | 0 | 111001 | 0 | 100 | 100101100 | 1011001 | 1000101 |
Color Harmonies of #F669F5
Complementary color
Monochromatic Colors of #F669F5
Black with #F669F5
Text Example
Text Example
White with #F669F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669F5; }
p { color: rgb(246,105,245); }
H1.HeaderClassName
{
color: #F669F5;
}
.AnyTagClassName
{
color: #F669F5;
}
</style>
background-color css
<style>
a { background-color: #F669F5; }
a { background-color: rgb(246,105,245); }
div.DivClassName
{
background-color: #F669F5;
}
.BgClassName
{
background-color: #F669F5;
}
</style>
border-color css
<style>
span { border-color: #F669F5; }
span { border-color: rgb(246,105,245); }
td.TdClassName
{
border-color: #F669F5;
}
.TagClassName
{
border-color: #F669F5;
}
</style>