Shades of Pink Flamingo #FB4BEF
Tints of Pink Flamingo #FB4BEF
RGB
CMYK
RGB Variations
Color information
#FB4BEF (or 0xFB4BEF) is known color: Pink Flamingo. HEX triplet: FB, 4B and EF. RGB value is (251,75,239). Sum of RGB (Red+Green+Blue) = 251+75+239=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4BEF is #04B410. Grayscale: #919191. Windows color (decimal): -308241 or 15682555. OLE color: 15682555.
HSL color Cylindrical-coordinate representation of color #FB4BEF: hue angle of 304.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4BEF is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 239 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.02 |
| HSL | 304.09º | 0.96% | 0.64% | - |
| HSV(B) | 304.09º | 0.7% | 0.98% | - |
| XYZ | 57.88 | 31.77 | 84.74 | - |
| YUV | 146.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 239 | 0 | 0.70 | 0.05 | 0.02 | 304.09 | 0.96 | 0.64 |
| Hex | FB | 4B | EF | 0 | 46 | 5 | 2 | 130 | 60 | 40 |
| Octal | 373 | 113 | 357 | 0 | 106 | 5 | 2 | 460 | 140 | 100 |
| Binary | 11111011 | 1001011 | 11101111 | 0 | 1000110 | 101 | 10 | 100110000 | 1100000 | 1000000 |
Color Harmonies of #FB4BEF
Complementary color
Monochromatic Colors of #FB4BEF
Black with #FB4BEF
Text Example
Text Example
White with #FB4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BEF; }
p { color: rgb(251,75,239); }
H1.HeaderClassName
{
color: #FB4BEF;
}
.AnyTagClassName
{
color: #FB4BEF;
}
</style>
background-color css
<style>
a { background-color: #FB4BEF; }
a { background-color: rgb(251,75,239); }
div.DivClassName
{
background-color: #FB4BEF;
}
.BgClassName
{
background-color: #FB4BEF;
}
</style>
border-color css
<style>
span { border-color: #FB4BEF; }
span { border-color: rgb(251,75,239); }
td.TdClassName
{
border-color: #FB4BEF;
}
.TagClassName
{
border-color: #FB4BEF;
}
</style>