Shades of Pink Flamingo #F156F0
Tints of Pink Flamingo #F156F0
RGB
CMYK
RGB Variations
Color information
#F156F0 (or 0xF156F0) is known color: Pink Flamingo. HEX triplet: F1, 56 and F0. RGB value is (241,86,240). Sum of RGB (Red+Green+Blue) = 241+86+240=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 86 (33.98% from 255 or 15.17% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F156F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F156F0 is #0EA90F. Grayscale: #959595. Windows color (decimal): -960784 or 15750897. OLE color: 15750897.
HSL color Cylindrical-coordinate representation of color #F156F0: hue angle of 300.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156F0 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 240 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.05 |
| HSL | 300.39º | 0.85% | 0.64% | - |
| HSV(B) | 300.39º | 0.64% | 0.95% | - |
| XYZ | 55.33 | 31.65 | 85.63 | - |
| YUV | 149.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 240 | 0 | 0.64 | 0.00 | 0.05 | 300.39 | 0.85 | 0.64 |
| Hex | F1 | 56 | F0 | 0 | 40 | 0 | 5 | 12C | 55 | 40 |
| Octal | 361 | 126 | 360 | 0 | 100 | 0 | 5 | 454 | 125 | 100 |
| Binary | 11110001 | 1010110 | 11110000 | 0 | 1000000 | 0 | 101 | 100101100 | 1010101 | 1000000 |
Color Harmonies of #F156F0
Complementary color
Monochromatic Colors of #F156F0
Black with #F156F0
Text Example
Text Example
White with #F156F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156F0; }
p { color: rgb(241,86,240); }
H1.HeaderClassName
{
color: #F156F0;
}
.AnyTagClassName
{
color: #F156F0;
}
</style>
background-color css
<style>
a { background-color: #F156F0; }
a { background-color: rgb(241,86,240); }
div.DivClassName
{
background-color: #F156F0;
}
.BgClassName
{
background-color: #F156F0;
}
</style>
border-color css
<style>
span { border-color: #F156F0; }
span { border-color: rgb(241,86,240); }
td.TdClassName
{
border-color: #F156F0;
}
.TagClassName
{
border-color: #F156F0;
}
</style>