Shades of Pink Flamingo #F14DF9
Tints of Pink Flamingo #F14DF9
RGB
CMYK
RGB Variations
Color information
#F14DF9 (or 0xF14DF9) is known color: Pink Flamingo. HEX triplet: F1, 4D and F9. RGB value is (241,77,249). Sum of RGB (Red+Green+Blue) = 241+77+249=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #F14DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DF9 is #0EB206. Grayscale: #919191. Windows color (decimal): -963079 or 16338417. OLE color: 16338417.
HSL color Cylindrical-coordinate representation of color #F14DF9: hue angle of 297.21º 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 #F14DF9 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 77 | 249 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.02 |
| HSL | 297.21º | 0.93% | 0.64% | - |
| HSV(B) | 297.21º | 0.69% | 0.98% | - |
| XYZ | 56.03 | 30.85 | 92.62 | - |
| YUV | 145.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 249 | 0.03 | 0.69 | 0 | 0.02 | 297.21 | 0.93 | 0.64 |
| Hex | F1 | 4D | F9 | 3 | 45 | 0 | 2 | 129 | 5D | 40 |
| Octal | 361 | 115 | 371 | 3 | 105 | 0 | 2 | 451 | 135 | 100 |
| Binary | 11110001 | 1001101 | 11111001 | 11 | 1000101 | 0 | 10 | 100101001 | 1011101 | 1000000 |
Color Harmonies of #F14DF9
Complementary color
Monochromatic Colors of #F14DF9
Black with #F14DF9
Text Example
Text Example
White with #F14DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DF9; }
p { color: rgb(241,77,249); }
H1.HeaderClassName
{
color: #F14DF9;
}
.AnyTagClassName
{
color: #F14DF9;
}
</style>
background-color css
<style>
a { background-color: #F14DF9; }
a { background-color: rgb(241,77,249); }
div.DivClassName
{
background-color: #F14DF9;
}
.BgClassName
{
background-color: #F14DF9;
}
</style>
border-color css
<style>
span { border-color: #F14DF9; }
span { border-color: rgb(241,77,249); }
td.TdClassName
{
border-color: #F14DF9;
}
.TagClassName
{
border-color: #F14DF9;
}
</style>