Shades of Pink Flamingo #F85BFE
Tints of Pink Flamingo #F85BFE
RGB
CMYK
RGB Variations
Color information
#F85BFE (or 0xF85BFE) is known color: Pink Flamingo. HEX triplet: F8, 5B and FE. RGB value is (248,91,254). Sum of RGB (Red+Green+Blue) = 248+91+254=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 91 (35.94% from 255 or 15.35% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BFE is #07A401. Grayscale: #9C9C9C. Windows color (decimal): -500738 or 16669688. OLE color: 16669688.
HSL color Cylindrical-coordinate representation of color #F85BFE: hue angle of 297.79º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85BFE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 91 | 254 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.00 |
| HSL | 297.79º | 0.99% | 0.68% | - |
| HSV(B) | 297.79º | 0.64% | 1% | - |
| XYZ | 60.34 | 34.59 | 97.26 | - |
| YUV | 156.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 254 | 0.02 | 0.64 | 0 | 0.00 | 297.79 | 0.99 | 0.68 |
| Hex | F8 | 5B | FE | 2 | 40 | 0 | 0 | 12A | 63 | 44 |
| Octal | 370 | 133 | 376 | 2 | 100 | 0 | 0 | 452 | 143 | 104 |
| Binary | 11111000 | 1011011 | 11111110 | 10 | 1000000 | 0 | 0 | 100101010 | 1100011 | 1000100 |
Color Harmonies of #F85BFE
Complementary color
Monochromatic Colors of #F85BFE
Black with #F85BFE
Text Example
Text Example
White with #F85BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BFE; }
p { color: rgb(248,91,254); }
H1.HeaderClassName
{
color: #F85BFE;
}
.AnyTagClassName
{
color: #F85BFE;
}
</style>
background-color css
<style>
a { background-color: #F85BFE; }
a { background-color: rgb(248,91,254); }
div.DivClassName
{
background-color: #F85BFE;
}
.BgClassName
{
background-color: #F85BFE;
}
</style>
border-color css
<style>
span { border-color: #F85BFE; }
span { border-color: rgb(248,91,254); }
td.TdClassName
{
border-color: #F85BFE;
}
.TagClassName
{
border-color: #F85BFE;
}
</style>