Shades of Pink Flamingo #FB4EF1
Tints of Pink Flamingo #FB4EF1
RGB
CMYK
RGB Variations
Color information
#FB4EF1 (or 0xFB4EF1) is known color: Pink Flamingo. HEX triplet: FB, 4E and F1. RGB value is (251,78,241). Sum of RGB (Red+Green+Blue) = 251+78+241=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EF1 is #04B10E. Grayscale: #939393. Windows color (decimal): -307471 or 15814395. OLE color: 15814395.
HSL color Cylindrical-coordinate representation of color #FB4EF1: hue angle of 303.47º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EF1 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 241 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.47º | 0.96% | 0.65% | - |
| HSV(B) | 303.47º | 0.69% | 0.98% | - |
| XYZ | 58.39 | 32.31 | 86.38 | - |
| YUV | 148.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 241 | 0 | 0.69 | 0.04 | 0.02 | 303.47 | 0.96 | 0.65 |
| Hex | FB | 4E | F1 | 0 | 45 | 4 | 2 | 12F | 60 | 41 |
| Octal | 373 | 116 | 361 | 0 | 105 | 4 | 2 | 457 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11110001 | 0 | 1000101 | 100 | 10 | 100101111 | 1100000 | 1000001 |
Color Harmonies of #FB4EF1
Complementary color
Monochromatic Colors of #FB4EF1
Black with #FB4EF1
Text Example
Text Example
White with #FB4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EF1; }
p { color: rgb(251,78,241); }
H1.HeaderClassName
{
color: #FB4EF1;
}
.AnyTagClassName
{
color: #FB4EF1;
}
</style>
background-color css
<style>
a { background-color: #FB4EF1; }
a { background-color: rgb(251,78,241); }
div.DivClassName
{
background-color: #FB4EF1;
}
.BgClassName
{
background-color: #FB4EF1;
}
</style>
border-color css
<style>
span { border-color: #FB4EF1; }
span { border-color: rgb(251,78,241); }
td.TdClassName
{
border-color: #FB4EF1;
}
.TagClassName
{
border-color: #FB4EF1;
}
</style>