Shades of Pink Flamingo #FE6AFF
Tints of Pink Flamingo #FE6AFF
RGB
CMYK
RGB Variations
Color information
#FE6AFF (or 0xFE6AFF) is known color: Pink Flamingo. HEX triplet: FE, 6A and FF. RGB value is (254,106,255). Sum of RGB (Red+Green+Blue) = 254+106+255=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 106 (41.80% from 255 or 17.24% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AFF is #019500. Grayscale: #A6A6A6. Windows color (decimal): -103681 or 16739070. OLE color: 16739070.
HSL color Cylindrical-coordinate representation of color #FE6AFF: hue angle of 299.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6AFF is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 106 | 255 | - |
| CMYK | 0.00 | 0.58 | 0 | 0 |
| HSL | 299.6º | 1% | 0.71% | - |
| HSV(B) | 299.6º | 0.58% | 1% | - |
| XYZ | 64.08 | 38.6 | 98.68 | - |
| YUV | 167.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 255 | 0.00 | 0.58 | 0 | 0 | 299.6 | 1 | 0.71 |
| Hex | FE | 6A | FF | 0 | 3A | 0 | 0 | 12C | 64 | 47 |
| Octal | 376 | 152 | 377 | 0 | 72 | 0 | 0 | 454 | 144 | 107 |
| Binary | 11111110 | 1101010 | 11111111 | 0 | 111010 | 0 | 0 | 100101100 | 1100100 | 1000111 |
Color Harmonies of #FE6AFF
Complementary color
Monochromatic Colors of #FE6AFF
Black with #FE6AFF
Text Example
Text Example
White with #FE6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AFF; }
p { color: rgb(254,106,255); }
H1.HeaderClassName
{
color: #FE6AFF;
}
.AnyTagClassName
{
color: #FE6AFF;
}
</style>
background-color css
<style>
a { background-color: #FE6AFF; }
a { background-color: rgb(254,106,255); }
div.DivClassName
{
background-color: #FE6AFF;
}
.BgClassName
{
background-color: #FE6AFF;
}
</style>
border-color css
<style>
span { border-color: #FE6AFF; }
span { border-color: rgb(254,106,255); }
td.TdClassName
{
border-color: #FE6AFF;
}
.TagClassName
{
border-color: #FE6AFF;
}
</style>