Shades of Pink Flamingo #F754ED
Tints of Pink Flamingo #F754ED
RGB
CMYK
RGB Variations
Color information
#F754ED (or 0xF754ED) is known color: Pink Flamingo. HEX triplet: F7, 54 and ED. RGB value is (247,84,237). Sum of RGB (Red+Green+Blue) = 247+84+237=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F754ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F754ED is #08AB12. Grayscale: #959595. Windows color (decimal): -568083 or 15553783. OLE color: 15553783.
HSL color Cylindrical-coordinate representation of color #F754ED: hue angle of 303.68º 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 #F754ED is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 237 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.03 |
| HSL | 303.68º | 0.91% | 0.65% | - |
| HSV(B) | 303.68º | 0.66% | 0.97% | - |
| XYZ | 56.81 | 32.23 | 83.35 | - |
| YUV | 150.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 237 | 0 | 0.66 | 0.04 | 0.03 | 303.68 | 0.91 | 0.65 |
| Hex | F7 | 54 | ED | 0 | 42 | 4 | 3 | 130 | 5B | 41 |
| Octal | 367 | 124 | 355 | 0 | 102 | 4 | 3 | 460 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11101101 | 0 | 1000010 | 100 | 11 | 100110000 | 1011011 | 1000001 |
Color Harmonies of #F754ED
Complementary color
Monochromatic Colors of #F754ED
Black with #F754ED
Text Example
Text Example
White with #F754ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754ED; }
p { color: rgb(247,84,237); }
H1.HeaderClassName
{
color: #F754ED;
}
.AnyTagClassName
{
color: #F754ED;
}
</style>
background-color css
<style>
a { background-color: #F754ED; }
a { background-color: rgb(247,84,237); }
div.DivClassName
{
background-color: #F754ED;
}
.BgClassName
{
background-color: #F754ED;
}
</style>
border-color css
<style>
span { border-color: #F754ED; }
span { border-color: rgb(247,84,237); }
td.TdClassName
{
border-color: #F754ED;
}
.TagClassName
{
border-color: #F754ED;
}
</style>