Shades of Pink Flamingo #F764ED
Tints of Pink Flamingo #F764ED
RGB
CMYK
RGB Variations
Color information
#F764ED (or 0xF764ED) is known color: Pink Flamingo. HEX triplet: F7, 64 and ED. RGB value is (247,100,237). Sum of RGB (Red+Green+Blue) = 247+100+237=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F764ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764ED is #089B12. Grayscale: #9F9F9F. Windows color (decimal): -563987 or 15557879. OLE color: 15557879.
HSL color Cylindrical-coordinate representation of color #F764ED: hue angle of 304.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764ED is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 237 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.03 |
| HSL | 304.08º | 0.9% | 0.68% | - |
| HSV(B) | 304.08º | 0.6% | 0.97% | - |
| XYZ | 58.2 | 35 | 83.81 | - |
| YUV | 159.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 237 | 0 | 0.60 | 0.04 | 0.03 | 304.08 | 0.9 | 0.68 |
| Hex | F7 | 64 | ED | 0 | 3C | 4 | 3 | 130 | 5A | 44 |
| Octal | 367 | 144 | 355 | 0 | 74 | 4 | 3 | 460 | 132 | 104 |
| Binary | 11110111 | 1100100 | 11101101 | 0 | 111100 | 100 | 11 | 100110000 | 1011010 | 1000100 |
Color Harmonies of #F764ED
Complementary color
Monochromatic Colors of #F764ED
Black with #F764ED
Text Example
Text Example
White with #F764ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764ED; }
p { color: rgb(247,100,237); }
H1.HeaderClassName
{
color: #F764ED;
}
.AnyTagClassName
{
color: #F764ED;
}
</style>
background-color css
<style>
a { background-color: #F764ED; }
a { background-color: rgb(247,100,237); }
div.DivClassName
{
background-color: #F764ED;
}
.BgClassName
{
background-color: #F764ED;
}
</style>
border-color css
<style>
span { border-color: #F764ED; }
span { border-color: rgb(247,100,237); }
td.TdClassName
{
border-color: #F764ED;
}
.TagClassName
{
border-color: #F764ED;
}
</style>