Shades of Pink Flamingo #FE5EFE
Tints of Pink Flamingo #FE5EFE
RGB
CMYK
RGB Variations
Color information
#FE5EFE (or 0xFE5EFE) is known color: Pink Flamingo. HEX triplet: FE, 5E and FE. RGB value is (254,94,254). Sum of RGB (Red+Green+Blue) = 254+94+254=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 94 (37.11% from 255 or 15.61% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EFE is #01A101. Grayscale: #9F9F9F. Windows color (decimal): -106754 or 16670462. OLE color: 16670462.
HSL color Cylindrical-coordinate representation of color #FE5EFE: 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 #FE5EFE is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 94 | 254 | - |
CMYK | 0 | 0.63 | 0 | 0.00 |
HSL | 300º | 0.99% | 0.68% | - |
HSV(B) | 300º | 0.63% | 1% | - |
XYZ | 62.77 | 36.23 | 97.45 | - |
YUV | 160.08 | 181.01 | 194.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 94 | 254 | 0 | 0.63 | 0 | 0.00 | 300 | 0.99 | 0.68 |
Hex | FE | 5E | FE | 0 | 3F | 0 | 0 | 12C | 63 | 44 |
Octal | 376 | 136 | 376 | 0 | 77 | 0 | 0 | 454 | 143 | 104 |
Binary | 11111110 | 1011110 | 11111110 | 0 | 111111 | 0 | 0 | 100101100 | 1100011 | 1000100 |
Color Harmonies of #FE5EFE
Complementary color
Monochromatic Colors of #FE5EFE
Black with #FE5EFE
Text Example
Text Example
White with #FE5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EFE; }
p { color: rgb(254,94,254); }
H1.HeaderClassName
{
color: #FE5EFE;
}
.AnyTagClassName
{
color: #FE5EFE;
}
</style>
background-color css
<style>
a { background-color: #FE5EFE; }
a { background-color: rgb(254,94,254); }
div.DivClassName
{
background-color: #FE5EFE;
}
.BgClassName
{
background-color: #FE5EFE;
}
</style>
border-color css
<style>
span { border-color: #FE5EFE; }
span { border-color: rgb(254,94,254); }
td.TdClassName
{
border-color: #FE5EFE;
}
.TagClassName
{
border-color: #FE5EFE;
}
</style>