Shades of Pink Flamingo #F146F9
Tints of Pink Flamingo #F146F9
RGB
CMYK
RGB Variations
Color information
#F146F9 (or 0xF146F9) is known color: Pink Flamingo. HEX triplet: F1, 46 and F9. RGB value is (241,70,249). Sum of RGB (Red+Green+Blue) = 241+70+249=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 70 (27.73% from 255 or 12.5% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #F146F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F146F9 is #0EB906. Grayscale: #8C8C8C. Windows color (decimal): -964871 or 16336625. OLE color: 16336625.
HSL color Cylindrical-coordinate representation of color #F146F9: hue angle of 297.32º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F146F9 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 70 | 249 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.02 |
| HSL | 297.32º | 0.94% | 0.63% | - |
| HSV(B) | 297.32º | 0.72% | 0.98% | - |
| XYZ | 55.56 | 29.92 | 92.47 | - |
| YUV | 141.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 249 | 0.03 | 0.72 | 0 | 0.02 | 297.32 | 0.94 | 0.63 |
| Hex | F1 | 46 | F9 | 3 | 48 | 0 | 2 | 129 | 5E | 3F |
| Octal | 361 | 106 | 371 | 3 | 110 | 0 | 2 | 451 | 136 | 77 |
| Binary | 11110001 | 1000110 | 11111001 | 11 | 1001000 | 0 | 10 | 100101001 | 1011110 | 111111 |
Color Harmonies of #F146F9
Complementary color
Monochromatic Colors of #F146F9
Black with #F146F9
Text Example
Text Example
White with #F146F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146F9; }
p { color: rgb(241,70,249); }
H1.HeaderClassName
{
color: #F146F9;
}
.AnyTagClassName
{
color: #F146F9;
}
</style>
background-color css
<style>
a { background-color: #F146F9; }
a { background-color: rgb(241,70,249); }
div.DivClassName
{
background-color: #F146F9;
}
.BgClassName
{
background-color: #F146F9;
}
</style>
border-color css
<style>
span { border-color: #F146F9; }
span { border-color: rgb(241,70,249); }
td.TdClassName
{
border-color: #F146F9;
}
.TagClassName
{
border-color: #F146F9;
}
</style>