Shades of Pink Flamingo #FE6AF6
Tints of Pink Flamingo #FE6AF6
RGB
CMYK
RGB Variations
Color information
#FE6AF6 (or 0xFE6AF6) is known color: Pink Flamingo. HEX triplet: FE, 6A and F6. RGB value is (254,106,246). Sum of RGB (Red+Green+Blue) = 254+106+246=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 106 (41.80% from 255 or 17.49% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF6 is #019509. Grayscale: #A5A5A5. Windows color (decimal): -103690 or 16149246. OLE color: 16149246.
HSL color Cylindrical-coordinate representation of color #FE6AF6: hue angle of 303.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6AF6 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 246 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.00 |
| HSL | 303.24º | 0.99% | 0.71% | - |
| HSV(B) | 303.24º | 0.58% | 1% | - |
| XYZ | 62.66 | 38.03 | 91.23 | - |
| YUV | 166.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 246 | 0 | 0.58 | 0.03 | 0.00 | 303.24 | 0.99 | 0.71 |
| Hex | FE | 6A | F6 | 0 | 3A | 3 | 0 | 12F | 63 | 47 |
| Octal | 376 | 152 | 366 | 0 | 72 | 3 | 0 | 457 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11110110 | 0 | 111010 | 11 | 0 | 100101111 | 1100011 | 1000111 |
Color Harmonies of #FE6AF6
Complementary color
Monochromatic Colors of #FE6AF6
Black with #FE6AF6
Text Example
Text Example
White with #FE6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AF6; }
p { color: rgb(254,106,246); }
H1.HeaderClassName
{
color: #FE6AF6;
}
.AnyTagClassName
{
color: #FE6AF6;
}
</style>
background-color css
<style>
a { background-color: #FE6AF6; }
a { background-color: rgb(254,106,246); }
div.DivClassName
{
background-color: #FE6AF6;
}
.BgClassName
{
background-color: #FE6AF6;
}
</style>
border-color css
<style>
span { border-color: #FE6AF6; }
span { border-color: rgb(254,106,246); }
td.TdClassName
{
border-color: #FE6AF6;
}
.TagClassName
{
border-color: #FE6AF6;
}
</style>