Shades of Pink Flamingo #F76AF1
Tints of Pink Flamingo #F76AF1
RGB
CMYK
RGB Variations
Color information
#F76AF1 (or 0xF76AF1) is known color: Pink Flamingo. HEX triplet: F7, 6A and F1. RGB value is (247,106,241). Sum of RGB (Red+Green+Blue) = 247+106+241=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 106 (41.80% from 255 or 17.85% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AF1 is #08950E. Grayscale: #A3A3A3. Windows color (decimal): -562447 or 15821559. OLE color: 15821559.
HSL color Cylindrical-coordinate representation of color #F76AF1: hue angle of 302.55º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76AF1 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 241 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.03 |
| HSL | 302.55º | 0.9% | 0.69% | - |
| HSV(B) | 302.55º | 0.57% | 0.97% | - |
| XYZ | 59.39 | 36.43 | 87.12 | - |
| YUV | 163.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 241 | 0 | 0.57 | 0.02 | 0.03 | 302.55 | 0.9 | 0.69 |
| Hex | F7 | 6A | F1 | 0 | 39 | 2 | 3 | 12F | 5A | 45 |
| Octal | 367 | 152 | 361 | 0 | 71 | 2 | 3 | 457 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11110001 | 0 | 111001 | 10 | 11 | 100101111 | 1011010 | 1000101 |
Color Harmonies of #F76AF1
Complementary color
Monochromatic Colors of #F76AF1
Black with #F76AF1
Text Example
Text Example
White with #F76AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AF1; }
p { color: rgb(247,106,241); }
H1.HeaderClassName
{
color: #F76AF1;
}
.AnyTagClassName
{
color: #F76AF1;
}
</style>
background-color css
<style>
a { background-color: #F76AF1; }
a { background-color: rgb(247,106,241); }
div.DivClassName
{
background-color: #F76AF1;
}
.BgClassName
{
background-color: #F76AF1;
}
</style>
border-color css
<style>
span { border-color: #F76AF1; }
span { border-color: rgb(247,106,241); }
td.TdClassName
{
border-color: #F76AF1;
}
.TagClassName
{
border-color: #F76AF1;
}
</style>