Shades of Pink Flamingo #FB4AFB
Tints of Pink Flamingo #FB4AFB
RGB
CMYK
RGB Variations
Color information
#FB4AFB (or 0xFB4AFB) is known color: Pink Flamingo. HEX triplet: FB, 4A and FB. RGB value is (251,74,251). Sum of RGB (Red+Green+Blue) = 251+74+251=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 74 (29.30% from 255 or 12.85% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB4AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AFB is #04B504. Grayscale: #929292. Windows color (decimal): -308485 or 16468731. OLE color: 16468731.
HSL color Cylindrical-coordinate representation of color #FB4AFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AFB is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 251 | - |
| CMYK | 0 | 0.71 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.64% | - |
| HSV(B) | 300º | 0.71% | 0.98% | - |
| XYZ | 59.65 | 32.37 | 94.37 | - |
| YUV | 147.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 251 | 0 | 0.71 | 0 | 0.02 | 300 | 0.96 | 0.64 |
| Hex | FB | 4A | FB | 0 | 47 | 0 | 2 | 12C | 60 | 40 |
| Octal | 373 | 112 | 373 | 0 | 107 | 0 | 2 | 454 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11111011 | 0 | 1000111 | 0 | 10 | 100101100 | 1100000 | 1000000 |
Color Harmonies of #FB4AFB
Complementary color
Monochromatic Colors of #FB4AFB
Black with #FB4AFB
Text Example
Text Example
White with #FB4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AFB; }
p { color: rgb(251,74,251); }
H1.HeaderClassName
{
color: #FB4AFB;
}
.AnyTagClassName
{
color: #FB4AFB;
}
</style>
background-color css
<style>
a { background-color: #FB4AFB; }
a { background-color: rgb(251,74,251); }
div.DivClassName
{
background-color: #FB4AFB;
}
.BgClassName
{
background-color: #FB4AFB;
}
</style>
border-color css
<style>
span { border-color: #FB4AFB; }
span { border-color: rgb(251,74,251); }
td.TdClassName
{
border-color: #FB4AFB;
}
.TagClassName
{
border-color: #FB4AFB;
}
</style>