Shades of Pink Flamingo #F74DED
Tints of Pink Flamingo #F74DED
RGB
CMYK
RGB Variations
Color information
#F74DED (or 0xF74DED) is known color: Pink Flamingo. HEX triplet: F7, 4D and ED. RGB value is (247,77,237). Sum of RGB (Red+Green+Blue) = 247+77+237=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 77 (30.47% from 255 or 13.73% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DED is #08B212. Grayscale: #919191. Windows color (decimal): -569875 or 15551991. OLE color: 15551991.
HSL color Cylindrical-coordinate representation of color #F74DED: hue angle of 303.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DED is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 237 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.03 |
| HSL | 303.53º | 0.91% | 0.64% | - |
| HSV(B) | 303.53º | 0.69% | 0.97% | - |
| XYZ | 56.3 | 31.2 | 83.18 | - |
| YUV | 146.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 237 | 0 | 0.69 | 0.04 | 0.03 | 303.53 | 0.91 | 0.64 |
| Hex | F7 | 4D | ED | 0 | 45 | 4 | 3 | 130 | 5B | 40 |
| Octal | 367 | 115 | 355 | 0 | 105 | 4 | 3 | 460 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11101101 | 0 | 1000101 | 100 | 11 | 100110000 | 1011011 | 1000000 |
Color Harmonies of #F74DED
Complementary color
Monochromatic Colors of #F74DED
Black with #F74DED
Text Example
Text Example
White with #F74DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DED; }
p { color: rgb(247,77,237); }
H1.HeaderClassName
{
color: #F74DED;
}
.AnyTagClassName
{
color: #F74DED;
}
</style>
background-color css
<style>
a { background-color: #F74DED; }
a { background-color: rgb(247,77,237); }
div.DivClassName
{
background-color: #F74DED;
}
.BgClassName
{
background-color: #F74DED;
}
</style>
border-color css
<style>
span { border-color: #F74DED; }
span { border-color: rgb(247,77,237); }
td.TdClassName
{
border-color: #F74DED;
}
.TagClassName
{
border-color: #F74DED;
}
</style>