Shades of Pink Flamingo #F265EE
Tints of Pink Flamingo #F265EE
RGB
CMYK
RGB Variations
Color information
#F265EE (or 0xF265EE) is known color: Pink Flamingo. HEX triplet: F2, 65 and EE. RGB value is (242,101,238). Sum of RGB (Red+Green+Blue) = 242+101+238=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F265EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265EE is #0D9A11. Grayscale: #9E9E9E. Windows color (decimal): -891410 or 15623666. OLE color: 15623666.
HSL color Cylindrical-coordinate representation of color #F265EE: hue angle of 301.7º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265EE is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 238 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.05 |
| HSL | 301.7º | 0.84% | 0.67% | - |
| HSV(B) | 301.7º | 0.58% | 0.95% | - |
| XYZ | 56.7 | 34.36 | 84.53 | - |
| YUV | 158.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 238 | 0 | 0.58 | 0.02 | 0.05 | 301.7 | 0.84 | 0.67 |
| Hex | F2 | 65 | EE | 0 | 3A | 2 | 5 | 12E | 54 | 43 |
| Octal | 362 | 145 | 356 | 0 | 72 | 2 | 5 | 456 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11101110 | 0 | 111010 | 10 | 101 | 100101110 | 1010100 | 1000011 |
Color Harmonies of #F265EE
Complementary color
Monochromatic Colors of #F265EE
Black with #F265EE
Text Example
Text Example
White with #F265EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265EE; }
p { color: rgb(242,101,238); }
H1.HeaderClassName
{
color: #F265EE;
}
.AnyTagClassName
{
color: #F265EE;
}
</style>
background-color css
<style>
a { background-color: #F265EE; }
a { background-color: rgb(242,101,238); }
div.DivClassName
{
background-color: #F265EE;
}
.BgClassName
{
background-color: #F265EE;
}
</style>
border-color css
<style>
span { border-color: #F265EE; }
span { border-color: rgb(242,101,238); }
td.TdClassName
{
border-color: #F265EE;
}
.TagClassName
{
border-color: #F265EE;
}
</style>