Shades of Pink Flamingo #F139FA
Tints of Pink Flamingo #F139FA
RGB
CMYK
RGB Variations
Color information
#F139FA (or 0xF139FA) is known color: Pink Flamingo. HEX triplet: F1, 39 and FA. RGB value is (241,57,250). Sum of RGB (Red+Green+Blue) = 241+57+250=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 57 (22.66% from 255 or 10.40% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #F139FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139FA is #0EC605. Grayscale: #858585. Windows color (decimal): -968198 or 16398833. OLE color: 16398833.
HSL color Cylindrical-coordinate representation of color #F139FA: hue angle of 297.2º degrees, saturation: 0.95, 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 #F139FA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 57 | 250 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.02 |
| HSL | 297.2º | 0.95% | 0.6% | - |
| HSV(B) | 297.2º | 0.77% | 0.98% | - |
| XYZ | 54.99 | 28.53 | 93.05 | - |
| YUV | 134.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 250 | 0.04 | 0.77 | 0 | 0.02 | 297.2 | 0.95 | 0.6 |
| Hex | F1 | 39 | FA | 4 | 4D | 0 | 2 | 129 | 5F | 3C |
| Octal | 361 | 71 | 372 | 4 | 115 | 0 | 2 | 451 | 137 | 74 |
| Binary | 11110001 | 111001 | 11111010 | 100 | 1001101 | 0 | 10 | 100101001 | 1011111 | 111100 |
Color Harmonies of #F139FA
Complementary color
Monochromatic Colors of #F139FA
Black with #F139FA
Text Example
Text Example
White with #F139FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139FA; }
p { color: rgb(241,57,250); }
H1.HeaderClassName
{
color: #F139FA;
}
.AnyTagClassName
{
color: #F139FA;
}
</style>
background-color css
<style>
a { background-color: #F139FA; }
a { background-color: rgb(241,57,250); }
div.DivClassName
{
background-color: #F139FA;
}
.BgClassName
{
background-color: #F139FA;
}
</style>
border-color css
<style>
span { border-color: #F139FA; }
span { border-color: rgb(241,57,250); }
td.TdClassName
{
border-color: #F139FA;
}
.TagClassName
{
border-color: #F139FA;
}
</style>