Shades of Pink Flamingo #FE58FC
Tints of Pink Flamingo #FE58FC
RGB
CMYK
RGB Variations
Color information
#FE58FC (or 0xFE58FC) is known color: Pink Flamingo. HEX triplet: FE, 58 and FC. RGB value is (254,88,252). Sum of RGB (Red+Green+Blue) = 254+88+252=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 88 (34.77% from 255 or 14.81% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58FC is #01A703. Grayscale: #9B9B9B. Windows color (decimal): -108292 or 16537854. OLE color: 16537854.
HSL color Cylindrical-coordinate representation of color #FE58FC: hue angle of 300.72º 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 #FE58FC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 252 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.00 |
| HSL | 300.72º | 0.99% | 0.67% | - |
| HSV(B) | 300.72º | 0.65% | 1% | - |
| XYZ | 61.93 | 35.08 | 95.6 | - |
| YUV | 156.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 252 | 0 | 0.65 | 0.01 | 0.00 | 300.72 | 0.99 | 0.67 |
| Hex | FE | 58 | FC | 0 | 41 | 1 | 0 | 12D | 63 | 43 |
| Octal | 376 | 130 | 374 | 0 | 101 | 1 | 0 | 455 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11111100 | 0 | 1000001 | 1 | 0 | 100101101 | 1100011 | 1000011 |
Color Harmonies of #FE58FC
Complementary color
Monochromatic Colors of #FE58FC
Black with #FE58FC
Text Example
Text Example
White with #FE58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58FC; }
p { color: rgb(254,88,252); }
H1.HeaderClassName
{
color: #FE58FC;
}
.AnyTagClassName
{
color: #FE58FC;
}
</style>
background-color css
<style>
a { background-color: #FE58FC; }
a { background-color: rgb(254,88,252); }
div.DivClassName
{
background-color: #FE58FC;
}
.BgClassName
{
background-color: #FE58FC;
}
</style>
border-color css
<style>
span { border-color: #FE58FC; }
span { border-color: rgb(254,88,252); }
td.TdClassName
{
border-color: #FE58FC;
}
.TagClassName
{
border-color: #FE58FC;
}
</style>