Shades of Pink Flamingo #F85BFC
Tints of Pink Flamingo #F85BFC
RGB
CMYK
RGB Variations
Color information
#F85BFC (or 0xF85BFC) is known color: Pink Flamingo. HEX triplet: F8, 5B and FC. RGB value is (248,91,252). Sum of RGB (Red+Green+Blue) = 248+91+252=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 91 (35.94% from 255 or 15.40% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #F85BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BFC is #07A403. Grayscale: #9B9B9B. Windows color (decimal): -500740 or 16538616. OLE color: 16538616.
HSL color Cylindrical-coordinate representation of color #F85BFC: hue angle of 298.51º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85BFC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 91 | 252 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.01 |
| HSL | 298.51º | 0.96% | 0.67% | - |
| HSV(B) | 298.51º | 0.64% | 0.99% | - |
| XYZ | 60.02 | 34.47 | 95.58 | - |
| YUV | 156.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 252 | 0.02 | 0.64 | 0 | 0.01 | 298.51 | 0.96 | 0.67 |
| Hex | F8 | 5B | FC | 2 | 40 | 0 | 1 | 12B | 60 | 43 |
| Octal | 370 | 133 | 374 | 2 | 100 | 0 | 1 | 453 | 140 | 103 |
| Binary | 11111000 | 1011011 | 11111100 | 10 | 1000000 | 0 | 1 | 100101011 | 1100000 | 1000011 |
Color Harmonies of #F85BFC
Complementary color
Monochromatic Colors of #F85BFC
Black with #F85BFC
Text Example
Text Example
White with #F85BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BFC; }
p { color: rgb(248,91,252); }
H1.HeaderClassName
{
color: #F85BFC;
}
.AnyTagClassName
{
color: #F85BFC;
}
</style>
background-color css
<style>
a { background-color: #F85BFC; }
a { background-color: rgb(248,91,252); }
div.DivClassName
{
background-color: #F85BFC;
}
.BgClassName
{
background-color: #F85BFC;
}
</style>
border-color css
<style>
span { border-color: #F85BFC; }
span { border-color: rgb(248,91,252); }
td.TdClassName
{
border-color: #F85BFC;
}
.TagClassName
{
border-color: #F85BFC;
}
</style>