Shades of Pink Flamingo #F15BED
Tints of Pink Flamingo #F15BED
RGB
CMYK
RGB Variations
Color information
#F15BED (or 0xF15BED) is known color: Pink Flamingo. HEX triplet: F1, 5B and ED. RGB value is (241,91,237). Sum of RGB (Red+Green+Blue) = 241+91+237=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 91 (35.94% from 255 or 15.99% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BED is #0EA412. Grayscale: #989898. Windows color (decimal): -959507 or 15555569. OLE color: 15555569.
HSL color Cylindrical-coordinate representation of color #F15BED: hue angle of 301.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BED is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 237 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.05 |
| HSL | 301.6º | 0.84% | 0.65% | - |
| HSV(B) | 301.6º | 0.62% | 0.95% | - |
| XYZ | 55.3 | 32.3 | 83.44 | - |
| YUV | 152.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 237 | 0 | 0.62 | 0.02 | 0.05 | 301.6 | 0.84 | 0.65 |
| Hex | F1 | 5B | ED | 0 | 3E | 2 | 5 | 12E | 54 | 41 |
| Octal | 361 | 133 | 355 | 0 | 76 | 2 | 5 | 456 | 124 | 101 |
| Binary | 11110001 | 1011011 | 11101101 | 0 | 111110 | 10 | 101 | 100101110 | 1010100 | 1000001 |
Color Harmonies of #F15BED
Complementary color
Monochromatic Colors of #F15BED
Black with #F15BED
Text Example
Text Example
White with #F15BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BED; }
p { color: rgb(241,91,237); }
H1.HeaderClassName
{
color: #F15BED;
}
.AnyTagClassName
{
color: #F15BED;
}
</style>
background-color css
<style>
a { background-color: #F15BED; }
a { background-color: rgb(241,91,237); }
div.DivClassName
{
background-color: #F15BED;
}
.BgClassName
{
background-color: #F15BED;
}
</style>
border-color css
<style>
span { border-color: #F15BED; }
span { border-color: rgb(241,91,237); }
td.TdClassName
{
border-color: #F15BED;
}
.TagClassName
{
border-color: #F15BED;
}
</style>