Shades of Pink Flamingo #F150F9
Tints of Pink Flamingo #F150F9
RGB
CMYK
RGB Variations
Color information
#F150F9 (or 0xF150F9) is known color: Pink Flamingo. HEX triplet: F1, 50 and F9. RGB value is (241,80,249). Sum of RGB (Red+Green+Blue) = 241+80+249=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #F150F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150F9 is #0EAF06. Grayscale: #929292. Windows color (decimal): -962311 or 16339185. OLE color: 16339185.
HSL color Cylindrical-coordinate representation of color #F150F9: hue angle of 297.16º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F150F9 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 80 | 249 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.02 |
| HSL | 297.16º | 0.93% | 0.65% | - |
| HSV(B) | 297.16º | 0.68% | 0.98% | - |
| XYZ | 56.24 | 31.28 | 92.7 | - |
| YUV | 147.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 249 | 0.03 | 0.68 | 0 | 0.02 | 297.16 | 0.93 | 0.65 |
| Hex | F1 | 50 | F9 | 3 | 44 | 0 | 2 | 129 | 5D | 41 |
| Octal | 361 | 120 | 371 | 3 | 104 | 0 | 2 | 451 | 135 | 101 |
| Binary | 11110001 | 1010000 | 11111001 | 11 | 1000100 | 0 | 10 | 100101001 | 1011101 | 1000001 |
Color Harmonies of #F150F9
Complementary color
Monochromatic Colors of #F150F9
Black with #F150F9
Text Example
Text Example
White with #F150F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150F9; }
p { color: rgb(241,80,249); }
H1.HeaderClassName
{
color: #F150F9;
}
.AnyTagClassName
{
color: #F150F9;
}
</style>
background-color css
<style>
a { background-color: #F150F9; }
a { background-color: rgb(241,80,249); }
div.DivClassName
{
background-color: #F150F9;
}
.BgClassName
{
background-color: #F150F9;
}
</style>
border-color css
<style>
span { border-color: #F150F9; }
span { border-color: rgb(241,80,249); }
td.TdClassName
{
border-color: #F150F9;
}
.TagClassName
{
border-color: #F150F9;
}
</style>