Shades of Pink Flamingo #F75BF1
Tints of Pink Flamingo #F75BF1
RGB
CMYK
RGB Variations
Color information
#F75BF1 (or 0xF75BF1) is known color: Pink Flamingo. HEX triplet: F7, 5B and F1. RGB value is (247,91,241). Sum of RGB (Red+Green+Blue) = 247+91+241=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 91 (35.94% from 255 or 15.72% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75BF1 is #08A40E. Grayscale: #9A9A9A. Windows color (decimal): -566287 or 15817719. OLE color: 15817719.
HSL color Cylindrical-coordinate representation of color #F75BF1: hue angle of 302.31º 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 #F75BF1 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 241 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.03 |
| HSL | 302.31º | 0.91% | 0.66% | - |
| HSV(B) | 302.31º | 0.63% | 0.97% | - |
| XYZ | 57.98 | 33.61 | 86.65 | - |
| YUV | 154.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 241 | 0 | 0.63 | 0.02 | 0.03 | 302.31 | 0.91 | 0.66 |
| Hex | F7 | 5B | F1 | 0 | 3F | 2 | 3 | 12E | 5B | 42 |
| Octal | 367 | 133 | 361 | 0 | 77 | 2 | 3 | 456 | 133 | 102 |
| Binary | 11110111 | 1011011 | 11110001 | 0 | 111111 | 10 | 11 | 100101110 | 1011011 | 1000010 |
Color Harmonies of #F75BF1
Complementary color
Monochromatic Colors of #F75BF1
Black with #F75BF1
Text Example
Text Example
White with #F75BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BF1; }
p { color: rgb(247,91,241); }
H1.HeaderClassName
{
color: #F75BF1;
}
.AnyTagClassName
{
color: #F75BF1;
}
</style>
background-color css
<style>
a { background-color: #F75BF1; }
a { background-color: rgb(247,91,241); }
div.DivClassName
{
background-color: #F75BF1;
}
.BgClassName
{
background-color: #F75BF1;
}
</style>
border-color css
<style>
span { border-color: #F75BF1; }
span { border-color: rgb(247,91,241); }
td.TdClassName
{
border-color: #F75BF1;
}
.TagClassName
{
border-color: #F75BF1;
}
</style>