Shades of Pink Flamingo #FE61F0
Tints of Pink Flamingo #FE61F0
RGB
CMYK
RGB Variations
Color information
#FE61F0 (or 0xFE61F0) is known color: Pink Flamingo. HEX triplet: FE, 61 and F0. RGB value is (254,97,240). Sum of RGB (Red+Green+Blue) = 254+97+240=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 97 (38.28% from 255 or 16.41% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE61F0 is #019E0F. Grayscale: #9F9F9F. Windows color (decimal): -106000 or 15753726. OLE color: 15753726.
HSL color Cylindrical-coordinate representation of color #FE61F0: hue angle of 305.35º 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 #FE61F0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 240 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.00 |
| HSL | 305.35º | 0.99% | 0.69% | - |
| HSV(B) | 305.35º | 0.62% | 1% | - |
| XYZ | 60.88 | 35.91 | 86.16 | - |
| YUV | 160.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 240 | 0 | 0.62 | 0.06 | 0.00 | 305.35 | 0.99 | 0.69 |
| Hex | FE | 61 | F0 | 0 | 3E | 6 | 0 | 131 | 63 | 45 |
| Octal | 376 | 141 | 360 | 0 | 76 | 6 | 0 | 461 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11110000 | 0 | 111110 | 110 | 0 | 100110001 | 1100011 | 1000101 |
Color Harmonies of #FE61F0
Complementary color
Monochromatic Colors of #FE61F0
Black with #FE61F0
Text Example
Text Example
White with #FE61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61F0; }
p { color: rgb(254,97,240); }
H1.HeaderClassName
{
color: #FE61F0;
}
.AnyTagClassName
{
color: #FE61F0;
}
</style>
background-color css
<style>
a { background-color: #FE61F0; }
a { background-color: rgb(254,97,240); }
div.DivClassName
{
background-color: #FE61F0;
}
.BgClassName
{
background-color: #FE61F0;
}
</style>
border-color css
<style>
span { border-color: #FE61F0; }
span { border-color: rgb(254,97,240); }
td.TdClassName
{
border-color: #FE61F0;
}
.TagClassName
{
border-color: #FE61F0;
}
</style>