Shades of Pink Flamingo #FE61E5
Tints of Pink Flamingo #FE61E5
RGB
CMYK
RGB Variations
Color information
#FE61E5 (or 0xFE61E5) is known color: Pink Flamingo. HEX triplet: FE, 61 and E5. RGB value is (254,97,229). Sum of RGB (Red+Green+Blue) = 254+97+229=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61E5 is #019E1A. Grayscale: #9E9E9E. Windows color (decimal): -106011 or 15032830. OLE color: 15032830.
HSL color Cylindrical-coordinate representation of color #FE61E5: hue angle of 309.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61E5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 229 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.00 |
| HSL | 309.55º | 0.99% | 0.69% | - |
| HSV(B) | 309.55º | 0.62% | 1% | - |
| XYZ | 59.29 | 35.28 | 77.81 | - |
| YUV | 158.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 229 | 0 | 0.62 | 0.10 | 0.00 | 309.55 | 0.99 | 0.69 |
| Hex | FE | 61 | E5 | 0 | 3E | A | 0 | 136 | 63 | 45 |
| Octal | 376 | 141 | 345 | 0 | 76 | 12 | 0 | 466 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11100101 | 0 | 111110 | 1010 | 0 | 100110110 | 1100011 | 1000101 |
Color Harmonies of #FE61E5
Complementary color
Monochromatic Colors of #FE61E5
Black with #FE61E5
Text Example
Text Example
White with #FE61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61E5; }
p { color: rgb(254,97,229); }
H1.HeaderClassName
{
color: #FE61E5;
}
.AnyTagClassName
{
color: #FE61E5;
}
</style>
background-color css
<style>
a { background-color: #FE61E5; }
a { background-color: rgb(254,97,229); }
div.DivClassName
{
background-color: #FE61E5;
}
.BgClassName
{
background-color: #FE61E5;
}
</style>
border-color css
<style>
span { border-color: #FE61E5; }
span { border-color: rgb(254,97,229); }
td.TdClassName
{
border-color: #FE61E5;
}
.TagClassName
{
border-color: #FE61E5;
}
</style>