Shades of Pink Flamingo #F754EF
Tints of Pink Flamingo #F754EF
RGB
CMYK
RGB Variations
Color information
#F754EF (or 0xF754EF) is known color: Pink Flamingo. HEX triplet: F7, 54 and EF. RGB value is (247,84,239). Sum of RGB (Red+Green+Blue) = 247+84+239=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F754EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F754EF is #08AB10. Grayscale: #959595. Windows color (decimal): -568081 or 15684855. OLE color: 15684855.
HSL color Cylindrical-coordinate representation of color #F754EF: hue angle of 302.94º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754EF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 239 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.03 |
| HSL | 302.94º | 0.91% | 0.65% | - |
| HSV(B) | 302.94º | 0.66% | 0.97% | - |
| XYZ | 57.11 | 32.35 | 84.89 | - |
| YUV | 150.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 239 | 0 | 0.66 | 0.03 | 0.03 | 302.94 | 0.91 | 0.65 |
| Hex | F7 | 54 | EF | 0 | 42 | 3 | 3 | 12F | 5B | 41 |
| Octal | 367 | 124 | 357 | 0 | 102 | 3 | 3 | 457 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11101111 | 0 | 1000010 | 11 | 11 | 100101111 | 1011011 | 1000001 |
Color Harmonies of #F754EF
Complementary color
Monochromatic Colors of #F754EF
Black with #F754EF
Text Example
Text Example
White with #F754EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754EF; }
p { color: rgb(247,84,239); }
H1.HeaderClassName
{
color: #F754EF;
}
.AnyTagClassName
{
color: #F754EF;
}
</style>
background-color css
<style>
a { background-color: #F754EF; }
a { background-color: rgb(247,84,239); }
div.DivClassName
{
background-color: #F754EF;
}
.BgClassName
{
background-color: #F754EF;
}
</style>
border-color css
<style>
span { border-color: #F754EF; }
span { border-color: rgb(247,84,239); }
td.TdClassName
{
border-color: #F754EF;
}
.TagClassName
{
border-color: #F754EF;
}
</style>