Shades of Pink Flamingo #FB58ED
Tints of Pink Flamingo #FB58ED
RGB
CMYK
RGB Variations
Color information
#FB58ED (or 0xFB58ED) is known color: Pink Flamingo. HEX triplet: FB, 58 and ED. RGB value is (251,88,237). Sum of RGB (Red+Green+Blue) = 251+88+237=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58ED is #04A712. Grayscale: #999999. Windows color (decimal): -304915 or 15554811. OLE color: 15554811.
HSL color Cylindrical-coordinate representation of color #FB58ED: hue angle of 305.15º 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 #FB58ED is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 237 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.02 |
| HSL | 305.15º | 0.95% | 0.66% | - |
| HSV(B) | 305.15º | 0.65% | 0.98% | - |
| XYZ | 58.56 | 33.6 | 83.52 | - |
| YUV | 153.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 237 | 0 | 0.65 | 0.06 | 0.02 | 305.15 | 0.95 | 0.66 |
| Hex | FB | 58 | ED | 0 | 41 | 6 | 2 | 131 | 5F | 42 |
| Octal | 373 | 130 | 355 | 0 | 101 | 6 | 2 | 461 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11101101 | 0 | 1000001 | 110 | 10 | 100110001 | 1011111 | 1000010 |
Color Harmonies of #FB58ED
Complementary color
Monochromatic Colors of #FB58ED
Black with #FB58ED
Text Example
Text Example
White with #FB58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58ED; }
p { color: rgb(251,88,237); }
H1.HeaderClassName
{
color: #FB58ED;
}
.AnyTagClassName
{
color: #FB58ED;
}
</style>
background-color css
<style>
a { background-color: #FB58ED; }
a { background-color: rgb(251,88,237); }
div.DivClassName
{
background-color: #FB58ED;
}
.BgClassName
{
background-color: #FB58ED;
}
</style>
border-color css
<style>
span { border-color: #FB58ED; }
span { border-color: rgb(251,88,237); }
td.TdClassName
{
border-color: #FB58ED;
}
.TagClassName
{
border-color: #FB58ED;
}
</style>