Shades of Pink Flamingo #F75BFC
Tints of Pink Flamingo #F75BFC
RGB
CMYK
RGB Variations
Color information
#F75BFC (or 0xF75BFC) is known color: Pink Flamingo. HEX triplet: F7, 5B and FC. RGB value is (247,91,252). Sum of RGB (Red+Green+Blue) = 247+91+252=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #F75BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75BFC is #08A403. Grayscale: #9B9B9B. Windows color (decimal): -566276 or 16538615. OLE color: 16538615.
HSL color Cylindrical-coordinate representation of color #F75BFC: hue angle of 298.14º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75BFC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 91 | 252 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.01 |
| HSL | 298.14º | 0.96% | 0.67% | - |
| HSV(B) | 298.14º | 0.64% | 0.99% | - |
| XYZ | 59.67 | 34.28 | 95.57 | - |
| YUV | 156 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 252 | 0.02 | 0.64 | 0 | 0.01 | 298.14 | 0.96 | 0.67 |
| Hex | F7 | 5B | FC | 2 | 40 | 0 | 1 | 12A | 60 | 43 |
| Octal | 367 | 133 | 374 | 2 | 100 | 0 | 1 | 452 | 140 | 103 |
| Binary | 11110111 | 1011011 | 11111100 | 10 | 1000000 | 0 | 1 | 100101010 | 1100000 | 1000011 |
Color Harmonies of #F75BFC
Complementary color
Monochromatic Colors of #F75BFC
Black with #F75BFC
Text Example
Text Example
White with #F75BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BFC; }
p { color: rgb(247,91,252); }
H1.HeaderClassName
{
color: #F75BFC;
}
.AnyTagClassName
{
color: #F75BFC;
}
</style>
background-color css
<style>
a { background-color: #F75BFC; }
a { background-color: rgb(247,91,252); }
div.DivClassName
{
background-color: #F75BFC;
}
.BgClassName
{
background-color: #F75BFC;
}
</style>
border-color css
<style>
span { border-color: #F75BFC; }
span { border-color: rgb(247,91,252); }
td.TdClassName
{
border-color: #F75BFC;
}
.TagClassName
{
border-color: #F75BFC;
}
</style>