Shades of Pink Flamingo #F267EC
Tints of Pink Flamingo #F267EC
RGB
CMYK
RGB Variations
Color information
#F267EC (or 0xF267EC) is known color: Pink Flamingo. HEX triplet: F2, 67 and EC. RGB value is (242,103,236). Sum of RGB (Red+Green+Blue) = 242+103+236=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 103 (40.62% from 255 or 17.73% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F267EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267EC is #0D9813. Grayscale: #9F9F9F. Windows color (decimal): -890900 or 15493106. OLE color: 15493106.
HSL color Cylindrical-coordinate representation of color #F267EC: hue angle of 302.59º 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 #F267EC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 236 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 302.59º | 0.84% | 0.68% | - |
| HSV(B) | 302.59º | 0.57% | 0.95% | - |
| XYZ | 56.61 | 34.63 | 83.06 | - |
| YUV | 159.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 236 | 0 | 0.57 | 0.02 | 0.05 | 302.59 | 0.84 | 0.68 |
| Hex | F2 | 67 | EC | 0 | 39 | 2 | 5 | 12F | 54 | 44 |
| Octal | 362 | 147 | 354 | 0 | 71 | 2 | 5 | 457 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11101100 | 0 | 111001 | 10 | 101 | 100101111 | 1010100 | 1000100 |
Color Harmonies of #F267EC
Complementary color
Monochromatic Colors of #F267EC
Black with #F267EC
Text Example
Text Example
White with #F267EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267EC; }
p { color: rgb(242,103,236); }
H1.HeaderClassName
{
color: #F267EC;
}
.AnyTagClassName
{
color: #F267EC;
}
</style>
background-color css
<style>
a { background-color: #F267EC; }
a { background-color: rgb(242,103,236); }
div.DivClassName
{
background-color: #F267EC;
}
.BgClassName
{
background-color: #F267EC;
}
</style>
border-color css
<style>
span { border-color: #F267EC; }
span { border-color: rgb(242,103,236); }
td.TdClassName
{
border-color: #F267EC;
}
.TagClassName
{
border-color: #F267EC;
}
</style>