Shades of Pink Flamingo #F75BEF
Tints of Pink Flamingo #F75BEF
RGB
CMYK
RGB Variations
Color information
#F75BEF (or 0xF75BEF) is known color: Pink Flamingo. HEX triplet: F7, 5B and EF. RGB value is (247,91,239). Sum of RGB (Red+Green+Blue) = 247+91+239=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75BEF is #08A410. Grayscale: #9A9A9A. Windows color (decimal): -566289 or 15686647. OLE color: 15686647.
HSL color Cylindrical-coordinate representation of color #F75BEF: hue angle of 303.08º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75BEF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 239 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.03 |
| HSL | 303.08º | 0.91% | 0.66% | - |
| HSV(B) | 303.08º | 0.63% | 0.97% | - |
| XYZ | 57.68 | 33.49 | 85.09 | - |
| YUV | 154.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 239 | 0 | 0.63 | 0.03 | 0.03 | 303.08 | 0.91 | 0.66 |
| Hex | F7 | 5B | EF | 0 | 3F | 3 | 3 | 12F | 5B | 42 |
| Octal | 367 | 133 | 357 | 0 | 77 | 3 | 3 | 457 | 133 | 102 |
| Binary | 11110111 | 1011011 | 11101111 | 0 | 111111 | 11 | 11 | 100101111 | 1011011 | 1000010 |
Color Harmonies of #F75BEF
Complementary color
Monochromatic Colors of #F75BEF
Black with #F75BEF
Text Example
Text Example
White with #F75BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BEF; }
p { color: rgb(247,91,239); }
H1.HeaderClassName
{
color: #F75BEF;
}
.AnyTagClassName
{
color: #F75BEF;
}
</style>
background-color css
<style>
a { background-color: #F75BEF; }
a { background-color: rgb(247,91,239); }
div.DivClassName
{
background-color: #F75BEF;
}
.BgClassName
{
background-color: #F75BEF;
}
</style>
border-color css
<style>
span { border-color: #F75BEF; }
span { border-color: rgb(247,91,239); }
td.TdClassName
{
border-color: #F75BEF;
}
.TagClassName
{
border-color: #F75BEF;
}
</style>