Shades of Pink Flamingo #F969FF
Tints of Pink Flamingo #F969FF
RGB
CMYK
RGB Variations
Color information
#F969FF (or 0xF969FF) is known color: Pink Flamingo. HEX triplet: F9, 69 and FF. RGB value is (249,105,255). Sum of RGB (Red+Green+Blue) = 249+105+255=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 105 (41.41% from 255 or 17.24% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #F969FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969FF is #069600. Grayscale: #A4A4A4. Windows color (decimal): -431617 or 16738809. OLE color: 16738809.
HSL color Cylindrical-coordinate representation of color #F969FF: hue angle of 297.6º 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 #F969FF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 105 | 255 | - |
| CMYK | 0.02 | 0.59 | 0 | 0 |
| HSL | 297.6º | 1% | 0.71% | - |
| HSV(B) | 297.6º | 0.59% | 1% | - |
| XYZ | 62.17 | 37.46 | 98.56 | - |
| YUV | 165.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 255 | 0.02 | 0.59 | 0 | 0 | 297.6 | 1 | 0.71 |
| Hex | F9 | 69 | FF | 2 | 3B | 0 | 0 | 12A | 64 | 47 |
| Octal | 371 | 151 | 377 | 2 | 73 | 0 | 0 | 452 | 144 | 107 |
| Binary | 11111001 | 1101001 | 11111111 | 10 | 111011 | 0 | 0 | 100101010 | 1100100 | 1000111 |
Color Harmonies of #F969FF
Complementary color
Monochromatic Colors of #F969FF
Black with #F969FF
Text Example
Text Example
White with #F969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969FF; }
p { color: rgb(249,105,255); }
H1.HeaderClassName
{
color: #F969FF;
}
.AnyTagClassName
{
color: #F969FF;
}
</style>
background-color css
<style>
a { background-color: #F969FF; }
a { background-color: rgb(249,105,255); }
div.DivClassName
{
background-color: #F969FF;
}
.BgClassName
{
background-color: #F969FF;
}
</style>
border-color css
<style>
span { border-color: #F969FF; }
span { border-color: rgb(249,105,255); }
td.TdClassName
{
border-color: #F969FF;
}
.TagClassName
{
border-color: #F969FF;
}
</style>