Shades of Pink Flamingo #F767ED
Tints of Pink Flamingo #F767ED
RGB
CMYK
RGB Variations
Color information
#F767ED (or 0xF767ED) is known color: Pink Flamingo. HEX triplet: F7, 67 and ED. RGB value is (247,103,237). Sum of RGB (Red+Green+Blue) = 247+103+237=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 103 (40.62% from 255 or 17.55% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F767ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F767ED is #089812. Grayscale: #A0A0A0. Windows color (decimal): -563219 or 15558647. OLE color: 15558647.
HSL color Cylindrical-coordinate representation of color #F767ED: hue angle of 304.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767ED is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 237 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.03 |
| HSL | 304.17º | 0.9% | 0.69% | - |
| HSV(B) | 304.17º | 0.58% | 0.97% | - |
| XYZ | 58.49 | 35.59 | 83.91 | - |
| YUV | 161.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 237 | 0 | 0.58 | 0.04 | 0.03 | 304.17 | 0.9 | 0.69 |
| Hex | F7 | 67 | ED | 0 | 3A | 4 | 3 | 130 | 5A | 45 |
| Octal | 367 | 147 | 355 | 0 | 72 | 4 | 3 | 460 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11101101 | 0 | 111010 | 100 | 11 | 100110000 | 1011010 | 1000101 |
Color Harmonies of #F767ED
Complementary color
Monochromatic Colors of #F767ED
Black with #F767ED
Text Example
Text Example
White with #F767ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767ED; }
p { color: rgb(247,103,237); }
H1.HeaderClassName
{
color: #F767ED;
}
.AnyTagClassName
{
color: #F767ED;
}
</style>
background-color css
<style>
a { background-color: #F767ED; }
a { background-color: rgb(247,103,237); }
div.DivClassName
{
background-color: #F767ED;
}
.BgClassName
{
background-color: #F767ED;
}
</style>
border-color css
<style>
span { border-color: #F767ED; }
span { border-color: rgb(247,103,237); }
td.TdClassName
{
border-color: #F767ED;
}
.TagClassName
{
border-color: #F767ED;
}
</style>