Shades of Pink Flamingo #FE61FA
Tints of Pink Flamingo #FE61FA
RGB
CMYK
RGB Variations
Color information
#FE61FA (or 0xFE61FA) is known color: Pink Flamingo. HEX triplet: FE, 61 and FA. RGB value is (254,97,250). Sum of RGB (Red+Green+Blue) = 254+97+250=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 97 (38.28% from 255 or 16.14% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE61FA is #019E05. Grayscale: #A0A0A0. Windows color (decimal): -105990 or 16409086. OLE color: 16409086.
HSL color Cylindrical-coordinate representation of color #FE61FA: hue angle of 301.53º 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 #FE61FA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 250 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.00 |
| HSL | 301.53º | 0.99% | 0.69% | - |
| HSV(B) | 301.53º | 0.62% | 1% | - |
| XYZ | 62.4 | 36.52 | 94.2 | - |
| YUV | 161.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 250 | 0 | 0.62 | 0.02 | 0.00 | 301.53 | 0.99 | 0.69 |
| Hex | FE | 61 | FA | 0 | 3E | 2 | 0 | 12E | 63 | 45 |
| Octal | 376 | 141 | 372 | 0 | 76 | 2 | 0 | 456 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11111010 | 0 | 111110 | 10 | 0 | 100101110 | 1100011 | 1000101 |
Color Harmonies of #FE61FA
Complementary color
Monochromatic Colors of #FE61FA
Black with #FE61FA
Text Example
Text Example
White with #FE61FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61FA; }
p { color: rgb(254,97,250); }
H1.HeaderClassName
{
color: #FE61FA;
}
.AnyTagClassName
{
color: #FE61FA;
}
</style>
background-color css
<style>
a { background-color: #FE61FA; }
a { background-color: rgb(254,97,250); }
div.DivClassName
{
background-color: #FE61FA;
}
.BgClassName
{
background-color: #FE61FA;
}
</style>
border-color css
<style>
span { border-color: #FE61FA; }
span { border-color: rgb(254,97,250); }
td.TdClassName
{
border-color: #FE61FA;
}
.TagClassName
{
border-color: #FE61FA;
}
</style>