Shades of Pink Flamingo #FF58EB
Tints of Pink Flamingo #FF58EB
RGB
CMYK
RGB Variations
Color information
#FF58EB (or 0xFF58EB) is known color: Pink Flamingo. HEX triplet: FF, 58 and EB. RGB value is (255,88,235). Sum of RGB (Red+Green+Blue) = 255+88+235=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58EB is #00A714. Grayscale: #9A9A9A. Windows color (decimal): -42773 or 15423743. OLE color: 15423743.
HSL color Cylindrical-coordinate representation of color #FF58EB: hue angle of 307.19º 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 #FF58EB is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 235 | - |
| CMYK | 0 | 0.65 | 0.08 | 0 |
| HSL | 307.19º | 1% | 0.67% | - |
| HSV(B) | 307.19º | 0.65% | 1% | - |
| XYZ | 59.73 | 34.24 | 82.06 | - |
| YUV | 154.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 235 | 0 | 0.65 | 0.08 | 0 | 307.19 | 1 | 0.67 |
| Hex | FF | 58 | EB | 0 | 41 | 8 | 0 | 133 | 64 | 43 |
| Octal | 377 | 130 | 353 | 0 | 101 | 10 | 0 | 463 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11101011 | 0 | 1000001 | 1000 | 0 | 100110011 | 1100100 | 1000011 |
Color Harmonies of #FF58EB
Complementary color
Monochromatic Colors of #FF58EB
Black with #FF58EB
Text Example
Text Example
White with #FF58EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58EB; }
p { color: rgb(255,88,235); }
H1.HeaderClassName
{
color: #FF58EB;
}
.AnyTagClassName
{
color: #FF58EB;
}
</style>
background-color css
<style>
a { background-color: #FF58EB; }
a { background-color: rgb(255,88,235); }
div.DivClassName
{
background-color: #FF58EB;
}
.BgClassName
{
background-color: #FF58EB;
}
</style>
border-color css
<style>
span { border-color: #FF58EB; }
span { border-color: rgb(255,88,235); }
td.TdClassName
{
border-color: #FF58EB;
}
.TagClassName
{
border-color: #FF58EB;
}
</style>