Shades of Pink Flamingo #F85AF8
Tints of Pink Flamingo #F85AF8
RGB
CMYK
RGB Variations
Color information
#F85AF8 (or 0xF85AF8) is known color: Pink Flamingo. HEX triplet: F8, 5A and F8. RGB value is (248,90,248). Sum of RGB (Red+Green+Blue) = 248+90+248=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F85AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AF8 is #07A507. Grayscale: #9A9A9A. Windows color (decimal): -501000 or 16276216. OLE color: 16276216.
HSL color Cylindrical-coordinate representation of color #F85AF8: hue angle of 300º 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 #F85AF8 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 248 | - |
| CMYK | 0 | 0.64 | 0 | 0.03 |
| HSL | 300º | 0.92% | 0.66% | - |
| HSV(B) | 300º | 0.64% | 0.97% | - |
| XYZ | 59.31 | 34.05 | 92.25 | - |
| YUV | 155.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 248 | 0 | 0.64 | 0 | 0.03 | 300 | 0.92 | 0.66 |
| Hex | F8 | 5A | F8 | 0 | 40 | 0 | 3 | 12C | 5C | 42 |
| Octal | 370 | 132 | 370 | 0 | 100 | 0 | 3 | 454 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11111000 | 0 | 1000000 | 0 | 11 | 100101100 | 1011100 | 1000010 |
Color Harmonies of #F85AF8
Complementary color
Monochromatic Colors of #F85AF8
Black with #F85AF8
Text Example
Text Example
White with #F85AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AF8; }
p { color: rgb(248,90,248); }
H1.HeaderClassName
{
color: #F85AF8;
}
.AnyTagClassName
{
color: #F85AF8;
}
</style>
background-color css
<style>
a { background-color: #F85AF8; }
a { background-color: rgb(248,90,248); }
div.DivClassName
{
background-color: #F85AF8;
}
.BgClassName
{
background-color: #F85AF8;
}
</style>
border-color css
<style>
span { border-color: #F85AF8; }
span { border-color: rgb(248,90,248); }
td.TdClassName
{
border-color: #F85AF8;
}
.TagClassName
{
border-color: #F85AF8;
}
</style>