Shades of Pink Flamingo #FE61FE
Tints of Pink Flamingo #FE61FE
RGB
CMYK
RGB Variations
Color information
#FE61FE (or 0xFE61FE) is known color: Pink Flamingo. HEX triplet: FE, 61 and FE. RGB value is (254,97,254). Sum of RGB (Red+Green+Blue) = 254+97+254=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 97 (38.28% from 255 or 16.03% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE61FE is #019E01. Grayscale: #A1A1A1. Windows color (decimal): -105986 or 16671230. OLE color: 16671230.
HSL color Cylindrical-coordinate representation of color #FE61FE: hue angle of 300º 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 #FE61FE is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 254 | - |
| CMYK | 0 | 0.62 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.69% | - |
| HSV(B) | 300º | 0.62% | 1% | - |
| XYZ | 63.04 | 36.78 | 97.54 | - |
| YUV | 161.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 254 | 0 | 0.62 | 0 | 0.00 | 300 | 0.99 | 0.69 |
| Hex | FE | 61 | FE | 0 | 3E | 0 | 0 | 12C | 63 | 45 |
| Octal | 376 | 141 | 376 | 0 | 76 | 0 | 0 | 454 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11111110 | 0 | 111110 | 0 | 0 | 100101100 | 1100011 | 1000101 |
Color Harmonies of #FE61FE
Complementary color
Monochromatic Colors of #FE61FE
Black with #FE61FE
Text Example
Text Example
White with #FE61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61FE; }
p { color: rgb(254,97,254); }
H1.HeaderClassName
{
color: #FE61FE;
}
.AnyTagClassName
{
color: #FE61FE;
}
</style>
background-color css
<style>
a { background-color: #FE61FE; }
a { background-color: rgb(254,97,254); }
div.DivClassName
{
background-color: #FE61FE;
}
.BgClassName
{
background-color: #FE61FE;
}
</style>
border-color css
<style>
span { border-color: #FE61FE; }
span { border-color: rgb(254,97,254); }
td.TdClassName
{
border-color: #FE61FE;
}
.TagClassName
{
border-color: #FE61FE;
}
</style>