Shades of Pink Flamingo #F155F0
Tints of Pink Flamingo #F155F0
RGB
CMYK
RGB Variations
Color information
#F155F0 (or 0xF155F0) is known color: Pink Flamingo. HEX triplet: F1, 55 and F0. RGB value is (241,85,240). Sum of RGB (Red+Green+Blue) = 241+85+240=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F155F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155F0 is #0EAA0F. Grayscale: #949494. Windows color (decimal): -961040 or 15750641. OLE color: 15750641.
HSL color Cylindrical-coordinate representation of color #F155F0: hue angle of 300.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155F0 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 240 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.05 |
| HSL | 300.38º | 0.85% | 0.64% | - |
| HSV(B) | 300.38º | 0.65% | 0.95% | - |
| XYZ | 55.25 | 31.49 | 85.6 | - |
| YUV | 149.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 240 | 0 | 0.65 | 0.00 | 0.05 | 300.38 | 0.85 | 0.64 |
| Hex | F1 | 55 | F0 | 0 | 41 | 0 | 5 | 12C | 55 | 40 |
| Octal | 361 | 125 | 360 | 0 | 101 | 0 | 5 | 454 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11110000 | 0 | 1000001 | 0 | 101 | 100101100 | 1010101 | 1000000 |
Color Harmonies of #F155F0
Complementary color
Monochromatic Colors of #F155F0
Black with #F155F0
Text Example
Text Example
White with #F155F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155F0; }
p { color: rgb(241,85,240); }
H1.HeaderClassName
{
color: #F155F0;
}
.AnyTagClassName
{
color: #F155F0;
}
</style>
background-color css
<style>
a { background-color: #F155F0; }
a { background-color: rgb(241,85,240); }
div.DivClassName
{
background-color: #F155F0;
}
.BgClassName
{
background-color: #F155F0;
}
</style>
border-color css
<style>
span { border-color: #F155F0; }
span { border-color: rgb(241,85,240); }
td.TdClassName
{
border-color: #F155F0;
}
.TagClassName
{
border-color: #F155F0;
}
</style>