Shades of Pink Flamingo #F268EE
Tints of Pink Flamingo #F268EE
RGB
CMYK
RGB Variations
Color information
#F268EE (or 0xF268EE) is known color: Pink Flamingo. HEX triplet: F2, 68 and EE. RGB value is (242,104,238). Sum of RGB (Red+Green+Blue) = 242+104+238=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F268EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268EE is #0D9711. Grayscale: #A0A0A0. Windows color (decimal): -890642 or 15624434. OLE color: 15624434.
HSL color Cylindrical-coordinate representation of color #F268EE: hue angle of 301.74º 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 #F268EE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 238 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 301.74º | 0.84% | 0.68% | - |
| HSV(B) | 301.74º | 0.57% | 0.95% | - |
| XYZ | 57 | 34.95 | 84.63 | - |
| YUV | 160.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 238 | 0 | 0.57 | 0.02 | 0.05 | 301.74 | 0.84 | 0.68 |
| Hex | F2 | 68 | EE | 0 | 39 | 2 | 5 | 12E | 54 | 44 |
| Octal | 362 | 150 | 356 | 0 | 71 | 2 | 5 | 456 | 124 | 104 |
| Binary | 11110010 | 1101000 | 11101110 | 0 | 111001 | 10 | 101 | 100101110 | 1010100 | 1000100 |
Color Harmonies of #F268EE
Complementary color
Monochromatic Colors of #F268EE
Black with #F268EE
Text Example
Text Example
White with #F268EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268EE; }
p { color: rgb(242,104,238); }
H1.HeaderClassName
{
color: #F268EE;
}
.AnyTagClassName
{
color: #F268EE;
}
</style>
background-color css
<style>
a { background-color: #F268EE; }
a { background-color: rgb(242,104,238); }
div.DivClassName
{
background-color: #F268EE;
}
.BgClassName
{
background-color: #F268EE;
}
</style>
border-color css
<style>
span { border-color: #F268EE; }
span { border-color: rgb(242,104,238); }
td.TdClassName
{
border-color: #F268EE;
}
.TagClassName
{
border-color: #F268EE;
}
</style>