Shades of Pink Flamingo #F265EF
Tints of Pink Flamingo #F265EF
RGB
CMYK
RGB Variations
Color information
#F265EF (or 0xF265EF) is known color: Pink Flamingo. HEX triplet: F2, 65 and EF. RGB value is (242,101,239). Sum of RGB (Red+Green+Blue) = 242+101+239=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F265EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265EF is #0D9A10. Grayscale: #9E9E9E. Windows color (decimal): -891409 or 15689202. OLE color: 15689202.
HSL color Cylindrical-coordinate representation of color #F265EF: hue angle of 301.28º 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 #F265EF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 239 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.05 |
| HSL | 301.28º | 0.84% | 0.67% | - |
| HSV(B) | 301.28º | 0.58% | 0.95% | - |
| XYZ | 56.85 | 34.42 | 85.31 | - |
| YUV | 158.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 239 | 0 | 0.58 | 0.01 | 0.05 | 301.28 | 0.84 | 0.67 |
| Hex | F2 | 65 | EF | 0 | 3A | 1 | 5 | 12D | 54 | 43 |
| Octal | 362 | 145 | 357 | 0 | 72 | 1 | 5 | 455 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11101111 | 0 | 111010 | 1 | 101 | 100101101 | 1010100 | 1000011 |
Color Harmonies of #F265EF
Complementary color
Monochromatic Colors of #F265EF
Black with #F265EF
Text Example
Text Example
White with #F265EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265EF; }
p { color: rgb(242,101,239); }
H1.HeaderClassName
{
color: #F265EF;
}
.AnyTagClassName
{
color: #F265EF;
}
</style>
background-color css
<style>
a { background-color: #F265EF; }
a { background-color: rgb(242,101,239); }
div.DivClassName
{
background-color: #F265EF;
}
.BgClassName
{
background-color: #F265EF;
}
</style>
border-color css
<style>
span { border-color: #F265EF; }
span { border-color: rgb(242,101,239); }
td.TdClassName
{
border-color: #F265EF;
}
.TagClassName
{
border-color: #F265EF;
}
</style>