Shades of Pink Flamingo #FB5AFB
Tints of Pink Flamingo #FB5AFB
RGB
CMYK
RGB Variations
Color information
#FB5AFB (or 0xFB5AFB) is known color: Pink Flamingo. HEX triplet: FB, 5A and FB. RGB value is (251,90,251). Sum of RGB (Red+Green+Blue) = 251+90+251=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AFB is #04A504. Grayscale: #9C9C9C. Windows color (decimal): -304389 or 16472827. OLE color: 16472827.
HSL color Cylindrical-coordinate representation of color #FB5AFB: hue angle of 300º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AFB is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 251 | - |
| CMYK | 0 | 0.64 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.67% | - |
| HSV(B) | 300º | 0.64% | 0.98% | - |
| XYZ | 60.85 | 34.79 | 94.77 | - |
| YUV | 156.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 251 | 0 | 0.64 | 0 | 0.02 | 300 | 0.95 | 0.67 |
| Hex | FB | 5A | FB | 0 | 40 | 0 | 2 | 12C | 5F | 43 |
| Octal | 373 | 132 | 373 | 0 | 100 | 0 | 2 | 454 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11111011 | 0 | 1000000 | 0 | 10 | 100101100 | 1011111 | 1000011 |
Color Harmonies of #FB5AFB
Complementary color
Monochromatic Colors of #FB5AFB
Black with #FB5AFB
Text Example
Text Example
White with #FB5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AFB; }
p { color: rgb(251,90,251); }
H1.HeaderClassName
{
color: #FB5AFB;
}
.AnyTagClassName
{
color: #FB5AFB;
}
</style>
background-color css
<style>
a { background-color: #FB5AFB; }
a { background-color: rgb(251,90,251); }
div.DivClassName
{
background-color: #FB5AFB;
}
.BgClassName
{
background-color: #FB5AFB;
}
</style>
border-color css
<style>
span { border-color: #FB5AFB; }
span { border-color: rgb(251,90,251); }
td.TdClassName
{
border-color: #FB5AFB;
}
.TagClassName
{
border-color: #FB5AFB;
}
</style>