Shades of Pink Flamingo #F75EFB
Tints of Pink Flamingo #F75EFB
RGB
CMYK
RGB Variations
Color information
#F75EFB (or 0xF75EFB) is known color: Pink Flamingo. HEX triplet: F7, 5E and FB. RGB value is (247,94,251). Sum of RGB (Red+Green+Blue) = 247+94+251=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #F75EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EFB is #08A104. Grayscale: #9D9D9D. Windows color (decimal): -565509 or 16473847. OLE color: 16473847.
HSL color Cylindrical-coordinate representation of color #F75EFB: hue angle of 298.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75EFB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 94 | 251 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.02 |
| HSL | 298.47º | 0.95% | 0.68% | - |
| HSV(B) | 298.47º | 0.63% | 0.98% | - |
| XYZ | 59.77 | 34.74 | 94.82 | - |
| YUV | 157.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 251 | 0.02 | 0.63 | 0 | 0.02 | 298.47 | 0.95 | 0.68 |
| Hex | F7 | 5E | FB | 2 | 3F | 0 | 2 | 12A | 5F | 44 |
| Octal | 367 | 136 | 373 | 2 | 77 | 0 | 2 | 452 | 137 | 104 |
| Binary | 11110111 | 1011110 | 11111011 | 10 | 111111 | 0 | 10 | 100101010 | 1011111 | 1000100 |
Color Harmonies of #F75EFB
Complementary color
Monochromatic Colors of #F75EFB
Black with #F75EFB
Text Example
Text Example
White with #F75EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75EFB; }
p { color: rgb(247,94,251); }
H1.HeaderClassName
{
color: #F75EFB;
}
.AnyTagClassName
{
color: #F75EFB;
}
</style>
background-color css
<style>
a { background-color: #F75EFB; }
a { background-color: rgb(247,94,251); }
div.DivClassName
{
background-color: #F75EFB;
}
.BgClassName
{
background-color: #F75EFB;
}
</style>
border-color css
<style>
span { border-color: #F75EFB; }
span { border-color: rgb(247,94,251); }
td.TdClassName
{
border-color: #F75EFB;
}
.TagClassName
{
border-color: #F75EFB;
}
</style>