Shades of Pink Flamingo #F155FF
Tints of Pink Flamingo #F155FF
RGB
CMYK
RGB Variations
Color information
#F155FF (or 0xF155FF) is known color: Pink Flamingo. HEX triplet: F1, 55 and FF. RGB value is (241,85,255). Sum of RGB (Red+Green+Blue) = 241+85+255=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 85 (33.59% from 255 or 14.63% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F155FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155FF is #0EAA00. Grayscale: #969696. Windows color (decimal): -961025 or 16733681. OLE color: 16733681.
HSL color Cylindrical-coordinate representation of color #F155FF: hue angle of 295.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F155FF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 85 | 255 | - |
| CMYK | 0.05 | 0.67 | 0 | 0 |
| HSL | 295.06º | 1% | 0.67% | - |
| HSV(B) | 295.06º | 0.67% | 1% | - |
| XYZ | 57.57 | 32.42 | 97.83 | - |
| YUV | 151.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 255 | 0.05 | 0.67 | 0 | 0 | 295.06 | 1 | 0.67 |
| Hex | F1 | 55 | FF | 5 | 43 | 0 | 0 | 127 | 64 | 43 |
| Octal | 361 | 125 | 377 | 5 | 103 | 0 | 0 | 447 | 144 | 103 |
| Binary | 11110001 | 1010101 | 11111111 | 101 | 1000011 | 0 | 0 | 100100111 | 1100100 | 1000011 |
Color Harmonies of #F155FF
Complementary color
Monochromatic Colors of #F155FF
Black with #F155FF
Text Example
Text Example
White with #F155FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155FF; }
p { color: rgb(241,85,255); }
H1.HeaderClassName
{
color: #F155FF;
}
.AnyTagClassName
{
color: #F155FF;
}
</style>
background-color css
<style>
a { background-color: #F155FF; }
a { background-color: rgb(241,85,255); }
div.DivClassName
{
background-color: #F155FF;
}
.BgClassName
{
background-color: #F155FF;
}
</style>
border-color css
<style>
span { border-color: #F155FF; }
span { border-color: rgb(241,85,255); }
td.TdClassName
{
border-color: #F155FF;
}
.TagClassName
{
border-color: #F155FF;
}
</style>