Shades of Pink Flamingo #F157F1
Tints of Pink Flamingo #F157F1
RGB
CMYK
RGB Variations
Color information
#F157F1 (or 0xF157F1) is known color: Pink Flamingo. HEX triplet: F1, 57 and F1. RGB value is (241,87,241). Sum of RGB (Red+Green+Blue) = 241+87+241=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 87 (34.38% from 255 or 15.29% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F157F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F157F1 is #0EA80E. Grayscale: #969696. Windows color (decimal): -960527 or 15816689. OLE color: 15816689.
HSL color Cylindrical-coordinate representation of color #F157F1: hue angle of 300º 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 #F157F1 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 241 | - |
| CMYK | 0 | 0.64 | 0 | 0.05 |
| HSL | 300º | 0.85% | 0.64% | - |
| HSV(B) | 300º | 0.64% | 0.95% | - |
| XYZ | 55.56 | 31.87 | 86.44 | - |
| YUV | 150.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 241 | 0 | 0.64 | 0 | 0.05 | 300 | 0.85 | 0.64 |
| Hex | F1 | 57 | F1 | 0 | 40 | 0 | 5 | 12C | 55 | 40 |
| Octal | 361 | 127 | 361 | 0 | 100 | 0 | 5 | 454 | 125 | 100 |
| Binary | 11110001 | 1010111 | 11110001 | 0 | 1000000 | 0 | 101 | 100101100 | 1010101 | 1000000 |
Color Harmonies of #F157F1
Complementary color
Monochromatic Colors of #F157F1
Black with #F157F1
Text Example
Text Example
White with #F157F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157F1; }
p { color: rgb(241,87,241); }
H1.HeaderClassName
{
color: #F157F1;
}
.AnyTagClassName
{
color: #F157F1;
}
</style>
background-color css
<style>
a { background-color: #F157F1; }
a { background-color: rgb(241,87,241); }
div.DivClassName
{
background-color: #F157F1;
}
.BgClassName
{
background-color: #F157F1;
}
</style>
border-color css
<style>
span { border-color: #F157F1; }
span { border-color: rgb(241,87,241); }
td.TdClassName
{
border-color: #F157F1;
}
.TagClassName
{
border-color: #F157F1;
}
</style>