Shades of Pink Flamingo #F85AEE
Tints of Pink Flamingo #F85AEE
RGB
CMYK
RGB Variations
Color information
#F85AEE (or 0xF85AEE) is known color: Pink Flamingo. HEX triplet: F8, 5A and EE. RGB value is (248,90,238). Sum of RGB (Red+Green+Blue) = 248+90+238=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AEE is #07A511. Grayscale: #999999. Windows color (decimal): -501010 or 15620856. OLE color: 15620856.
HSL color Cylindrical-coordinate representation of color #F85AEE: hue angle of 303.8º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AEE is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 238 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.03 |
| HSL | 303.8º | 0.92% | 0.66% | - |
| HSV(B) | 303.8º | 0.64% | 0.97% | - |
| XYZ | 57.8 | 33.44 | 84.3 | - |
| YUV | 154.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 238 | 0 | 0.64 | 0.04 | 0.03 | 303.8 | 0.92 | 0.66 |
| Hex | F8 | 5A | EE | 0 | 40 | 4 | 3 | 130 | 5C | 42 |
| Octal | 370 | 132 | 356 | 0 | 100 | 4 | 3 | 460 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11101110 | 0 | 1000000 | 100 | 11 | 100110000 | 1011100 | 1000010 |
Color Harmonies of #F85AEE
Complementary color
Monochromatic Colors of #F85AEE
Black with #F85AEE
Text Example
Text Example
White with #F85AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AEE; }
p { color: rgb(248,90,238); }
H1.HeaderClassName
{
color: #F85AEE;
}
.AnyTagClassName
{
color: #F85AEE;
}
</style>
background-color css
<style>
a { background-color: #F85AEE; }
a { background-color: rgb(248,90,238); }
div.DivClassName
{
background-color: #F85AEE;
}
.BgClassName
{
background-color: #F85AEE;
}
</style>
border-color css
<style>
span { border-color: #F85AEE; }
span { border-color: rgb(248,90,238); }
td.TdClassName
{
border-color: #F85AEE;
}
.TagClassName
{
border-color: #F85AEE;
}
</style>