Shades of Pink Flamingo #FB4EF5
Tints of Pink Flamingo #FB4EF5
RGB
CMYK
RGB Variations
Color information
#FB4EF5 (or 0xFB4EF5) is known color: Pink Flamingo. HEX triplet: FB, 4E and F5. RGB value is (251,78,245). Sum of RGB (Red+Green+Blue) = 251+78+245=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 78 (30.86% from 255 or 13.59% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EF5 is #04B10A. Grayscale: #949494. Windows color (decimal): -307467 or 16076539. OLE color: 16076539.
HSL color Cylindrical-coordinate representation of color #FB4EF5: hue angle of 302.08º 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 #FB4EF5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 245 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.02 |
| HSL | 302.08º | 0.96% | 0.65% | - |
| HSV(B) | 302.08º | 0.69% | 0.98% | - |
| XYZ | 58.99 | 32.55 | 89.56 | - |
| YUV | 148.77 | 182.31 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 245 | 0 | 0.69 | 0.02 | 0.02 | 302.08 | 0.96 | 0.65 |
| Hex | FB | 4E | F5 | 0 | 45 | 2 | 2 | 12E | 60 | 41 |
| Octal | 373 | 116 | 365 | 0 | 105 | 2 | 2 | 456 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11110101 | 0 | 1000101 | 10 | 10 | 100101110 | 1100000 | 1000001 |
Color Harmonies of #FB4EF5
Complementary color
Monochromatic Colors of #FB4EF5
Black with #FB4EF5
Text Example
Text Example
White with #FB4EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EF5; }
p { color: rgb(251,78,245); }
H1.HeaderClassName
{
color: #FB4EF5;
}
.AnyTagClassName
{
color: #FB4EF5;
}
</style>
background-color css
<style>
a { background-color: #FB4EF5; }
a { background-color: rgb(251,78,245); }
div.DivClassName
{
background-color: #FB4EF5;
}
.BgClassName
{
background-color: #FB4EF5;
}
</style>
border-color css
<style>
span { border-color: #FB4EF5; }
span { border-color: rgb(251,78,245); }
td.TdClassName
{
border-color: #FB4EF5;
}
.TagClassName
{
border-color: #FB4EF5;
}
</style>