Shades of Pink Flamingo #F266EB
Tints of Pink Flamingo #F266EB
RGB
CMYK
RGB Variations
Color information
#F266EB (or 0xF266EB) is known color: Pink Flamingo. HEX triplet: F2, 66 and EB. RGB value is (242,102,235). Sum of RGB (Red+Green+Blue) = 242+102+235=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F266EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266EB is #0D9914. Grayscale: #9E9E9E. Windows color (decimal): -891157 or 15427314. OLE color: 15427314.
HSL color Cylindrical-coordinate representation of color #F266EB: hue angle of 303º 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 #F266EB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 235 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.05 |
| HSL | 303º | 0.84% | 0.67% | - |
| HSV(B) | 303º | 0.58% | 0.95% | - |
| XYZ | 56.36 | 34.38 | 82.26 | - |
| YUV | 159.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 235 | 0 | 0.58 | 0.03 | 0.05 | 303 | 0.84 | 0.67 |
| Hex | F2 | 66 | EB | 0 | 3A | 3 | 5 | 12F | 54 | 43 |
| Octal | 362 | 146 | 353 | 0 | 72 | 3 | 5 | 457 | 124 | 103 |
| Binary | 11110010 | 1100110 | 11101011 | 0 | 111010 | 11 | 101 | 100101111 | 1010100 | 1000011 |
Color Harmonies of #F266EB
Complementary color
Monochromatic Colors of #F266EB
Black with #F266EB
Text Example
Text Example
White with #F266EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F266EB; }
p { color: rgb(242,102,235); }
H1.HeaderClassName
{
color: #F266EB;
}
.AnyTagClassName
{
color: #F266EB;
}
</style>
background-color css
<style>
a { background-color: #F266EB; }
a { background-color: rgb(242,102,235); }
div.DivClassName
{
background-color: #F266EB;
}
.BgClassName
{
background-color: #F266EB;
}
</style>
border-color css
<style>
span { border-color: #F266EB; }
span { border-color: rgb(242,102,235); }
td.TdClassName
{
border-color: #F266EB;
}
.TagClassName
{
border-color: #F266EB;
}
</style>