Shades of Pink Flamingo #F268F6
Tints of Pink Flamingo #F268F6
RGB
CMYK
RGB Variations
Color information
#F268F6 (or 0xF268F6) is known color: Pink Flamingo. HEX triplet: F2, 68 and F6. RGB value is (242,104,246). Sum of RGB (Red+Green+Blue) = 242+104+246=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #F268F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268F6 is #0D9709. Grayscale: #A1A1A1. Windows color (decimal): -890634 or 16148722. OLE color: 16148722.
HSL color Cylindrical-coordinate representation of color #F268F6: hue angle of 298.31º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F268F6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 104 | 246 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.04 |
| HSL | 298.31º | 0.89% | 0.69% | - |
| HSV(B) | 298.31º | 0.58% | 0.96% | - |
| XYZ | 58.2 | 35.43 | 90.96 | - |
| YUV | 161.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 246 | 0.02 | 0.58 | 0 | 0.04 | 298.31 | 0.89 | 0.69 |
| Hex | F2 | 68 | F6 | 2 | 3A | 0 | 4 | 12A | 59 | 45 |
| Octal | 362 | 150 | 366 | 2 | 72 | 0 | 4 | 452 | 131 | 105 |
| Binary | 11110010 | 1101000 | 11110110 | 10 | 111010 | 0 | 100 | 100101010 | 1011001 | 1000101 |
Color Harmonies of #F268F6
Complementary color
Monochromatic Colors of #F268F6
Black with #F268F6
Text Example
Text Example
White with #F268F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268F6; }
p { color: rgb(242,104,246); }
H1.HeaderClassName
{
color: #F268F6;
}
.AnyTagClassName
{
color: #F268F6;
}
</style>
background-color css
<style>
a { background-color: #F268F6; }
a { background-color: rgb(242,104,246); }
div.DivClassName
{
background-color: #F268F6;
}
.BgClassName
{
background-color: #F268F6;
}
</style>
border-color css
<style>
span { border-color: #F268F6; }
span { border-color: rgb(242,104,246); }
td.TdClassName
{
border-color: #F268F6;
}
.TagClassName
{
border-color: #F268F6;
}
</style>