Shades of Pink Flamingo #F15CED
Tints of Pink Flamingo #F15CED
RGB
CMYK
RGB Variations
Color information
#F15CED (or 0xF15CED) is known color: Pink Flamingo. HEX triplet: F1, 5C and ED. RGB value is (241,92,237). Sum of RGB (Red+Green+Blue) = 241+92+237=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CED is #0EA312. Grayscale: #989898. Windows color (decimal): -959251 or 15555825. OLE color: 15555825.
HSL color Cylindrical-coordinate representation of color #F15CED: hue angle of 301.61º 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 #F15CED is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 237 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.05 |
| HSL | 301.61º | 0.84% | 0.65% | - |
| HSV(B) | 301.61º | 0.62% | 0.95% | - |
| XYZ | 55.39 | 32.47 | 83.47 | - |
| YUV | 153.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 237 | 0 | 0.62 | 0.02 | 0.05 | 301.61 | 0.84 | 0.65 |
| Hex | F1 | 5C | ED | 0 | 3E | 2 | 5 | 12E | 54 | 41 |
| Octal | 361 | 134 | 355 | 0 | 76 | 2 | 5 | 456 | 124 | 101 |
| Binary | 11110001 | 1011100 | 11101101 | 0 | 111110 | 10 | 101 | 100101110 | 1010100 | 1000001 |
Color Harmonies of #F15CED
Complementary color
Monochromatic Colors of #F15CED
Black with #F15CED
Text Example
Text Example
White with #F15CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CED; }
p { color: rgb(241,92,237); }
H1.HeaderClassName
{
color: #F15CED;
}
.AnyTagClassName
{
color: #F15CED;
}
</style>
background-color css
<style>
a { background-color: #F15CED; }
a { background-color: rgb(241,92,237); }
div.DivClassName
{
background-color: #F15CED;
}
.BgClassName
{
background-color: #F15CED;
}
</style>
border-color css
<style>
span { border-color: #F15CED; }
span { border-color: rgb(241,92,237); }
td.TdClassName
{
border-color: #F15CED;
}
.TagClassName
{
border-color: #F15CED;
}
</style>