Shades of Pink Flamingo #F14DF6
Tints of Pink Flamingo #F14DF6
RGB
CMYK
RGB Variations
Color information
#F14DF6 (or 0xF14DF6) is known color: Pink Flamingo. HEX triplet: F1, 4D and F6. RGB value is (241,77,246). Sum of RGB (Red+Green+Blue) = 241+77+246=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #F14DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DF6 is #0EB209. Grayscale: #909090. Windows color (decimal): -963082 or 16141809. OLE color: 16141809.
HSL color Cylindrical-coordinate representation of color #F14DF6: hue angle of 298.22º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14DF6 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 77 | 246 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.04 |
| HSL | 298.22º | 0.9% | 0.63% | - |
| HSV(B) | 298.22º | 0.69% | 0.96% | - |
| XYZ | 55.56 | 30.66 | 90.18 | - |
| YUV | 145.3 | 184.83 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 246 | 0.02 | 0.69 | 0 | 0.04 | 298.22 | 0.9 | 0.63 |
| Hex | F1 | 4D | F6 | 2 | 45 | 0 | 4 | 12A | 5A | 3F |
| Octal | 361 | 115 | 366 | 2 | 105 | 0 | 4 | 452 | 132 | 77 |
| Binary | 11110001 | 1001101 | 11110110 | 10 | 1000101 | 0 | 100 | 100101010 | 1011010 | 111111 |
Color Harmonies of #F14DF6
Complementary color
Monochromatic Colors of #F14DF6
Black with #F14DF6
Text Example
Text Example
White with #F14DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DF6; }
p { color: rgb(241,77,246); }
H1.HeaderClassName
{
color: #F14DF6;
}
.AnyTagClassName
{
color: #F14DF6;
}
</style>
background-color css
<style>
a { background-color: #F14DF6; }
a { background-color: rgb(241,77,246); }
div.DivClassName
{
background-color: #F14DF6;
}
.BgClassName
{
background-color: #F14DF6;
}
</style>
border-color css
<style>
span { border-color: #F14DF6; }
span { border-color: rgb(241,77,246); }
td.TdClassName
{
border-color: #F14DF6;
}
.TagClassName
{
border-color: #F14DF6;
}
</style>