Shades of Pink Flamingo #FF5AEE
Tints of Pink Flamingo #FF5AEE
RGB
CMYK
RGB Variations
Color information
#FF5AEE (or 0xFF5AEE) is known color: Pink Flamingo. HEX triplet: FF, 5A and EE. RGB value is (255,90,238). Sum of RGB (Red+Green+Blue) = 255+90+238=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AEE is #00A511. Grayscale: #9B9B9B. Windows color (decimal): -42258 or 15620863. OLE color: 15620863.
HSL color Cylindrical-coordinate representation of color #FF5AEE: hue angle of 306.18º 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 #FF5AEE is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 238 | - |
| CMYK | 0 | 0.65 | 0.07 | 0 |
| HSL | 306.18º | 1% | 0.68% | - |
| HSV(B) | 306.18º | 0.65% | 1% | - |
| XYZ | 60.33 | 34.75 | 84.42 | - |
| YUV | 156.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 238 | 0 | 0.65 | 0.07 | 0 | 306.18 | 1 | 0.68 |
| Hex | FF | 5A | EE | 0 | 41 | 7 | 0 | 132 | 64 | 44 |
| Octal | 377 | 132 | 356 | 0 | 101 | 7 | 0 | 462 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11101110 | 0 | 1000001 | 111 | 0 | 100110010 | 1100100 | 1000100 |
Color Harmonies of #FF5AEE
Complementary color
Monochromatic Colors of #FF5AEE
Black with #FF5AEE
Text Example
Text Example
White with #FF5AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AEE; }
p { color: rgb(255,90,238); }
H1.HeaderClassName
{
color: #FF5AEE;
}
.AnyTagClassName
{
color: #FF5AEE;
}
</style>
background-color css
<style>
a { background-color: #FF5AEE; }
a { background-color: rgb(255,90,238); }
div.DivClassName
{
background-color: #FF5AEE;
}
.BgClassName
{
background-color: #FF5AEE;
}
</style>
border-color css
<style>
span { border-color: #FF5AEE; }
span { border-color: rgb(255,90,238); }
td.TdClassName
{
border-color: #FF5AEE;
}
.TagClassName
{
border-color: #FF5AEE;
}
</style>