Shades of Pink Flamingo #FF6AEE
Tints of Pink Flamingo #FF6AEE
RGB
CMYK
RGB Variations
Color information
#FF6AEE (or 0xFF6AEE) is known color: Pink Flamingo. HEX triplet: FF, 6A and EE. RGB value is (255,106,238). Sum of RGB (Red+Green+Blue) = 255+106+238=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AEE is #009511. Grayscale: #A5A5A5. Windows color (decimal): -38162 or 15624959. OLE color: 15624959.
HSL color Cylindrical-coordinate representation of color #FF6AEE: hue angle of 306.85º 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 #FF6AEE is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 238 | - |
| CMYK | 0 | 0.58 | 0.07 | 0 |
| HSL | 306.85º | 1% | 0.71% | - |
| HSV(B) | 306.85º | 0.58% | 1% | - |
| XYZ | 61.83 | 37.74 | 84.92 | - |
| YUV | 165.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 238 | 0 | 0.58 | 0.07 | 0 | 306.85 | 1 | 0.71 |
| Hex | FF | 6A | EE | 0 | 3A | 7 | 0 | 133 | 64 | 47 |
| Octal | 377 | 152 | 356 | 0 | 72 | 7 | 0 | 463 | 144 | 107 |
| Binary | 11111111 | 1101010 | 11101110 | 0 | 111010 | 111 | 0 | 100110011 | 1100100 | 1000111 |
Color Harmonies of #FF6AEE
Complementary color
Monochromatic Colors of #FF6AEE
Black with #FF6AEE
Text Example
Text Example
White with #FF6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AEE; }
p { color: rgb(255,106,238); }
H1.HeaderClassName
{
color: #FF6AEE;
}
.AnyTagClassName
{
color: #FF6AEE;
}
</style>
background-color css
<style>
a { background-color: #FF6AEE; }
a { background-color: rgb(255,106,238); }
div.DivClassName
{
background-color: #FF6AEE;
}
.BgClassName
{
background-color: #FF6AEE;
}
</style>
border-color css
<style>
span { border-color: #FF6AEE; }
span { border-color: rgb(255,106,238); }
td.TdClassName
{
border-color: #FF6AEE;
}
.TagClassName
{
border-color: #FF6AEE;
}
</style>