Shades of Pink Flamingo #EF69F0
Tints of Pink Flamingo #EF69F0
RGB
CMYK
RGB Variations
Color information
#EF69F0 (or 0xEF69F0) is known color: Pink Flamingo. HEX triplet: EF, 69 and F0. RGB value is (239,105,240). Sum of RGB (Red+Green+Blue) = 239+105+240=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF69F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69F0 is #10960F. Grayscale: #A0A0A0. Windows color (decimal): -1086992 or 15755759. OLE color: 15755759.
HSL color Cylindrical-coordinate representation of color #EF69F0: hue angle of 299.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69F0 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 240 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.06 |
| HSL | 299.56º | 0.82% | 0.68% | - |
| HSV(B) | 299.56º | 0.56% | 0.94% | - |
| XYZ | 56.38 | 34.75 | 86.17 | - |
| YUV | 160.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 240 | 0.00 | 0.56 | 0 | 0.06 | 299.56 | 0.82 | 0.68 |
| Hex | EF | 69 | F0 | 0 | 38 | 0 | 6 | 12C | 52 | 44 |
| Octal | 357 | 151 | 360 | 0 | 70 | 0 | 6 | 454 | 122 | 104 |
| Binary | 11101111 | 1101001 | 11110000 | 0 | 111000 | 0 | 110 | 100101100 | 1010010 | 1000100 |
Color Harmonies of #EF69F0
Complementary color
Monochromatic Colors of #EF69F0
Black with #EF69F0
Text Example
Text Example
White with #EF69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF69F0; }
p { color: rgb(239,105,240); }
H1.HeaderClassName
{
color: #EF69F0;
}
.AnyTagClassName
{
color: #EF69F0;
}
</style>
background-color css
<style>
a { background-color: #EF69F0; }
a { background-color: rgb(239,105,240); }
div.DivClassName
{
background-color: #EF69F0;
}
.BgClassName
{
background-color: #EF69F0;
}
</style>
border-color css
<style>
span { border-color: #EF69F0; }
span { border-color: rgb(239,105,240); }
td.TdClassName
{
border-color: #EF69F0;
}
.TagClassName
{
border-color: #EF69F0;
}
</style>