Shades of Pink Flamingo #FE6AF2
Tints of Pink Flamingo #FE6AF2
RGB
CMYK
RGB Variations
Color information
#FE6AF2 (or 0xFE6AF2) is known color: Pink Flamingo. HEX triplet: FE, 6A and F2. RGB value is (254,106,242). Sum of RGB (Red+Green+Blue) = 254+106+242=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 106 (41.80% from 255 or 17.61% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF2 is #01950D. Grayscale: #A5A5A5. Windows color (decimal): -103694 or 15887102. OLE color: 15887102.
HSL color Cylindrical-coordinate representation of color #FE6AF2: hue angle of 304.86º 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 #FE6AF2 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 242 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.00 |
| HSL | 304.86º | 0.99% | 0.71% | - |
| HSV(B) | 304.86º | 0.58% | 1% | - |
| XYZ | 62.05 | 37.79 | 88.03 | - |
| YUV | 165.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 242 | 0 | 0.58 | 0.05 | 0.00 | 304.86 | 0.99 | 0.71 |
| Hex | FE | 6A | F2 | 0 | 3A | 5 | 0 | 131 | 63 | 47 |
| Octal | 376 | 152 | 362 | 0 | 72 | 5 | 0 | 461 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11110010 | 0 | 111010 | 101 | 0 | 100110001 | 1100011 | 1000111 |
Color Harmonies of #FE6AF2
Complementary color
Monochromatic Colors of #FE6AF2
Black with #FE6AF2
Text Example
Text Example
White with #FE6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AF2; }
p { color: rgb(254,106,242); }
H1.HeaderClassName
{
color: #FE6AF2;
}
.AnyTagClassName
{
color: #FE6AF2;
}
</style>
background-color css
<style>
a { background-color: #FE6AF2; }
a { background-color: rgb(254,106,242); }
div.DivClassName
{
background-color: #FE6AF2;
}
.BgClassName
{
background-color: #FE6AF2;
}
</style>
border-color css
<style>
span { border-color: #FE6AF2; }
span { border-color: rgb(254,106,242); }
td.TdClassName
{
border-color: #FE6AF2;
}
.TagClassName
{
border-color: #FE6AF2;
}
</style>