Shades of Pink Flamingo #FB58FB
Tints of Pink Flamingo #FB58FB
RGB
CMYK
RGB Variations
Color information
#FB58FB (or 0xFB58FB) is known color: Pink Flamingo. HEX triplet: FB, 58 and FB. RGB value is (251,88,251). Sum of RGB (Red+Green+Blue) = 251+88+251=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 88 (34.77% from 255 or 14.92% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB58FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58FB is #04A704. Grayscale: #9A9A9A. Windows color (decimal): -304901 or 16472315. OLE color: 16472315.
HSL color Cylindrical-coordinate representation of color #FB58FB: hue angle of 300º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB58FB is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 251 | - |
| CMYK | 0 | 0.65 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.66% | - |
| HSV(B) | 300º | 0.65% | 0.98% | - |
| XYZ | 60.69 | 34.45 | 94.72 | - |
| YUV | 155.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 251 | 0 | 0.65 | 0 | 0.02 | 300 | 0.95 | 0.66 |
| Hex | FB | 58 | FB | 0 | 41 | 0 | 2 | 12C | 5F | 42 |
| Octal | 373 | 130 | 373 | 0 | 101 | 0 | 2 | 454 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11111011 | 0 | 1000001 | 0 | 10 | 100101100 | 1011111 | 1000010 |
Color Harmonies of #FB58FB
Complementary color
Monochromatic Colors of #FB58FB
Black with #FB58FB
Text Example
Text Example
White with #FB58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58FB; }
p { color: rgb(251,88,251); }
H1.HeaderClassName
{
color: #FB58FB;
}
.AnyTagClassName
{
color: #FB58FB;
}
</style>
background-color css
<style>
a { background-color: #FB58FB; }
a { background-color: rgb(251,88,251); }
div.DivClassName
{
background-color: #FB58FB;
}
.BgClassName
{
background-color: #FB58FB;
}
</style>
border-color css
<style>
span { border-color: #FB58FB; }
span { border-color: rgb(251,88,251); }
td.TdClassName
{
border-color: #FB58FB;
}
.TagClassName
{
border-color: #FB58FB;
}
</style>