Shades of Pink Flamingo #F65EF2
Tints of Pink Flamingo #F65EF2
RGB
CMYK
RGB Variations
Color information
#F65EF2 (or 0xF65EF2) is known color: Pink Flamingo. HEX triplet: F6, 5E and F2. RGB value is (246,94,242). Sum of RGB (Red+Green+Blue) = 246+94+242=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 94 (37.11% from 255 or 16.15% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EF2 is #09A10D. Grayscale: #9B9B9B. Windows color (decimal): -631054 or 15884022. OLE color: 15884022.
HSL color Cylindrical-coordinate representation of color #F65EF2: hue angle of 301.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EF2 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 242 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.04 |
| HSL | 301.58º | 0.89% | 0.67% | - |
| HSV(B) | 301.58º | 0.62% | 0.96% | - |
| XYZ | 58.04 | 34.01 | 87.51 | - |
| YUV | 156.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 242 | 0 | 0.62 | 0.02 | 0.04 | 301.58 | 0.89 | 0.67 |
| Hex | F6 | 5E | F2 | 0 | 3E | 2 | 4 | 12E | 59 | 43 |
| Octal | 366 | 136 | 362 | 0 | 76 | 2 | 4 | 456 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11110010 | 0 | 111110 | 10 | 100 | 100101110 | 1011001 | 1000011 |
Color Harmonies of #F65EF2
Complementary color
Monochromatic Colors of #F65EF2
Black with #F65EF2
Text Example
Text Example
White with #F65EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EF2; }
p { color: rgb(246,94,242); }
H1.HeaderClassName
{
color: #F65EF2;
}
.AnyTagClassName
{
color: #F65EF2;
}
</style>
background-color css
<style>
a { background-color: #F65EF2; }
a { background-color: rgb(246,94,242); }
div.DivClassName
{
background-color: #F65EF2;
}
.BgClassName
{
background-color: #F65EF2;
}
</style>
border-color css
<style>
span { border-color: #F65EF2; }
span { border-color: rgb(246,94,242); }
td.TdClassName
{
border-color: #F65EF2;
}
.TagClassName
{
border-color: #F65EF2;
}
</style>