Shades of Pink Flamingo #FE6AF4
Tints of Pink Flamingo #FE6AF4
RGB
CMYK
RGB Variations
Color information
#FE6AF4 (or 0xFE6AF4) is known color: Pink Flamingo. HEX triplet: FE, 6A and F4. RGB value is (254,106,244). Sum of RGB (Red+Green+Blue) = 254+106+244=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 106 (41.80% from 255 or 17.55% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AF4 is #01950B. Grayscale: #A5A5A5. Windows color (decimal): -103692 or 16018174. OLE color: 16018174.
HSL color Cylindrical-coordinate representation of color #FE6AF4: hue angle of 304.05º 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 #FE6AF4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 244 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.00 |
| HSL | 304.05º | 0.99% | 0.71% | - |
| HSV(B) | 304.05º | 0.58% | 1% | - |
| XYZ | 62.36 | 37.91 | 89.62 | - |
| YUV | 165.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 244 | 0 | 0.58 | 0.04 | 0.00 | 304.05 | 0.99 | 0.71 |
| Hex | FE | 6A | F4 | 0 | 3A | 4 | 0 | 130 | 63 | 47 |
| Octal | 376 | 152 | 364 | 0 | 72 | 4 | 0 | 460 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11110100 | 0 | 111010 | 100 | 0 | 100110000 | 1100011 | 1000111 |
Color Harmonies of #FE6AF4
Complementary color
Monochromatic Colors of #FE6AF4
Black with #FE6AF4
Text Example
Text Example
White with #FE6AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AF4; }
p { color: rgb(254,106,244); }
H1.HeaderClassName
{
color: #FE6AF4;
}
.AnyTagClassName
{
color: #FE6AF4;
}
</style>
background-color css
<style>
a { background-color: #FE6AF4; }
a { background-color: rgb(254,106,244); }
div.DivClassName
{
background-color: #FE6AF4;
}
.BgClassName
{
background-color: #FE6AF4;
}
</style>
border-color css
<style>
span { border-color: #FE6AF4; }
span { border-color: rgb(254,106,244); }
td.TdClassName
{
border-color: #FE6AF4;
}
.TagClassName
{
border-color: #FE6AF4;
}
</style>