Shades of Pink Flamingo #F74FED
Tints of Pink Flamingo #F74FED
RGB
CMYK
RGB Variations
Color information
#F74FED (or 0xF74FED) is known color: Pink Flamingo. HEX triplet: F7, 4F and ED. RGB value is (247,79,237). Sum of RGB (Red+Green+Blue) = 247+79+237=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 79 (31.25% from 255 or 14.03% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FED is #08B012. Grayscale: #929292. Windows color (decimal): -569363 or 15552503. OLE color: 15552503.
HSL color Cylindrical-coordinate representation of color #F74FED: hue angle of 303.57º 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 #F74FED is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 237 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.57º | 0.91% | 0.64% | - |
| HSV(B) | 303.57º | 0.68% | 0.97% | - |
| XYZ | 56.44 | 31.48 | 83.22 | - |
| YUV | 147.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 237 | 0 | 0.68 | 0.04 | 0.03 | 303.57 | 0.91 | 0.64 |
| Hex | F7 | 4F | ED | 0 | 44 | 4 | 3 | 130 | 5B | 40 |
| Octal | 367 | 117 | 355 | 0 | 104 | 4 | 3 | 460 | 133 | 100 |
| Binary | 11110111 | 1001111 | 11101101 | 0 | 1000100 | 100 | 11 | 100110000 | 1011011 | 1000000 |
Color Harmonies of #F74FED
Complementary color
Monochromatic Colors of #F74FED
Black with #F74FED
Text Example
Text Example
White with #F74FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FED; }
p { color: rgb(247,79,237); }
H1.HeaderClassName
{
color: #F74FED;
}
.AnyTagClassName
{
color: #F74FED;
}
</style>
background-color css
<style>
a { background-color: #F74FED; }
a { background-color: rgb(247,79,237); }
div.DivClassName
{
background-color: #F74FED;
}
.BgClassName
{
background-color: #F74FED;
}
</style>
border-color css
<style>
span { border-color: #F74FED; }
span { border-color: rgb(247,79,237); }
td.TdClassName
{
border-color: #F74FED;
}
.TagClassName
{
border-color: #F74FED;
}
</style>