Shades of Pink Flamingo #F85EFC
Tints of Pink Flamingo #F85EFC
RGB
CMYK
RGB Variations
Color information
#F85EFC (or 0xF85EFC) is known color: Pink Flamingo. HEX triplet: F8, 5E and FC. RGB value is (248,94,252). Sum of RGB (Red+Green+Blue) = 248+94+252=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 94 (37.11% from 255 or 15.82% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #F85EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFC is #07A103. Grayscale: #9D9D9D. Windows color (decimal): -499972 or 16539384. OLE color: 16539384.
HSL color Cylindrical-coordinate representation of color #F85EFC: hue angle of 298.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85EFC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 94 | 252 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.01 |
| HSL | 298.48º | 0.96% | 0.68% | - |
| HSV(B) | 298.48º | 0.63% | 0.99% | - |
| XYZ | 60.28 | 34.99 | 95.67 | - |
| YUV | 158.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 252 | 0.02 | 0.63 | 0 | 0.01 | 298.48 | 0.96 | 0.68 |
| Hex | F8 | 5E | FC | 2 | 3F | 0 | 1 | 12A | 60 | 44 |
| Octal | 370 | 136 | 374 | 2 | 77 | 0 | 1 | 452 | 140 | 104 |
| Binary | 11111000 | 1011110 | 11111100 | 10 | 111111 | 0 | 1 | 100101010 | 1100000 | 1000100 |
Color Harmonies of #F85EFC
Complementary color
Monochromatic Colors of #F85EFC
Black with #F85EFC
Text Example
Text Example
White with #F85EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EFC; }
p { color: rgb(248,94,252); }
H1.HeaderClassName
{
color: #F85EFC;
}
.AnyTagClassName
{
color: #F85EFC;
}
</style>
background-color css
<style>
a { background-color: #F85EFC; }
a { background-color: rgb(248,94,252); }
div.DivClassName
{
background-color: #F85EFC;
}
.BgClassName
{
background-color: #F85EFC;
}
</style>
border-color css
<style>
span { border-color: #F85EFC; }
span { border-color: rgb(248,94,252); }
td.TdClassName
{
border-color: #F85EFC;
}
.TagClassName
{
border-color: #F85EFC;
}
</style>