Shades of Pink Flamingo #FB4CEF
Tints of Pink Flamingo #FB4CEF
RGB
CMYK
RGB Variations
Color information
#FB4CEF (or 0xFB4CEF) is known color: Pink Flamingo. HEX triplet: FB, 4C and EF. RGB value is (251,76,239). Sum of RGB (Red+Green+Blue) = 251+76+239=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CEF is #04B310. Grayscale: #929292. Windows color (decimal): -307985 or 15682811. OLE color: 15682811.
HSL color Cylindrical-coordinate representation of color #FB4CEF: hue angle of 304.11º 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 #FB4CEF is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 239 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.02 |
| HSL | 304.11º | 0.96% | 0.64% | - |
| HSV(B) | 304.11º | 0.7% | 0.98% | - |
| XYZ | 57.95 | 31.91 | 84.77 | - |
| YUV | 146.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 239 | 0 | 0.70 | 0.05 | 0.02 | 304.11 | 0.96 | 0.64 |
| Hex | FB | 4C | EF | 0 | 46 | 5 | 2 | 130 | 60 | 40 |
| Octal | 373 | 114 | 357 | 0 | 106 | 5 | 2 | 460 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11101111 | 0 | 1000110 | 101 | 10 | 100110000 | 1100000 | 1000000 |
Color Harmonies of #FB4CEF
Complementary color
Monochromatic Colors of #FB4CEF
Black with #FB4CEF
Text Example
Text Example
White with #FB4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CEF; }
p { color: rgb(251,76,239); }
H1.HeaderClassName
{
color: #FB4CEF;
}
.AnyTagClassName
{
color: #FB4CEF;
}
</style>
background-color css
<style>
a { background-color: #FB4CEF; }
a { background-color: rgb(251,76,239); }
div.DivClassName
{
background-color: #FB4CEF;
}
.BgClassName
{
background-color: #FB4CEF;
}
</style>
border-color css
<style>
span { border-color: #FB4CEF; }
span { border-color: rgb(251,76,239); }
td.TdClassName
{
border-color: #FB4CEF;
}
.TagClassName
{
border-color: #FB4CEF;
}
</style>