Shades of Pink Flamingo #F269EC
Tints of Pink Flamingo #F269EC
RGB
CMYK
RGB Variations
Color information
#F269EC (or 0xF269EC) is known color: Pink Flamingo. HEX triplet: F2, 69 and EC. RGB value is (242,105,236). Sum of RGB (Red+Green+Blue) = 242+105+236=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F269EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F269EC is #0D9613. Grayscale: #A0A0A0. Windows color (decimal): -890388 or 15493618. OLE color: 15493618.
HSL color Cylindrical-coordinate representation of color #F269EC: hue angle of 302.63º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F269EC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 236 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 302.63º | 0.84% | 0.68% | - |
| HSV(B) | 302.63º | 0.57% | 0.95% | - |
| XYZ | 56.81 | 35.04 | 83.13 | - |
| YUV | 160.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 236 | 0 | 0.57 | 0.02 | 0.05 | 302.63 | 0.84 | 0.68 |
| Hex | F2 | 69 | EC | 0 | 39 | 2 | 5 | 12F | 54 | 44 |
| Octal | 362 | 151 | 354 | 0 | 71 | 2 | 5 | 457 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11101100 | 0 | 111001 | 10 | 101 | 100101111 | 1010100 | 1000100 |
Color Harmonies of #F269EC
Complementary color
Monochromatic Colors of #F269EC
Black with #F269EC
Text Example
Text Example
White with #F269EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269EC; }
p { color: rgb(242,105,236); }
H1.HeaderClassName
{
color: #F269EC;
}
.AnyTagClassName
{
color: #F269EC;
}
</style>
background-color css
<style>
a { background-color: #F269EC; }
a { background-color: rgb(242,105,236); }
div.DivClassName
{
background-color: #F269EC;
}
.BgClassName
{
background-color: #F269EC;
}
</style>
border-color css
<style>
span { border-color: #F269EC; }
span { border-color: rgb(242,105,236); }
td.TdClassName
{
border-color: #F269EC;
}
.TagClassName
{
border-color: #F269EC;
}
</style>