Shades of Pink Flamingo #F268EB
Tints of Pink Flamingo #F268EB
RGB
CMYK
RGB Variations
Color information
#F268EB (or 0xF268EB) is known color: Pink Flamingo. HEX triplet: F2, 68 and EB. RGB value is (242,104,235). Sum of RGB (Red+Green+Blue) = 242+104+235=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F268EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268EB is #0D9714. Grayscale: #9F9F9F. Windows color (decimal): -890645 or 15427826. OLE color: 15427826.
HSL color Cylindrical-coordinate representation of color #F268EB: hue angle of 303.04º 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 #F268EB is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 235 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.05 |
| HSL | 303.04º | 0.84% | 0.68% | - |
| HSV(B) | 303.04º | 0.57% | 0.95% | - |
| XYZ | 56.56 | 34.78 | 82.33 | - |
| YUV | 160.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 235 | 0 | 0.57 | 0.03 | 0.05 | 303.04 | 0.84 | 0.68 |
| Hex | F2 | 68 | EB | 0 | 39 | 3 | 5 | 12F | 54 | 44 |
| Octal | 362 | 150 | 353 | 0 | 71 | 3 | 5 | 457 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11101011 | 0 | 111001 | 11 | 101 | 100101111 | 1010100 | 1000100 |
Color Harmonies of #F268EB
Complementary color
Monochromatic Colors of #F268EB
Black with #F268EB
Text Example
Text Example
White with #F268EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268EB; }
p { color: rgb(242,104,235); }
H1.HeaderClassName
{
color: #F268EB;
}
.AnyTagClassName
{
color: #F268EB;
}
</style>
background-color css
<style>
a { background-color: #F268EB; }
a { background-color: rgb(242,104,235); }
div.DivClassName
{
background-color: #F268EB;
}
.BgClassName
{
background-color: #F268EB;
}
</style>
border-color css
<style>
span { border-color: #F268EB; }
span { border-color: rgb(242,104,235); }
td.TdClassName
{
border-color: #F268EB;
}
.TagClassName
{
border-color: #F268EB;
}
</style>