Shades of Pink Flamingo #FF58E8
Tints of Pink Flamingo #FF58E8
RGB
CMYK
RGB Variations
Color information
#FF58E8 (or 0xFF58E8) is known color: Pink Flamingo. HEX triplet: FF, 58 and E8. RGB value is (255,88,232). Sum of RGB (Red+Green+Blue) = 255+88+232=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58E8 is #00A717. Grayscale: #999999. Windows color (decimal): -42776 or 15227135. OLE color: 15227135.
HSL color Cylindrical-coordinate representation of color #FF58E8: hue angle of 308.26º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58E8 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 232 | - |
| CMYK | 0 | 0.65 | 0.09 | 0 |
| HSL | 308.26º | 1% | 0.67% | - |
| HSV(B) | 308.26º | 0.65% | 1% | - |
| XYZ | 59.3 | 34.07 | 79.79 | - |
| YUV | 154.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 232 | 0 | 0.65 | 0.09 | 0 | 308.26 | 1 | 0.67 |
| Hex | FF | 58 | E8 | 0 | 41 | 9 | 0 | 134 | 64 | 43 |
| Octal | 377 | 130 | 350 | 0 | 101 | 11 | 0 | 464 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11101000 | 0 | 1000001 | 1001 | 0 | 100110100 | 1100100 | 1000011 |
Color Harmonies of #FF58E8
Complementary color
Monochromatic Colors of #FF58E8
Black with #FF58E8
Text Example
Text Example
White with #FF58E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58E8; }
p { color: rgb(255,88,232); }
H1.HeaderClassName
{
color: #FF58E8;
}
.AnyTagClassName
{
color: #FF58E8;
}
</style>
background-color css
<style>
a { background-color: #FF58E8; }
a { background-color: rgb(255,88,232); }
div.DivClassName
{
background-color: #FF58E8;
}
.BgClassName
{
background-color: #FF58E8;
}
</style>
border-color css
<style>
span { border-color: #FF58E8; }
span { border-color: rgb(255,88,232); }
td.TdClassName
{
border-color: #FF58E8;
}
.TagClassName
{
border-color: #FF58E8;
}
</style>