Shades of Pink Flamingo #F85CFE
Tints of Pink Flamingo #F85CFE
RGB
CMYK
RGB Variations
Color information
#F85CFE (or 0xF85CFE) is known color: Pink Flamingo. HEX triplet: F8, 5C and FE. RGB value is (248,92,254). Sum of RGB (Red+Green+Blue) = 248+92+254=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CFE is #07A301. Grayscale: #9C9C9C. Windows color (decimal): -500482 or 16669944. OLE color: 16669944.
HSL color Cylindrical-coordinate representation of color #F85CFE: hue angle of 297.78º 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 #F85CFE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 92 | 254 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.00 |
| HSL | 297.78º | 0.99% | 0.68% | - |
| HSV(B) | 297.78º | 0.64% | 1% | - |
| XYZ | 60.43 | 34.77 | 97.29 | - |
| YUV | 157.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 254 | 0.02 | 0.64 | 0 | 0.00 | 297.78 | 0.99 | 0.68 |
| Hex | F8 | 5C | FE | 2 | 40 | 0 | 0 | 12A | 63 | 44 |
| Octal | 370 | 134 | 376 | 2 | 100 | 0 | 0 | 452 | 143 | 104 |
| Binary | 11111000 | 1011100 | 11111110 | 10 | 1000000 | 0 | 0 | 100101010 | 1100011 | 1000100 |
Color Harmonies of #F85CFE
Complementary color
Monochromatic Colors of #F85CFE
Black with #F85CFE
Text Example
Text Example
White with #F85CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CFE; }
p { color: rgb(248,92,254); }
H1.HeaderClassName
{
color: #F85CFE;
}
.AnyTagClassName
{
color: #F85CFE;
}
</style>
background-color css
<style>
a { background-color: #F85CFE; }
a { background-color: rgb(248,92,254); }
div.DivClassName
{
background-color: #F85CFE;
}
.BgClassName
{
background-color: #F85CFE;
}
</style>
border-color css
<style>
span { border-color: #F85CFE; }
span { border-color: rgb(248,92,254); }
td.TdClassName
{
border-color: #F85CFE;
}
.TagClassName
{
border-color: #F85CFE;
}
</style>