Shades of Pink Flamingo #F15FED
Tints of Pink Flamingo #F15FED
RGB
CMYK
RGB Variations
Color information
#F15FED (or 0xF15FED) is known color: Pink Flamingo. HEX triplet: F1, 5F and ED. RGB value is (241,95,237). Sum of RGB (Red+Green+Blue) = 241+95+237=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FED is #0EA012. Grayscale: #9A9A9A. Windows color (decimal): -958483 or 15556593. OLE color: 15556593.
HSL color Cylindrical-coordinate representation of color #F15FED: hue angle of 301.64º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15FED is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 237 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.05 |
| HSL | 301.64º | 0.84% | 0.66% | - |
| HSV(B) | 301.64º | 0.61% | 0.95% | - |
| XYZ | 55.65 | 33 | 83.56 | - |
| YUV | 154.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 237 | 0 | 0.61 | 0.02 | 0.05 | 301.64 | 0.84 | 0.66 |
| Hex | F1 | 5F | ED | 0 | 3D | 2 | 5 | 12E | 54 | 42 |
| Octal | 361 | 137 | 355 | 0 | 75 | 2 | 5 | 456 | 124 | 102 |
| Binary | 11110001 | 1011111 | 11101101 | 0 | 111101 | 10 | 101 | 100101110 | 1010100 | 1000010 |
Color Harmonies of #F15FED
Complementary color
Monochromatic Colors of #F15FED
Black with #F15FED
Text Example
Text Example
White with #F15FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15FED; }
p { color: rgb(241,95,237); }
H1.HeaderClassName
{
color: #F15FED;
}
.AnyTagClassName
{
color: #F15FED;
}
</style>
background-color css
<style>
a { background-color: #F15FED; }
a { background-color: rgb(241,95,237); }
div.DivClassName
{
background-color: #F15FED;
}
.BgClassName
{
background-color: #F15FED;
}
</style>
border-color css
<style>
span { border-color: #F15FED; }
span { border-color: rgb(241,95,237); }
td.TdClassName
{
border-color: #F15FED;
}
.TagClassName
{
border-color: #F15FED;
}
</style>