Shades of Pink Flamingo #EF65F8
Tints of Pink Flamingo #EF65F8
RGB
CMYK
RGB Variations
Color information
#EF65F8 (or 0xEF65F8) is known color: Pink Flamingo. HEX triplet: EF, 65 and F8. RGB value is (239,101,248). Sum of RGB (Red+Green+Blue) = 239+101+248=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF65F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65F8 is #109A07. Grayscale: #9E9E9E. Windows color (decimal): -1088008 or 16279023. OLE color: 16279023.
HSL color Cylindrical-coordinate representation of color #EF65F8: hue angle of 296.33º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF65F8 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 101 | 248 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.03 |
| HSL | 296.33º | 0.91% | 0.68% | - |
| HSV(B) | 296.33º | 0.59% | 0.97% | - |
| XYZ | 57.19 | 34.44 | 92.44 | - |
| YUV | 159.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 248 | 0.04 | 0.59 | 0 | 0.03 | 296.33 | 0.91 | 0.68 |
| Hex | EF | 65 | F8 | 4 | 3B | 0 | 3 | 128 | 5B | 44 |
| Octal | 357 | 145 | 370 | 4 | 73 | 0 | 3 | 450 | 133 | 104 |
| Binary | 11101111 | 1100101 | 11111000 | 100 | 111011 | 0 | 11 | 100101000 | 1011011 | 1000100 |
Color Harmonies of #EF65F8
Complementary color
Monochromatic Colors of #EF65F8
Black with #EF65F8
Text Example
Text Example
White with #EF65F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65F8; }
p { color: rgb(239,101,248); }
H1.HeaderClassName
{
color: #EF65F8;
}
.AnyTagClassName
{
color: #EF65F8;
}
</style>
background-color css
<style>
a { background-color: #EF65F8; }
a { background-color: rgb(239,101,248); }
div.DivClassName
{
background-color: #EF65F8;
}
.BgClassName
{
background-color: #EF65F8;
}
</style>
border-color css
<style>
span { border-color: #EF65F8; }
span { border-color: rgb(239,101,248); }
td.TdClassName
{
border-color: #EF65F8;
}
.TagClassName
{
border-color: #EF65F8;
}
</style>