Shades of Pink Flamingo #FE5DFE
Tints of Pink Flamingo #FE5DFE
RGB
CMYK
RGB Variations
Color information
#FE5DFE (or 0xFE5DFE) is known color: Pink Flamingo. HEX triplet: FE, 5D and FE. RGB value is (254,93,254). Sum of RGB (Red+Green+Blue) = 254+93+254=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 93 (36.72% from 255 or 15.47% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DFE is #01A201. Grayscale: #9F9F9F. Windows color (decimal): -107010 or 16670206. OLE color: 16670206.
HSL color Cylindrical-coordinate representation of color #FE5DFE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5DFE is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 254 | - |
| CMYK | 0 | 0.63 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.68% | - |
| HSV(B) | 300º | 0.63% | 1% | - |
| XYZ | 62.68 | 36.06 | 97.42 | - |
| YUV | 159.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 254 | 0 | 0.63 | 0 | 0.00 | 300 | 0.99 | 0.68 |
| Hex | FE | 5D | FE | 0 | 3F | 0 | 0 | 12C | 63 | 44 |
| Octal | 376 | 135 | 376 | 0 | 77 | 0 | 0 | 454 | 143 | 104 |
| Binary | 11111110 | 1011101 | 11111110 | 0 | 111111 | 0 | 0 | 100101100 | 1100011 | 1000100 |
Color Harmonies of #FE5DFE
Complementary color
Monochromatic Colors of #FE5DFE
Black with #FE5DFE
Text Example
Text Example
White with #FE5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DFE; }
p { color: rgb(254,93,254); }
H1.HeaderClassName
{
color: #FE5DFE;
}
.AnyTagClassName
{
color: #FE5DFE;
}
</style>
background-color css
<style>
a { background-color: #FE5DFE; }
a { background-color: rgb(254,93,254); }
div.DivClassName
{
background-color: #FE5DFE;
}
.BgClassName
{
background-color: #FE5DFE;
}
</style>
border-color css
<style>
span { border-color: #FE5DFE; }
span { border-color: rgb(254,93,254); }
td.TdClassName
{
border-color: #FE5DFE;
}
.TagClassName
{
border-color: #FE5DFE;
}
</style>