Shades of Pink Flamingo #F85EFA
Tints of Pink Flamingo #F85EFA
RGB
CMYK
RGB Variations
Color information
#F85EFA (or 0xF85EFA) is known color: Pink Flamingo. HEX triplet: F8, 5E and FA. RGB value is (248,94,250). Sum of RGB (Red+Green+Blue) = 248+94+250=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #F85EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFA is #07A105. Grayscale: #9D9D9D. Windows color (decimal): -499974 or 16408312. OLE color: 16408312.
HSL color Cylindrical-coordinate representation of color #F85EFA: hue angle of 299.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85EFA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 94 | 250 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.02 |
| HSL | 299.23º | 0.94% | 0.67% | - |
| HSV(B) | 299.23º | 0.62% | 0.98% | - |
| XYZ | 59.97 | 34.86 | 94.01 | - |
| YUV | 157.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 250 | 0.01 | 0.62 | 0 | 0.02 | 299.23 | 0.94 | 0.67 |
| Hex | F8 | 5E | FA | 1 | 3E | 0 | 2 | 12B | 5E | 43 |
| Octal | 370 | 136 | 372 | 1 | 76 | 0 | 2 | 453 | 136 | 103 |
| Binary | 11111000 | 1011110 | 11111010 | 1 | 111110 | 0 | 10 | 100101011 | 1011110 | 1000011 |
Color Harmonies of #F85EFA
Complementary color
Monochromatic Colors of #F85EFA
Black with #F85EFA
Text Example
Text Example
White with #F85EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EFA; }
p { color: rgb(248,94,250); }
H1.HeaderClassName
{
color: #F85EFA;
}
.AnyTagClassName
{
color: #F85EFA;
}
</style>
background-color css
<style>
a { background-color: #F85EFA; }
a { background-color: rgb(248,94,250); }
div.DivClassName
{
background-color: #F85EFA;
}
.BgClassName
{
background-color: #F85EFA;
}
</style>
border-color css
<style>
span { border-color: #F85EFA; }
span { border-color: rgb(248,94,250); }
td.TdClassName
{
border-color: #F85EFA;
}
.TagClassName
{
border-color: #F85EFA;
}
</style>