Shades of Pink Flamingo #F765ED
Tints of Pink Flamingo #F765ED
RGB
CMYK
RGB Variations
Color information
#F765ED (or 0xF765ED) is known color: Pink Flamingo. HEX triplet: F7, 65 and ED. RGB value is (247,101,237). Sum of RGB (Red+Green+Blue) = 247+101+237=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F765ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765ED is #089A12. Grayscale: #9F9F9F. Windows color (decimal): -563731 or 15558135. OLE color: 15558135.
HSL color Cylindrical-coordinate representation of color #F765ED: hue angle of 304.11º degrees, saturation: 0.9, 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 #F765ED is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 237 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.03 |
| HSL | 304.11º | 0.9% | 0.68% | - |
| HSV(B) | 304.11º | 0.59% | 0.97% | - |
| XYZ | 58.3 | 35.2 | 83.84 | - |
| YUV | 160.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 237 | 0 | 0.59 | 0.04 | 0.03 | 304.11 | 0.9 | 0.68 |
| Hex | F7 | 65 | ED | 0 | 3B | 4 | 3 | 130 | 5A | 44 |
| Octal | 367 | 145 | 355 | 0 | 73 | 4 | 3 | 460 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11101101 | 0 | 111011 | 100 | 11 | 100110000 | 1011010 | 1000100 |
Color Harmonies of #F765ED
Complementary color
Monochromatic Colors of #F765ED
Black with #F765ED
Text Example
Text Example
White with #F765ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765ED; }
p { color: rgb(247,101,237); }
H1.HeaderClassName
{
color: #F765ED;
}
.AnyTagClassName
{
color: #F765ED;
}
</style>
background-color css
<style>
a { background-color: #F765ED; }
a { background-color: rgb(247,101,237); }
div.DivClassName
{
background-color: #F765ED;
}
.BgClassName
{
background-color: #F765ED;
}
</style>
border-color css
<style>
span { border-color: #F765ED; }
span { border-color: rgb(247,101,237); }
td.TdClassName
{
border-color: #F765ED;
}
.TagClassName
{
border-color: #F765ED;
}
</style>