Shades of Pink Flamingo #F767F1
Tints of Pink Flamingo #F767F1
RGB
CMYK
RGB Variations
Color information
#F767F1 (or 0xF767F1) is known color: Pink Flamingo. HEX triplet: F7, 67 and F1. RGB value is (247,103,241). Sum of RGB (Red+Green+Blue) = 247+103+241=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 103 (40.62% from 255 or 17.43% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F767F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F767F1 is #08980E. Grayscale: #A1A1A1. Windows color (decimal): -563215 or 15820791. OLE color: 15820791.
HSL color Cylindrical-coordinate representation of color #F767F1: hue angle of 302.5º 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 #F767F1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 241 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.03 |
| HSL | 302.5º | 0.9% | 0.69% | - |
| HSV(B) | 302.5º | 0.58% | 0.97% | - |
| XYZ | 59.09 | 35.83 | 87.02 | - |
| YUV | 161.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 241 | 0 | 0.58 | 0.02 | 0.03 | 302.5 | 0.9 | 0.69 |
| Hex | F7 | 67 | F1 | 0 | 3A | 2 | 3 | 12E | 5A | 45 |
| Octal | 367 | 147 | 361 | 0 | 72 | 2 | 3 | 456 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11110001 | 0 | 111010 | 10 | 11 | 100101110 | 1011010 | 1000101 |
Color Harmonies of #F767F1
Complementary color
Monochromatic Colors of #F767F1
Black with #F767F1
Text Example
Text Example
White with #F767F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767F1; }
p { color: rgb(247,103,241); }
H1.HeaderClassName
{
color: #F767F1;
}
.AnyTagClassName
{
color: #F767F1;
}
</style>
background-color css
<style>
a { background-color: #F767F1; }
a { background-color: rgb(247,103,241); }
div.DivClassName
{
background-color: #F767F1;
}
.BgClassName
{
background-color: #F767F1;
}
</style>
border-color css
<style>
span { border-color: #F767F1; }
span { border-color: rgb(247,103,241); }
td.TdClassName
{
border-color: #F767F1;
}
.TagClassName
{
border-color: #F767F1;
}
</style>