Shades of Pink Flamingo #F266EF
Tints of Pink Flamingo #F266EF
RGB
CMYK
RGB Variations
Color information
#F266EF (or 0xF266EF) is known color: Pink Flamingo. HEX triplet: F2, 66 and EF. RGB value is (242,102,239). Sum of RGB (Red+Green+Blue) = 242+102+239=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F266EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266EF is #0D9910. Grayscale: #9F9F9F. Windows color (decimal): -891153 or 15689458. OLE color: 15689458.
HSL color Cylindrical-coordinate representation of color #F266EF: hue angle of 301.29º 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 #F266EF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 239 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.05 |
| HSL | 301.29º | 0.84% | 0.67% | - |
| HSV(B) | 301.29º | 0.58% | 0.95% | - |
| XYZ | 56.95 | 34.61 | 85.34 | - |
| YUV | 159.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 239 | 0 | 0.58 | 0.01 | 0.05 | 301.29 | 0.84 | 0.67 |
| Hex | F2 | 66 | EF | 0 | 3A | 1 | 5 | 12D | 54 | 43 |
| Octal | 362 | 146 | 357 | 0 | 72 | 1 | 5 | 455 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11101111 | 0 | 111010 | 1 | 101 | 100101101 | 1010100 | 1000011 |
Color Harmonies of #F266EF
Complementary color
Monochromatic Colors of #F266EF
Black with #F266EF
Text Example
Text Example
White with #F266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266EF; }
p { color: rgb(242,102,239); }
H1.HeaderClassName
{
color: #F266EF;
}
.AnyTagClassName
{
color: #F266EF;
}
</style>
background-color css
<style>
a { background-color: #F266EF; }
a { background-color: rgb(242,102,239); }
div.DivClassName
{
background-color: #F266EF;
}
.BgClassName
{
background-color: #F266EF;
}
</style>
border-color css
<style>
span { border-color: #F266EF; }
span { border-color: rgb(242,102,239); }
td.TdClassName
{
border-color: #F266EF;
}
.TagClassName
{
border-color: #F266EF;
}
</style>