Shades of Pink Flamingo #F139F6
Tints of Pink Flamingo #F139F6
RGB
CMYK
RGB Variations
Color information
#F139F6 (or 0xF139F6) is known color: Pink Flamingo. HEX triplet: F1, 39 and F6. RGB value is (241,57,246). Sum of RGB (Red+Green+Blue) = 241+57+246=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 57 (22.66% from 255 or 10.48% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #F139F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139F6 is #0EC609. Grayscale: #848484. Windows color (decimal): -968202 or 16136689. OLE color: 16136689.
HSL color Cylindrical-coordinate representation of color #F139F6: hue angle of 298.41º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F139F6 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 57 | 246 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.04 |
| HSL | 298.41º | 0.91% | 0.59% | - |
| HSV(B) | 298.41º | 0.77% | 0.96% | - |
| XYZ | 54.37 | 28.28 | 89.78 | - |
| YUV | 133.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 246 | 0.02 | 0.77 | 0 | 0.04 | 298.41 | 0.91 | 0.59 |
| Hex | F1 | 39 | F6 | 2 | 4D | 0 | 4 | 12A | 5B | 3B |
| Octal | 361 | 71 | 366 | 2 | 115 | 0 | 4 | 452 | 133 | 73 |
| Binary | 11110001 | 111001 | 11110110 | 10 | 1001101 | 0 | 100 | 100101010 | 1011011 | 111011 |
Color Harmonies of #F139F6
Complementary color
Monochromatic Colors of #F139F6
Black with #F139F6
Text Example
Text Example
White with #F139F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139F6; }
p { color: rgb(241,57,246); }
H1.HeaderClassName
{
color: #F139F6;
}
.AnyTagClassName
{
color: #F139F6;
}
</style>
background-color css
<style>
a { background-color: #F139F6; }
a { background-color: rgb(241,57,246); }
div.DivClassName
{
background-color: #F139F6;
}
.BgClassName
{
background-color: #F139F6;
}
</style>
border-color css
<style>
span { border-color: #F139F6; }
span { border-color: rgb(241,57,246); }
td.TdClassName
{
border-color: #F139F6;
}
.TagClassName
{
border-color: #F139F6;
}
</style>