Shades of Pink Flamingo #F85EFE
Tints of Pink Flamingo #F85EFE
RGB
CMYK
RGB Variations
Color information
#F85EFE (or 0xF85EFE) is known color: Pink Flamingo. HEX triplet: F8, 5E and FE. RGB value is (248,94,254). Sum of RGB (Red+Green+Blue) = 248+94+254=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 94 (37.11% from 255 or 15.77% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFE is #07A101. Grayscale: #9D9D9D. Windows color (decimal): -499970 or 16670456. OLE color: 16670456.
HSL color Cylindrical-coordinate representation of color #F85EFE: hue angle of 297.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85EFE is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 94 | 254 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.00 |
| HSL | 297.75º | 0.99% | 0.68% | - |
| HSV(B) | 297.75º | 0.63% | 1% | - |
| XYZ | 60.6 | 35.12 | 97.35 | - |
| YUV | 158.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 254 | 0.02 | 0.63 | 0 | 0.00 | 297.75 | 0.99 | 0.68 |
| Hex | F8 | 5E | FE | 2 | 3F | 0 | 0 | 12A | 63 | 44 |
| Octal | 370 | 136 | 376 | 2 | 77 | 0 | 0 | 452 | 143 | 104 |
| Binary | 11111000 | 1011110 | 11111110 | 10 | 111111 | 0 | 0 | 100101010 | 1100011 | 1000100 |
Color Harmonies of #F85EFE
Complementary color
Monochromatic Colors of #F85EFE
Black with #F85EFE
Text Example
Text Example
White with #F85EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EFE; }
p { color: rgb(248,94,254); }
H1.HeaderClassName
{
color: #F85EFE;
}
.AnyTagClassName
{
color: #F85EFE;
}
</style>
background-color css
<style>
a { background-color: #F85EFE; }
a { background-color: rgb(248,94,254); }
div.DivClassName
{
background-color: #F85EFE;
}
.BgClassName
{
background-color: #F85EFE;
}
</style>
border-color css
<style>
span { border-color: #F85EFE; }
span { border-color: rgb(248,94,254); }
td.TdClassName
{
border-color: #F85EFE;
}
.TagClassName
{
border-color: #F85EFE;
}
</style>