Shades of Pink Flamingo #FF58FC
Tints of Pink Flamingo #FF58FC
RGB
CMYK
RGB Variations
Color information
#FF58FC (or 0xFF58FC) is known color: Pink Flamingo. HEX triplet: FF, 58 and FC. RGB value is (255,88,252). Sum of RGB (Red+Green+Blue) = 255+88+252=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 88 (34.77% from 255 or 14.79% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58FC is #00A703. Grayscale: #9C9C9C. Windows color (decimal): -42756 or 16537855. OLE color: 16537855.
HSL color Cylindrical-coordinate representation of color #FF58FC: hue angle of 301.08º 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 #FF58FC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 252 | - |
| CMYK | 0 | 0.65 | 0.01 | 0 |
| HSL | 301.08º | 1% | 0.67% | - |
| HSV(B) | 301.08º | 0.65% | 1% | - |
| XYZ | 62.3 | 35.27 | 95.62 | - |
| YUV | 156.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 252 | 0 | 0.65 | 0.01 | 0 | 301.08 | 1 | 0.67 |
| Hex | FF | 58 | FC | 0 | 41 | 1 | 0 | 12D | 64 | 43 |
| Octal | 377 | 130 | 374 | 0 | 101 | 1 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11111100 | 0 | 1000001 | 1 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF58FC
Complementary color
Monochromatic Colors of #FF58FC
Black with #FF58FC
Text Example
Text Example
White with #FF58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58FC; }
p { color: rgb(255,88,252); }
H1.HeaderClassName
{
color: #FF58FC;
}
.AnyTagClassName
{
color: #FF58FC;
}
</style>
background-color css
<style>
a { background-color: #FF58FC; }
a { background-color: rgb(255,88,252); }
div.DivClassName
{
background-color: #FF58FC;
}
.BgClassName
{
background-color: #FF58FC;
}
</style>
border-color css
<style>
span { border-color: #FF58FC; }
span { border-color: rgb(255,88,252); }
td.TdClassName
{
border-color: #FF58FC;
}
.TagClassName
{
border-color: #FF58FC;
}
</style>