Shades of Pink Flamingo #F75BED
Tints of Pink Flamingo #F75BED
RGB
CMYK
RGB Variations
Color information
#F75BED (or 0xF75BED) is known color: Pink Flamingo. HEX triplet: F7, 5B and ED. RGB value is (247,91,237). Sum of RGB (Red+Green+Blue) = 247+91+237=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75BED is #08A412. Grayscale: #999999. Windows color (decimal): -566291 or 15555575. OLE color: 15555575.
HSL color Cylindrical-coordinate representation of color #F75BED: hue angle of 303.85º 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 #F75BED is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 237 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.03 |
| HSL | 303.85º | 0.91% | 0.66% | - |
| HSV(B) | 303.85º | 0.63% | 0.97% | - |
| XYZ | 57.38 | 33.37 | 83.54 | - |
| YUV | 154.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 237 | 0 | 0.63 | 0.04 | 0.03 | 303.85 | 0.91 | 0.66 |
| Hex | F7 | 5B | ED | 0 | 3F | 4 | 3 | 130 | 5B | 42 |
| Octal | 367 | 133 | 355 | 0 | 77 | 4 | 3 | 460 | 133 | 102 |
| Binary | 11110111 | 1011011 | 11101101 | 0 | 111111 | 100 | 11 | 100110000 | 1011011 | 1000010 |
Color Harmonies of #F75BED
Complementary color
Monochromatic Colors of #F75BED
Black with #F75BED
Text Example
Text Example
White with #F75BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BED; }
p { color: rgb(247,91,237); }
H1.HeaderClassName
{
color: #F75BED;
}
.AnyTagClassName
{
color: #F75BED;
}
</style>
background-color css
<style>
a { background-color: #F75BED; }
a { background-color: rgb(247,91,237); }
div.DivClassName
{
background-color: #F75BED;
}
.BgClassName
{
background-color: #F75BED;
}
</style>
border-color css
<style>
span { border-color: #F75BED; }
span { border-color: rgb(247,91,237); }
td.TdClassName
{
border-color: #F75BED;
}
.TagClassName
{
border-color: #F75BED;
}
</style>