Shades of Pink Flamingo #F14EF5
Tints of Pink Flamingo #F14EF5
RGB
CMYK
RGB Variations
Color information
#F14EF5 (or 0xF14EF5) is known color: Pink Flamingo. HEX triplet: F1, 4E and F5. RGB value is (241,78,245). Sum of RGB (Red+Green+Blue) = 241+78+245=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #F14EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14EF5 is #0EB10A. Grayscale: #919191. Windows color (decimal): -962827 or 16076529. OLE color: 16076529.
HSL color Cylindrical-coordinate representation of color #F14EF5: hue angle of 298.56º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EF5 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 78 | 245 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.04 |
| HSL | 298.56º | 0.89% | 0.63% | - |
| HSV(B) | 298.56º | 0.68% | 0.96% | - |
| XYZ | 55.48 | 30.74 | 89.4 | - |
| YUV | 145.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 245 | 0.02 | 0.68 | 0 | 0.04 | 298.56 | 0.89 | 0.63 |
| Hex | F1 | 4E | F5 | 2 | 44 | 0 | 4 | 12B | 59 | 3F |
| Octal | 361 | 116 | 365 | 2 | 104 | 0 | 4 | 453 | 131 | 77 |
| Binary | 11110001 | 1001110 | 11110101 | 10 | 1000100 | 0 | 100 | 100101011 | 1011001 | 111111 |
Color Harmonies of #F14EF5
Complementary color
Monochromatic Colors of #F14EF5
Black with #F14EF5
Text Example
Text Example
White with #F14EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EF5; }
p { color: rgb(241,78,245); }
H1.HeaderClassName
{
color: #F14EF5;
}
.AnyTagClassName
{
color: #F14EF5;
}
</style>
background-color css
<style>
a { background-color: #F14EF5; }
a { background-color: rgb(241,78,245); }
div.DivClassName
{
background-color: #F14EF5;
}
.BgClassName
{
background-color: #F14EF5;
}
</style>
border-color css
<style>
span { border-color: #F14EF5; }
span { border-color: rgb(241,78,245); }
td.TdClassName
{
border-color: #F14EF5;
}
.TagClassName
{
border-color: #F14EF5;
}
</style>