Shades of Pink Flamingo #F267EE
Tints of Pink Flamingo #F267EE
RGB
CMYK
RGB Variations
Color information
#F267EE (or 0xF267EE) is known color: Pink Flamingo. HEX triplet: F2, 67 and EE. RGB value is (242,103,238). Sum of RGB (Red+Green+Blue) = 242+103+238=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F267EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267EE is #0D9811. Grayscale: #9F9F9F. Windows color (decimal): -890898 or 15624178. OLE color: 15624178.
HSL color Cylindrical-coordinate representation of color #F267EE: hue angle of 301.73º 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 #F267EE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 238 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 301.73º | 0.84% | 0.68% | - |
| HSV(B) | 301.73º | 0.57% | 0.95% | - |
| XYZ | 56.9 | 34.75 | 84.6 | - |
| YUV | 159.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 238 | 0 | 0.57 | 0.02 | 0.05 | 301.73 | 0.84 | 0.68 |
| Hex | F2 | 67 | EE | 0 | 39 | 2 | 5 | 12E | 54 | 44 |
| Octal | 362 | 147 | 356 | 0 | 71 | 2 | 5 | 456 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11101110 | 0 | 111001 | 10 | 101 | 100101110 | 1010100 | 1000100 |
Color Harmonies of #F267EE
Complementary color
Monochromatic Colors of #F267EE
Black with #F267EE
Text Example
Text Example
White with #F267EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267EE; }
p { color: rgb(242,103,238); }
H1.HeaderClassName
{
color: #F267EE;
}
.AnyTagClassName
{
color: #F267EE;
}
</style>
background-color css
<style>
a { background-color: #F267EE; }
a { background-color: rgb(242,103,238); }
div.DivClassName
{
background-color: #F267EE;
}
.BgClassName
{
background-color: #F267EE;
}
</style>
border-color css
<style>
span { border-color: #F267EE; }
span { border-color: rgb(242,103,238); }
td.TdClassName
{
border-color: #F267EE;
}
.TagClassName
{
border-color: #F267EE;
}
</style>