Shades of Pink Flamingo #F94DF6
Tints of Pink Flamingo #F94DF6
RGB
CMYK
RGB Variations
Color information
#F94DF6 (or 0xF94DF6) is known color: Pink Flamingo. HEX triplet: F9, 4D and F6. RGB value is (249,77,246). Sum of RGB (Red+Green+Blue) = 249+77+246=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DF6 is #06B209. Grayscale: #939393. Windows color (decimal): -438794 or 16141817. OLE color: 16141817.
HSL color Cylindrical-coordinate representation of color #F94DF6: hue angle of 301.05º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94DF6 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 246 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.02 |
| HSL | 301.05º | 0.93% | 0.64% | - |
| HSV(B) | 301.05º | 0.69% | 0.98% | - |
| XYZ | 58.36 | 32.1 | 90.31 | - |
| YUV | 147.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 246 | 0 | 0.69 | 0.01 | 0.02 | 301.05 | 0.93 | 0.64 |
| Hex | F9 | 4D | F6 | 0 | 45 | 1 | 2 | 12D | 5D | 40 |
| Octal | 371 | 115 | 366 | 0 | 105 | 1 | 2 | 455 | 135 | 100 |
| Binary | 11111001 | 1001101 | 11110110 | 0 | 1000101 | 1 | 10 | 100101101 | 1011101 | 1000000 |
Color Harmonies of #F94DF6
Complementary color
Monochromatic Colors of #F94DF6
Black with #F94DF6
Text Example
Text Example
White with #F94DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DF6; }
p { color: rgb(249,77,246); }
H1.HeaderClassName
{
color: #F94DF6;
}
.AnyTagClassName
{
color: #F94DF6;
}
</style>
background-color css
<style>
a { background-color: #F94DF6; }
a { background-color: rgb(249,77,246); }
div.DivClassName
{
background-color: #F94DF6;
}
.BgClassName
{
background-color: #F94DF6;
}
</style>
border-color css
<style>
span { border-color: #F94DF6; }
span { border-color: rgb(249,77,246); }
td.TdClassName
{
border-color: #F94DF6;
}
.TagClassName
{
border-color: #F94DF6;
}
</style>