Shades of Pink Flamingo #FB58FE
Tints of Pink Flamingo #FB58FE
RGB
CMYK
RGB Variations
Color information
#FB58FE (or 0xFB58FE) is known color: Pink Flamingo. HEX triplet: FB, 58 and FE. RGB value is (251,88,254). Sum of RGB (Red+Green+Blue) = 251+88+254=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 88 (34.77% from 255 or 14.84% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB58FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58FE is #04A701. Grayscale: #9B9B9B. Windows color (decimal): -304898 or 16668923. OLE color: 16668923.
HSL color Cylindrical-coordinate representation of color #FB58FE: hue angle of 298.92º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB58FE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 88 | 254 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.00 |
| HSL | 298.92º | 0.99% | 0.67% | - |
| HSV(B) | 298.92º | 0.65% | 1% | - |
| XYZ | 61.16 | 34.64 | 97.23 | - |
| YUV | 155.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 254 | 0.01 | 0.65 | 0 | 0.00 | 298.92 | 0.99 | 0.67 |
| Hex | FB | 58 | FE | 1 | 41 | 0 | 0 | 12B | 63 | 43 |
| Octal | 373 | 130 | 376 | 1 | 101 | 0 | 0 | 453 | 143 | 103 |
| Binary | 11111011 | 1011000 | 11111110 | 1 | 1000001 | 0 | 0 | 100101011 | 1100011 | 1000011 |
Color Harmonies of #FB58FE
Complementary color
Monochromatic Colors of #FB58FE
Black with #FB58FE
Text Example
Text Example
White with #FB58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58FE; }
p { color: rgb(251,88,254); }
H1.HeaderClassName
{
color: #FB58FE;
}
.AnyTagClassName
{
color: #FB58FE;
}
</style>
background-color css
<style>
a { background-color: #FB58FE; }
a { background-color: rgb(251,88,254); }
div.DivClassName
{
background-color: #FB58FE;
}
.BgClassName
{
background-color: #FB58FE;
}
</style>
border-color css
<style>
span { border-color: #FB58FE; }
span { border-color: rgb(251,88,254); }
td.TdClassName
{
border-color: #FB58FE;
}
.TagClassName
{
border-color: #FB58FE;
}
</style>