Shades of Pink Flamingo #F139F9
Tints of Pink Flamingo #F139F9
RGB
CMYK
RGB Variations
Color information
#F139F9 (or 0xF139F9) is known color: Pink Flamingo. HEX triplet: F1, 39 and F9. RGB value is (241,57,249). Sum of RGB (Red+Green+Blue) = 241+57+249=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 57 (22.66% from 255 or 10.42% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #F139F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139F9 is #0EC606. Grayscale: #858585. Windows color (decimal): -968199 or 16333297. OLE color: 16333297.
HSL color Cylindrical-coordinate representation of color #F139F9: hue angle of 297.5º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F139F9 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 57 | 249 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.02 |
| HSL | 297.5º | 0.94% | 0.6% | - |
| HSV(B) | 297.5º | 0.77% | 0.98% | - |
| XYZ | 54.84 | 28.47 | 92.23 | - |
| YUV | 133.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 249 | 0.03 | 0.77 | 0 | 0.02 | 297.5 | 0.94 | 0.6 |
| Hex | F1 | 39 | F9 | 3 | 4D | 0 | 2 | 12A | 5E | 3C |
| Octal | 361 | 71 | 371 | 3 | 115 | 0 | 2 | 452 | 136 | 74 |
| Binary | 11110001 | 111001 | 11111001 | 11 | 1001101 | 0 | 10 | 100101010 | 1011110 | 111100 |
Color Harmonies of #F139F9
Complementary color
Monochromatic Colors of #F139F9
Black with #F139F9
Text Example
Text Example
White with #F139F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139F9; }
p { color: rgb(241,57,249); }
H1.HeaderClassName
{
color: #F139F9;
}
.AnyTagClassName
{
color: #F139F9;
}
</style>
background-color css
<style>
a { background-color: #F139F9; }
a { background-color: rgb(241,57,249); }
div.DivClassName
{
background-color: #F139F9;
}
.BgClassName
{
background-color: #F139F9;
}
</style>
border-color css
<style>
span { border-color: #F139F9; }
span { border-color: rgb(241,57,249); }
td.TdClassName
{
border-color: #F139F9;
}
.TagClassName
{
border-color: #F139F9;
}
</style>