Shades of Pink Flamingo #F85AFF
Tints of Pink Flamingo #F85AFF
RGB
CMYK
RGB Variations
Color information
#F85AFF (or 0xF85AFF) is known color: Pink Flamingo. HEX triplet: F8, 5A and FF. RGB value is (248,90,255). Sum of RGB (Red+Green+Blue) = 248+90+255=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 90 (35.55% from 255 or 15.18% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F85AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AFF is #07A500. Grayscale: #9B9B9B. Windows color (decimal): -500993 or 16734968. OLE color: 16734968.
HSL color Cylindrical-coordinate representation of color #F85AFF: hue angle of 297.45º 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 #F85AFF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 90 | 255 | - |
| CMYK | 0.03 | 0.65 | 0 | 0 |
| HSL | 297.45º | 1% | 0.68% | - |
| HSV(B) | 297.45º | 0.65% | 1% | - |
| XYZ | 60.42 | 34.49 | 98.08 | - |
| YUV | 156.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 255 | 0.03 | 0.65 | 0 | 0 | 297.45 | 1 | 0.68 |
| Hex | F8 | 5A | FF | 3 | 41 | 0 | 0 | 129 | 64 | 44 |
| Octal | 370 | 132 | 377 | 3 | 101 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11111000 | 1011010 | 11111111 | 11 | 1000001 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F85AFF
Complementary color
Monochromatic Colors of #F85AFF
Black with #F85AFF
Text Example
Text Example
White with #F85AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AFF; }
p { color: rgb(248,90,255); }
H1.HeaderClassName
{
color: #F85AFF;
}
.AnyTagClassName
{
color: #F85AFF;
}
</style>
background-color css
<style>
a { background-color: #F85AFF; }
a { background-color: rgb(248,90,255); }
div.DivClassName
{
background-color: #F85AFF;
}
.BgClassName
{
background-color: #F85AFF;
}
</style>
border-color css
<style>
span { border-color: #F85AFF; }
span { border-color: rgb(248,90,255); }
td.TdClassName
{
border-color: #F85AFF;
}
.TagClassName
{
border-color: #F85AFF;
}
</style>