Shades of Pink Flamingo #FE58FB
Tints of Pink Flamingo #FE58FB
RGB
CMYK
RGB Variations
Color information
#FE58FB (or 0xFE58FB) is known color: Pink Flamingo. HEX triplet: FE, 58 and FB. RGB value is (254,88,251). Sum of RGB (Red+Green+Blue) = 254+88+251=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 88 (34.77% from 255 or 14.84% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58FB is #01A704. Grayscale: #9B9B9B. Windows color (decimal): -108293 or 16472318. OLE color: 16472318.
HSL color Cylindrical-coordinate representation of color #FE58FB: hue angle of 301.08º 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 #FE58FB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 251 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.00 |
| HSL | 301.08º | 0.99% | 0.67% | - |
| HSV(B) | 301.08º | 0.65% | 1% | - |
| XYZ | 61.78 | 35.02 | 94.77 | - |
| YUV | 156.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 251 | 0 | 0.65 | 0.01 | 0.00 | 301.08 | 0.99 | 0.67 |
| Hex | FE | 58 | FB | 0 | 41 | 1 | 0 | 12D | 63 | 43 |
| Octal | 376 | 130 | 373 | 0 | 101 | 1 | 0 | 455 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11111011 | 0 | 1000001 | 1 | 0 | 100101101 | 1100011 | 1000011 |
Color Harmonies of #FE58FB
Complementary color
Monochromatic Colors of #FE58FB
Black with #FE58FB
Text Example
Text Example
White with #FE58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58FB; }
p { color: rgb(254,88,251); }
H1.HeaderClassName
{
color: #FE58FB;
}
.AnyTagClassName
{
color: #FE58FB;
}
</style>
background-color css
<style>
a { background-color: #FE58FB; }
a { background-color: rgb(254,88,251); }
div.DivClassName
{
background-color: #FE58FB;
}
.BgClassName
{
background-color: #FE58FB;
}
</style>
border-color css
<style>
span { border-color: #FE58FB; }
span { border-color: rgb(254,88,251); }
td.TdClassName
{
border-color: #FE58FB;
}
.TagClassName
{
border-color: #FE58FB;
}
</style>