Shades of Pink Flamingo #F85CF6
Tints of Pink Flamingo #F85CF6
RGB
CMYK
RGB Variations
Color information
#F85CF6 (or 0xF85CF6) is known color: Pink Flamingo. HEX triplet: F8, 5C and F6. RGB value is (248,92,246). Sum of RGB (Red+Green+Blue) = 248+92+246=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CF6 is #07A309. Grayscale: #9B9B9B. Windows color (decimal): -500490 or 16145656. OLE color: 16145656.
HSL color Cylindrical-coordinate representation of color #F85CF6: hue angle of 300.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CF6 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 246 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.03 |
| HSL | 300.77º | 0.92% | 0.67% | - |
| HSV(B) | 300.77º | 0.63% | 0.97% | - |
| XYZ | 59.17 | 34.26 | 90.68 | - |
| YUV | 156.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 246 | 0 | 0.63 | 0.01 | 0.03 | 300.77 | 0.92 | 0.67 |
| Hex | F8 | 5C | F6 | 0 | 3F | 1 | 3 | 12D | 5C | 43 |
| Octal | 370 | 134 | 366 | 0 | 77 | 1 | 3 | 455 | 134 | 103 |
| Binary | 11111000 | 1011100 | 11110110 | 0 | 111111 | 1 | 11 | 100101101 | 1011100 | 1000011 |
Color Harmonies of #F85CF6
Complementary color
Monochromatic Colors of #F85CF6
Black with #F85CF6
Text Example
Text Example
White with #F85CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CF6; }
p { color: rgb(248,92,246); }
H1.HeaderClassName
{
color: #F85CF6;
}
.AnyTagClassName
{
color: #F85CF6;
}
</style>
background-color css
<style>
a { background-color: #F85CF6; }
a { background-color: rgb(248,92,246); }
div.DivClassName
{
background-color: #F85CF6;
}
.BgClassName
{
background-color: #F85CF6;
}
</style>
border-color css
<style>
span { border-color: #F85CF6; }
span { border-color: rgb(248,92,246); }
td.TdClassName
{
border-color: #F85CF6;
}
.TagClassName
{
border-color: #F85CF6;
}
</style>