Shades of Pink Flamingo #FE58FA
Tints of Pink Flamingo #FE58FA
RGB
CMYK
RGB Variations
Color information
#FE58FA (or 0xFE58FA) is known color: Pink Flamingo. HEX triplet: FE, 58 and FA. RGB value is (254,88,250). Sum of RGB (Red+Green+Blue) = 254+88+250=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 88 (34.77% from 255 or 14.86% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58FA is #01A705. Grayscale: #9B9B9B. Windows color (decimal): -108294 or 16406782. OLE color: 16406782.
HSL color Cylindrical-coordinate representation of color #FE58FA: hue angle of 301.45º 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 #FE58FA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 250 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.00 |
| HSL | 301.45º | 0.99% | 0.67% | - |
| HSV(B) | 301.45º | 0.65% | 1% | - |
| XYZ | 61.62 | 34.95 | 93.94 | - |
| YUV | 156.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 250 | 0 | 0.65 | 0.02 | 0.00 | 301.45 | 0.99 | 0.67 |
| Hex | FE | 58 | FA | 0 | 41 | 2 | 0 | 12D | 63 | 43 |
| Octal | 376 | 130 | 372 | 0 | 101 | 2 | 0 | 455 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11111010 | 0 | 1000001 | 10 | 0 | 100101101 | 1100011 | 1000011 |
Color Harmonies of #FE58FA
Complementary color
Monochromatic Colors of #FE58FA
Black with #FE58FA
Text Example
Text Example
White with #FE58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58FA; }
p { color: rgb(254,88,250); }
H1.HeaderClassName
{
color: #FE58FA;
}
.AnyTagClassName
{
color: #FE58FA;
}
</style>
background-color css
<style>
a { background-color: #FE58FA; }
a { background-color: rgb(254,88,250); }
div.DivClassName
{
background-color: #FE58FA;
}
.BgClassName
{
background-color: #FE58FA;
}
</style>
border-color css
<style>
span { border-color: #FE58FA; }
span { border-color: rgb(254,88,250); }
td.TdClassName
{
border-color: #FE58FA;
}
.TagClassName
{
border-color: #FE58FA;
}
</style>