Shades of Pink Flamingo #F155FC
Tints of Pink Flamingo #F155FC
RGB
CMYK
RGB Variations
Color information
#F155FC (or 0xF155FC) is known color: Pink Flamingo. HEX triplet: F1, 55 and FC. RGB value is (241,85,252). Sum of RGB (Red+Green+Blue) = 241+85+252=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #F155FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155FC is #0EAA03. Grayscale: #969696. Windows color (decimal): -961028 or 16537073. OLE color: 16537073.
HSL color Cylindrical-coordinate representation of color #F155FC: hue angle of 296.05º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F155FC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 85 | 252 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.01 |
| HSL | 296.05º | 0.97% | 0.66% | - |
| HSV(B) | 296.05º | 0.66% | 0.99% | - |
| XYZ | 57.09 | 32.23 | 95.31 | - |
| YUV | 150.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 252 | 0.04 | 0.66 | 0 | 0.01 | 296.05 | 0.97 | 0.66 |
| Hex | F1 | 55 | FC | 4 | 42 | 0 | 1 | 128 | 61 | 42 |
| Octal | 361 | 125 | 374 | 4 | 102 | 0 | 1 | 450 | 141 | 102 |
| Binary | 11110001 | 1010101 | 11111100 | 100 | 1000010 | 0 | 1 | 100101000 | 1100001 | 1000010 |
Color Harmonies of #F155FC
Complementary color
Monochromatic Colors of #F155FC
Black with #F155FC
Text Example
Text Example
White with #F155FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155FC; }
p { color: rgb(241,85,252); }
H1.HeaderClassName
{
color: #F155FC;
}
.AnyTagClassName
{
color: #F155FC;
}
</style>
background-color css
<style>
a { background-color: #F155FC; }
a { background-color: rgb(241,85,252); }
div.DivClassName
{
background-color: #F155FC;
}
.BgClassName
{
background-color: #F155FC;
}
</style>
border-color css
<style>
span { border-color: #F155FC; }
span { border-color: rgb(241,85,252); }
td.TdClassName
{
border-color: #F155FC;
}
.TagClassName
{
border-color: #F155FC;
}
</style>