Shades of Pink Flamingo #F750ED
Tints of Pink Flamingo #F750ED
RGB
CMYK
RGB Variations
Color information
#F750ED (or 0xF750ED) is known color: Pink Flamingo. HEX triplet: F7, 50 and ED. RGB value is (247,80,237). Sum of RGB (Red+Green+Blue) = 247+80+237=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F750ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F750ED is #08AF12. Grayscale: #939393. Windows color (decimal): -569107 or 15552759. OLE color: 15552759.
HSL color Cylindrical-coordinate representation of color #F750ED: hue angle of 303.59º 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 #F750ED is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 237 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.59º | 0.91% | 0.64% | - |
| HSV(B) | 303.59º | 0.68% | 0.97% | - |
| XYZ | 56.51 | 31.63 | 83.25 | - |
| YUV | 147.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 237 | 0 | 0.68 | 0.04 | 0.03 | 303.59 | 0.91 | 0.64 |
| Hex | F7 | 50 | ED | 0 | 44 | 4 | 3 | 130 | 5B | 40 |
| Octal | 367 | 120 | 355 | 0 | 104 | 4 | 3 | 460 | 133 | 100 |
| Binary | 11110111 | 1010000 | 11101101 | 0 | 1000100 | 100 | 11 | 100110000 | 1011011 | 1000000 |
Color Harmonies of #F750ED
Complementary color
Monochromatic Colors of #F750ED
Black with #F750ED
Text Example
Text Example
White with #F750ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750ED; }
p { color: rgb(247,80,237); }
H1.HeaderClassName
{
color: #F750ED;
}
.AnyTagClassName
{
color: #F750ED;
}
</style>
background-color css
<style>
a { background-color: #F750ED; }
a { background-color: rgb(247,80,237); }
div.DivClassName
{
background-color: #F750ED;
}
.BgClassName
{
background-color: #F750ED;
}
</style>
border-color css
<style>
span { border-color: #F750ED; }
span { border-color: rgb(247,80,237); }
td.TdClassName
{
border-color: #F750ED;
}
.TagClassName
{
border-color: #F750ED;
}
</style>