Shades of Pink Flamingo #F85AFE
Tints of Pink Flamingo #F85AFE
RGB
CMYK
RGB Variations
Color information
#F85AFE (or 0xF85AFE) is known color: Pink Flamingo. HEX triplet: F8, 5A and FE. RGB value is (248,90,254). Sum of RGB (Red+Green+Blue) = 248+90+254=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AFE is #07A501. Grayscale: #9B9B9B. Windows color (decimal): -500994 or 16669432. OLE color: 16669432.
HSL color Cylindrical-coordinate representation of color #F85AFE: hue angle of 297.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85AFE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 90 | 254 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.00 |
| HSL | 297.8º | 0.99% | 0.67% | - |
| HSV(B) | 297.8º | 0.65% | 1% | - |
| XYZ | 60.26 | 34.42 | 97.23 | - |
| YUV | 155.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 254 | 0.02 | 0.65 | 0 | 0.00 | 297.8 | 0.99 | 0.67 |
| Hex | F8 | 5A | FE | 2 | 41 | 0 | 0 | 12A | 63 | 43 |
| Octal | 370 | 132 | 376 | 2 | 101 | 0 | 0 | 452 | 143 | 103 |
| Binary | 11111000 | 1011010 | 11111110 | 10 | 1000001 | 0 | 0 | 100101010 | 1100011 | 1000011 |
Color Harmonies of #F85AFE
Complementary color
Monochromatic Colors of #F85AFE
Black with #F85AFE
Text Example
Text Example
White with #F85AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AFE; }
p { color: rgb(248,90,254); }
H1.HeaderClassName
{
color: #F85AFE;
}
.AnyTagClassName
{
color: #F85AFE;
}
</style>
background-color css
<style>
a { background-color: #F85AFE; }
a { background-color: rgb(248,90,254); }
div.DivClassName
{
background-color: #F85AFE;
}
.BgClassName
{
background-color: #F85AFE;
}
</style>
border-color css
<style>
span { border-color: #F85AFE; }
span { border-color: rgb(248,90,254); }
td.TdClassName
{
border-color: #F85AFE;
}
.TagClassName
{
border-color: #F85AFE;
}
</style>