Shades of Pink Flamingo #F265EC
Tints of Pink Flamingo #F265EC
RGB
CMYK
RGB Variations
Color information
#F265EC (or 0xF265EC) is known color: Pink Flamingo. HEX triplet: F2, 65 and EC. RGB value is (242,101,236). Sum of RGB (Red+Green+Blue) = 242+101+236=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F265EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265EC is #0D9A13. Grayscale: #9E9E9E. Windows color (decimal): -891412 or 15492594. OLE color: 15492594.
HSL color Cylindrical-coordinate representation of color #F265EC: hue angle of 302.55º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265EC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 236 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.05 |
| HSL | 302.55º | 0.84% | 0.67% | - |
| HSV(B) | 302.55º | 0.58% | 0.95% | - |
| XYZ | 56.41 | 34.24 | 82.99 | - |
| YUV | 158.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 236 | 0 | 0.58 | 0.02 | 0.05 | 302.55 | 0.84 | 0.67 |
| Hex | F2 | 65 | EC | 0 | 3A | 2 | 5 | 12F | 54 | 43 |
| Octal | 362 | 145 | 354 | 0 | 72 | 2 | 5 | 457 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11101100 | 0 | 111010 | 10 | 101 | 100101111 | 1010100 | 1000011 |
Color Harmonies of #F265EC
Complementary color
Monochromatic Colors of #F265EC
Black with #F265EC
Text Example
Text Example
White with #F265EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265EC; }
p { color: rgb(242,101,236); }
H1.HeaderClassName
{
color: #F265EC;
}
.AnyTagClassName
{
color: #F265EC;
}
</style>
background-color css
<style>
a { background-color: #F265EC; }
a { background-color: rgb(242,101,236); }
div.DivClassName
{
background-color: #F265EC;
}
.BgClassName
{
background-color: #F265EC;
}
</style>
border-color css
<style>
span { border-color: #F265EC; }
span { border-color: rgb(242,101,236); }
td.TdClassName
{
border-color: #F265EC;
}
.TagClassName
{
border-color: #F265EC;
}
</style>