Shades of Pink Flamingo #F14EF2
Tints of Pink Flamingo #F14EF2
RGB
CMYK
RGB Variations
Color information
#F14EF2 (or 0xF14EF2) is known color: Pink Flamingo. HEX triplet: F1, 4E and F2. RGB value is (241,78,242). Sum of RGB (Red+Green+Blue) = 241+78+242=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #F14EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14EF2 is #0EB10D. Grayscale: #909090. Windows color (decimal): -962830 or 15879921. OLE color: 15879921.
HSL color Cylindrical-coordinate representation of color #F14EF2: hue angle of 299.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EF2 is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 242 | - |
| CMYK | 0.00 | 0.68 | 0 | 0.05 |
| HSL | 299.63º | 0.86% | 0.63% | - |
| HSV(B) | 299.63º | 0.68% | 0.95% | - |
| XYZ | 55.03 | 30.56 | 87 | - |
| YUV | 145.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 242 | 0.00 | 0.68 | 0 | 0.05 | 299.63 | 0.86 | 0.63 |
| Hex | F1 | 4E | F2 | 0 | 44 | 0 | 5 | 12C | 56 | 3F |
| Octal | 361 | 116 | 362 | 0 | 104 | 0 | 5 | 454 | 126 | 77 |
| Binary | 11110001 | 1001110 | 11110010 | 0 | 1000100 | 0 | 101 | 100101100 | 1010110 | 111111 |
Color Harmonies of #F14EF2
Complementary color
Monochromatic Colors of #F14EF2
Black with #F14EF2
Text Example
Text Example
White with #F14EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EF2; }
p { color: rgb(241,78,242); }
H1.HeaderClassName
{
color: #F14EF2;
}
.AnyTagClassName
{
color: #F14EF2;
}
</style>
background-color css
<style>
a { background-color: #F14EF2; }
a { background-color: rgb(241,78,242); }
div.DivClassName
{
background-color: #F14EF2;
}
.BgClassName
{
background-color: #F14EF2;
}
</style>
border-color css
<style>
span { border-color: #F14EF2; }
span { border-color: rgb(241,78,242); }
td.TdClassName
{
border-color: #F14EF2;
}
.TagClassName
{
border-color: #F14EF2;
}
</style>