Shades of Pink Flamingo #F268EF
Tints of Pink Flamingo #F268EF
RGB
CMYK
RGB Variations
Color information
#F268EF (or 0xF268EF) is known color: Pink Flamingo. HEX triplet: F2, 68 and EF. RGB value is (242,104,239). Sum of RGB (Red+Green+Blue) = 242+104+239=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F268EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268EF is #0D9710. Grayscale: #A0A0A0. Windows color (decimal): -890641 or 15689970. OLE color: 15689970.
HSL color Cylindrical-coordinate representation of color #F268EF: hue angle of 301.3º 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 #F268EF is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 239 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.05 |
| HSL | 301.3º | 0.84% | 0.68% | - |
| HSV(B) | 301.3º | 0.57% | 0.95% | - |
| XYZ | 57.15 | 35.01 | 85.41 | - |
| YUV | 160.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 239 | 0 | 0.57 | 0.01 | 0.05 | 301.3 | 0.84 | 0.68 |
| Hex | F2 | 68 | EF | 0 | 39 | 1 | 5 | 12D | 54 | 44 |
| Octal | 362 | 150 | 357 | 0 | 71 | 1 | 5 | 455 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11101111 | 0 | 111001 | 1 | 101 | 100101101 | 1010100 | 1000100 |
Color Harmonies of #F268EF
Complementary color
Monochromatic Colors of #F268EF
Black with #F268EF
Text Example
Text Example
White with #F268EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268EF; }
p { color: rgb(242,104,239); }
H1.HeaderClassName
{
color: #F268EF;
}
.AnyTagClassName
{
color: #F268EF;
}
</style>
background-color css
<style>
a { background-color: #F268EF; }
a { background-color: rgb(242,104,239); }
div.DivClassName
{
background-color: #F268EF;
}
.BgClassName
{
background-color: #F268EF;
}
</style>
border-color css
<style>
span { border-color: #F268EF; }
span { border-color: rgb(242,104,239); }
td.TdClassName
{
border-color: #F268EF;
}
.TagClassName
{
border-color: #F268EF;
}
</style>