Shades of Pink Flamingo #F150F7
Tints of Pink Flamingo #F150F7
RGB
CMYK
RGB Variations
Color information
#F150F7 (or 0xF150F7) is known color: Pink Flamingo. HEX triplet: F1, 50 and F7. RGB value is (241,80,247). Sum of RGB (Red+Green+Blue) = 241+80+247=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #F150F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150F7 is #0EAF08. Grayscale: #929292. Windows color (decimal): -962313 or 16208113. OLE color: 16208113.
HSL color Cylindrical-coordinate representation of color #F150F7: hue angle of 297.84º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F150F7 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 80 | 247 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.03 |
| HSL | 297.84º | 0.91% | 0.64% | - |
| HSV(B) | 297.84º | 0.68% | 0.97% | - |
| XYZ | 55.93 | 31.15 | 91.06 | - |
| YUV | 147.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 247 | 0.02 | 0.68 | 0 | 0.03 | 297.84 | 0.91 | 0.64 |
| Hex | F1 | 50 | F7 | 2 | 44 | 0 | 3 | 12A | 5B | 40 |
| Octal | 361 | 120 | 367 | 2 | 104 | 0 | 3 | 452 | 133 | 100 |
| Binary | 11110001 | 1010000 | 11110111 | 10 | 1000100 | 0 | 11 | 100101010 | 1011011 | 1000000 |
Color Harmonies of #F150F7
Complementary color
Monochromatic Colors of #F150F7
Black with #F150F7
Text Example
Text Example
White with #F150F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150F7; }
p { color: rgb(241,80,247); }
H1.HeaderClassName
{
color: #F150F7;
}
.AnyTagClassName
{
color: #F150F7;
}
</style>
background-color css
<style>
a { background-color: #F150F7; }
a { background-color: rgb(241,80,247); }
div.DivClassName
{
background-color: #F150F7;
}
.BgClassName
{
background-color: #F150F7;
}
</style>
border-color css
<style>
span { border-color: #F150F7; }
span { border-color: rgb(241,80,247); }
td.TdClassName
{
border-color: #F150F7;
}
.TagClassName
{
border-color: #F150F7;
}
</style>