Shades of Pink Flamingo #F85AF9
Tints of Pink Flamingo #F85AF9
RGB
CMYK
RGB Variations
Color information
#F85AF9 (or 0xF85AF9) is known color: Pink Flamingo. HEX triplet: F8, 5A and F9. RGB value is (248,90,249). Sum of RGB (Red+Green+Blue) = 248+90+249=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 90 (35.55% from 255 or 15.33% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #F85AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AF9 is #07A506. Grayscale: #9A9A9A. Windows color (decimal): -500999 or 16341752. OLE color: 16341752.
HSL color Cylindrical-coordinate representation of color #F85AF9: hue angle of 299.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AF9 is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 90 | 249 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.02 |
| HSL | 299.62º | 0.93% | 0.66% | - |
| HSV(B) | 299.62º | 0.64% | 0.98% | - |
| XYZ | 59.47 | 34.11 | 93.07 | - |
| YUV | 155.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 249 | 0.00 | 0.64 | 0 | 0.02 | 299.62 | 0.93 | 0.66 |
| Hex | F8 | 5A | F9 | 0 | 40 | 0 | 2 | 12C | 5D | 42 |
| Octal | 370 | 132 | 371 | 0 | 100 | 0 | 2 | 454 | 135 | 102 |
| Binary | 11111000 | 1011010 | 11111001 | 0 | 1000000 | 0 | 10 | 100101100 | 1011101 | 1000010 |
Color Harmonies of #F85AF9
Complementary color
Monochromatic Colors of #F85AF9
Black with #F85AF9
Text Example
Text Example
White with #F85AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AF9; }
p { color: rgb(248,90,249); }
H1.HeaderClassName
{
color: #F85AF9;
}
.AnyTagClassName
{
color: #F85AF9;
}
</style>
background-color css
<style>
a { background-color: #F85AF9; }
a { background-color: rgb(248,90,249); }
div.DivClassName
{
background-color: #F85AF9;
}
.BgClassName
{
background-color: #F85AF9;
}
</style>
border-color css
<style>
span { border-color: #F85AF9; }
span { border-color: rgb(248,90,249); }
td.TdClassName
{
border-color: #F85AF9;
}
.TagClassName
{
border-color: #F85AF9;
}
</style>