Shades of Pink Flamingo #FE61ED
Tints of Pink Flamingo #FE61ED
RGB
CMYK
RGB Variations
Color information
#FE61ED (or 0xFE61ED) is known color: Pink Flamingo. HEX triplet: FE, 61 and ED. RGB value is (254,97,237). Sum of RGB (Red+Green+Blue) = 254+97+237=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 97 (38.28% from 255 or 16.50% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE61ED is #019E12. Grayscale: #9F9F9F. Windows color (decimal): -106003 or 15557118. OLE color: 15557118.
HSL color Cylindrical-coordinate representation of color #FE61ED: hue angle of 306.5º 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 #FE61ED is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 237 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.00 |
| HSL | 306.5º | 0.99% | 0.69% | - |
| HSV(B) | 306.5º | 0.62% | 1% | - |
| XYZ | 60.43 | 35.73 | 83.83 | - |
| YUV | 159.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 237 | 0 | 0.62 | 0.07 | 0.00 | 306.5 | 0.99 | 0.69 |
| Hex | FE | 61 | ED | 0 | 3E | 7 | 0 | 132 | 63 | 45 |
| Octal | 376 | 141 | 355 | 0 | 76 | 7 | 0 | 462 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11101101 | 0 | 111110 | 111 | 0 | 100110010 | 1100011 | 1000101 |
Color Harmonies of #FE61ED
Complementary color
Monochromatic Colors of #FE61ED
Black with #FE61ED
Text Example
Text Example
White with #FE61ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61ED; }
p { color: rgb(254,97,237); }
H1.HeaderClassName
{
color: #FE61ED;
}
.AnyTagClassName
{
color: #FE61ED;
}
</style>
background-color css
<style>
a { background-color: #FE61ED; }
a { background-color: rgb(254,97,237); }
div.DivClassName
{
background-color: #FE61ED;
}
.BgClassName
{
background-color: #FE61ED;
}
</style>
border-color css
<style>
span { border-color: #FE61ED; }
span { border-color: rgb(254,97,237); }
td.TdClassName
{
border-color: #FE61ED;
}
.TagClassName
{
border-color: #FE61ED;
}
</style>