Shades of Pink Flamingo #F74EED
Tints of Pink Flamingo #F74EED
RGB
CMYK
RGB Variations
Color information
#F74EED (or 0xF74EED) is known color: Pink Flamingo. HEX triplet: F7, 4E and ED. RGB value is (247,78,237). Sum of RGB (Red+Green+Blue) = 247+78+237=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 78 (30.86% from 255 or 13.88% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74EED is #08B112. Grayscale: #929292. Windows color (decimal): -569619 or 15552247. OLE color: 15552247.
HSL color Cylindrical-coordinate representation of color #F74EED: hue angle of 303.55º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74EED is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 237 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.55º | 0.91% | 0.64% | - |
| HSV(B) | 303.55º | 0.68% | 0.97% | - |
| XYZ | 56.37 | 31.34 | 83.2 | - |
| YUV | 146.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 237 | 0 | 0.68 | 0.04 | 0.03 | 303.55 | 0.91 | 0.64 |
| Hex | F7 | 4E | ED | 0 | 44 | 4 | 3 | 130 | 5B | 40 |
| Octal | 367 | 116 | 355 | 0 | 104 | 4 | 3 | 460 | 133 | 100 |
| Binary | 11110111 | 1001110 | 11101101 | 0 | 1000100 | 100 | 11 | 100110000 | 1011011 | 1000000 |
Color Harmonies of #F74EED
Complementary color
Monochromatic Colors of #F74EED
Black with #F74EED
Text Example
Text Example
White with #F74EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EED; }
p { color: rgb(247,78,237); }
H1.HeaderClassName
{
color: #F74EED;
}
.AnyTagClassName
{
color: #F74EED;
}
</style>
background-color css
<style>
a { background-color: #F74EED; }
a { background-color: rgb(247,78,237); }
div.DivClassName
{
background-color: #F74EED;
}
.BgClassName
{
background-color: #F74EED;
}
</style>
border-color css
<style>
span { border-color: #F74EED; }
span { border-color: rgb(247,78,237); }
td.TdClassName
{
border-color: #F74EED;
}
.TagClassName
{
border-color: #F74EED;
}
</style>