Shades of Pink Flamingo #F751EC
Tints of Pink Flamingo #F751EC
RGB
CMYK
RGB Variations
Color information
#F751EC (or 0xF751EC) is known color: Pink Flamingo. HEX triplet: F7, 51 and EC. RGB value is (247,81,236). Sum of RGB (Red+Green+Blue) = 247+81+236=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 81 (32.03% from 255 or 14.36% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F751EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F751EC is #08AE13. Grayscale: #939393. Windows color (decimal): -568852 or 15487479. OLE color: 15487479.
HSL color Cylindrical-coordinate representation of color #F751EC: hue angle of 303.98º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751EC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 236 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.03 |
| HSL | 303.98º | 0.91% | 0.64% | - |
| HSV(B) | 303.98º | 0.67% | 0.97% | - |
| XYZ | 56.44 | 31.72 | 82.5 | - |
| YUV | 148.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 236 | 0 | 0.67 | 0.04 | 0.03 | 303.98 | 0.91 | 0.64 |
| Hex | F7 | 51 | EC | 0 | 43 | 4 | 3 | 130 | 5B | 40 |
| Octal | 367 | 121 | 354 | 0 | 103 | 4 | 3 | 460 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11101100 | 0 | 1000011 | 100 | 11 | 100110000 | 1011011 | 1000000 |
Color Harmonies of #F751EC
Complementary color
Monochromatic Colors of #F751EC
Black with #F751EC
Text Example
Text Example
White with #F751EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751EC; }
p { color: rgb(247,81,236); }
H1.HeaderClassName
{
color: #F751EC;
}
.AnyTagClassName
{
color: #F751EC;
}
</style>
background-color css
<style>
a { background-color: #F751EC; }
a { background-color: rgb(247,81,236); }
div.DivClassName
{
background-color: #F751EC;
}
.BgClassName
{
background-color: #F751EC;
}
</style>
border-color css
<style>
span { border-color: #F751EC; }
span { border-color: rgb(247,81,236); }
td.TdClassName
{
border-color: #F751EC;
}
.TagClassName
{
border-color: #F751EC;
}
</style>