Shades of Pink Flamingo #F85AF5
Tints of Pink Flamingo #F85AF5
RGB
CMYK
RGB Variations
Color information
#F85AF5 (or 0xF85AF5) is known color: Pink Flamingo. HEX triplet: F8, 5A and F5. RGB value is (248,90,245). Sum of RGB (Red+Green+Blue) = 248+90+245=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AF5 is #07A50A. Grayscale: #9A9A9A. Windows color (decimal): -501003 or 16079608. OLE color: 16079608.
HSL color Cylindrical-coordinate representation of color #F85AF5: hue angle of 301.14º 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 #F85AF5 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 245 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.03 |
| HSL | 301.14º | 0.92% | 0.66% | - |
| HSV(B) | 301.14º | 0.64% | 0.97% | - |
| XYZ | 58.85 | 33.86 | 89.82 | - |
| YUV | 154.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 245 | 0 | 0.64 | 0.01 | 0.03 | 301.14 | 0.92 | 0.66 |
| Hex | F8 | 5A | F5 | 0 | 40 | 1 | 3 | 12D | 5C | 42 |
| Octal | 370 | 132 | 365 | 0 | 100 | 1 | 3 | 455 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11110101 | 0 | 1000000 | 1 | 11 | 100101101 | 1011100 | 1000010 |
Color Harmonies of #F85AF5
Complementary color
Monochromatic Colors of #F85AF5
Black with #F85AF5
Text Example
Text Example
White with #F85AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AF5; }
p { color: rgb(248,90,245); }
H1.HeaderClassName
{
color: #F85AF5;
}
.AnyTagClassName
{
color: #F85AF5;
}
</style>
background-color css
<style>
a { background-color: #F85AF5; }
a { background-color: rgb(248,90,245); }
div.DivClassName
{
background-color: #F85AF5;
}
.BgClassName
{
background-color: #F85AF5;
}
</style>
border-color css
<style>
span { border-color: #F85AF5; }
span { border-color: rgb(248,90,245); }
td.TdClassName
{
border-color: #F85AF5;
}
.TagClassName
{
border-color: #F85AF5;
}
</style>