Shades of Pink Flamingo #F065EB
Tints of Pink Flamingo #F065EB
RGB
CMYK
RGB Variations
Color information
#F065EB (or 0xF065EB) is known color: Pink Flamingo. HEX triplet: F0, 65 and EB. RGB value is (240,101,235). Sum of RGB (Red+Green+Blue) = 240+101+235=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F065EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065EB is #0F9A14. Grayscale: #9D9D9D. Windows color (decimal): -1022485 or 15427056. OLE color: 15427056.
HSL color Cylindrical-coordinate representation of color #F065EB: hue angle of 302.16º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065EB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 235 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.06 |
| HSL | 302.16º | 0.82% | 0.67% | - |
| HSV(B) | 302.16º | 0.58% | 0.94% | - |
| XYZ | 55.58 | 33.83 | 82.2 | - |
| YUV | 157.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 235 | 0 | 0.58 | 0.02 | 0.06 | 302.16 | 0.82 | 0.67 |
| Hex | F0 | 65 | EB | 0 | 3A | 2 | 6 | 12E | 52 | 43 |
| Octal | 360 | 145 | 353 | 0 | 72 | 2 | 6 | 456 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11101011 | 0 | 111010 | 10 | 110 | 100101110 | 1010010 | 1000011 |
Color Harmonies of #F065EB
Complementary color
Monochromatic Colors of #F065EB
Black with #F065EB
Text Example
Text Example
White with #F065EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065EB; }
p { color: rgb(240,101,235); }
H1.HeaderClassName
{
color: #F065EB;
}
.AnyTagClassName
{
color: #F065EB;
}
</style>
background-color css
<style>
a { background-color: #F065EB; }
a { background-color: rgb(240,101,235); }
div.DivClassName
{
background-color: #F065EB;
}
.BgClassName
{
background-color: #F065EB;
}
</style>
border-color css
<style>
span { border-color: #F065EB; }
span { border-color: rgb(240,101,235); }
td.TdClassName
{
border-color: #F065EB;
}
.TagClassName
{
border-color: #F065EB;
}
</style>