Shades of Pink Flamingo #F149F2
Tints of Pink Flamingo #F149F2
RGB
CMYK
RGB Variations
Color information
#F149F2 (or 0xF149F2) is known color: Pink Flamingo. HEX triplet: F1, 49 and F2. RGB value is (241,73,242). Sum of RGB (Red+Green+Blue) = 241+73+242=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 73 (28.91% from 255 or 13.13% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #F149F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149F2 is #0EB60D. Grayscale: #8D8D8D. Windows color (decimal): -964110 or 15878641. OLE color: 15878641.
HSL color Cylindrical-coordinate representation of color #F149F2: hue angle of 299.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149F2 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 242 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.05 |
| HSL | 299.65º | 0.87% | 0.62% | - |
| HSV(B) | 299.65º | 0.7% | 0.95% | - |
| XYZ | 54.69 | 29.88 | 86.89 | - |
| YUV | 142.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 242 | 0.00 | 0.70 | 0 | 0.05 | 299.65 | 0.87 | 0.62 |
| Hex | F1 | 49 | F2 | 0 | 46 | 0 | 5 | 12C | 57 | 3E |
| Octal | 361 | 111 | 362 | 0 | 106 | 0 | 5 | 454 | 127 | 76 |
| Binary | 11110001 | 1001001 | 11110010 | 0 | 1000110 | 0 | 101 | 100101100 | 1010111 | 111110 |
Color Harmonies of #F149F2
Complementary color
Monochromatic Colors of #F149F2
Black with #F149F2
Text Example
Text Example
White with #F149F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149F2; }
p { color: rgb(241,73,242); }
H1.HeaderClassName
{
color: #F149F2;
}
.AnyTagClassName
{
color: #F149F2;
}
</style>
background-color css
<style>
a { background-color: #F149F2; }
a { background-color: rgb(241,73,242); }
div.DivClassName
{
background-color: #F149F2;
}
.BgClassName
{
background-color: #F149F2;
}
</style>
border-color css
<style>
span { border-color: #F149F2; }
span { border-color: rgb(241,73,242); }
td.TdClassName
{
border-color: #F149F2;
}
.TagClassName
{
border-color: #F149F2;
}
</style>