Shades of Pink Flamingo #FF5AE6
Tints of Pink Flamingo #FF5AE6
RGB
CMYK
RGB Variations
Color information
#FF5AE6 (or 0xFF5AE6) is known color: Pink Flamingo. HEX triplet: FF, 5A and E6. RGB value is (255,90,230). Sum of RGB (Red+Green+Blue) = 255+90+230=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AE6 is #00A519. Grayscale: #9A9A9A. Windows color (decimal): -42266 or 15096575. OLE color: 15096575.
HSL color Cylindrical-coordinate representation of color #FF5AE6: hue angle of 309.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AE6 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 230 | - |
| CMYK | 0 | 0.65 | 0.10 | 0 |
| HSL | 309.09º | 1% | 0.68% | - |
| HSV(B) | 309.09º | 0.65% | 1% | - |
| XYZ | 59.18 | 34.29 | 78.36 | - |
| YUV | 155.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 230 | 0 | 0.65 | 0.10 | 0 | 309.09 | 1 | 0.68 |
| Hex | FF | 5A | E6 | 0 | 41 | A | 0 | 135 | 64 | 44 |
| Octal | 377 | 132 | 346 | 0 | 101 | 12 | 0 | 465 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11100110 | 0 | 1000001 | 1010 | 0 | 100110101 | 1100100 | 1000100 |
Color Harmonies of #FF5AE6
Complementary color
Monochromatic Colors of #FF5AE6
Black with #FF5AE6
Text Example
Text Example
White with #FF5AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AE6; }
p { color: rgb(255,90,230); }
H1.HeaderClassName
{
color: #FF5AE6;
}
.AnyTagClassName
{
color: #FF5AE6;
}
</style>
background-color css
<style>
a { background-color: #FF5AE6; }
a { background-color: rgb(255,90,230); }
div.DivClassName
{
background-color: #FF5AE6;
}
.BgClassName
{
background-color: #FF5AE6;
}
</style>
border-color css
<style>
span { border-color: #FF5AE6; }
span { border-color: rgb(255,90,230); }
td.TdClassName
{
border-color: #FF5AE6;
}
.TagClassName
{
border-color: #FF5AE6;
}
</style>