Shades of Pink Flamingo #F85BEA
Tints of Pink Flamingo #F85BEA
RGB
CMYK
RGB Variations
Color information
#F85BEA (or 0xF85BEA) is known color: Pink Flamingo. HEX triplet: F8, 5B and EA. RGB value is (248,91,234). Sum of RGB (Red+Green+Blue) = 248+91+234=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 91 (35.94% from 255 or 15.88% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BEA is #07A415. Grayscale: #999999. Windows color (decimal): -500758 or 15358968. OLE color: 15358968.
HSL color Cylindrical-coordinate representation of color #F85BEA: hue angle of 305.35º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BEA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 234 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.03 |
| HSL | 305.35º | 0.92% | 0.66% | - |
| HSV(B) | 305.35º | 0.63% | 0.97% | - |
| XYZ | 57.3 | 33.38 | 81.26 | - |
| YUV | 154.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 234 | 0 | 0.63 | 0.06 | 0.03 | 305.35 | 0.92 | 0.66 |
| Hex | F8 | 5B | EA | 0 | 3F | 6 | 3 | 131 | 5C | 42 |
| Octal | 370 | 133 | 352 | 0 | 77 | 6 | 3 | 461 | 134 | 102 |
| Binary | 11111000 | 1011011 | 11101010 | 0 | 111111 | 110 | 11 | 100110001 | 1011100 | 1000010 |
Color Harmonies of #F85BEA
Complementary color
Monochromatic Colors of #F85BEA
Black with #F85BEA
Text Example
Text Example
White with #F85BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BEA; }
p { color: rgb(248,91,234); }
H1.HeaderClassName
{
color: #F85BEA;
}
.AnyTagClassName
{
color: #F85BEA;
}
</style>
background-color css
<style>
a { background-color: #F85BEA; }
a { background-color: rgb(248,91,234); }
div.DivClassName
{
background-color: #F85BEA;
}
.BgClassName
{
background-color: #F85BEA;
}
</style>
border-color css
<style>
span { border-color: #F85BEA; }
span { border-color: rgb(248,91,234); }
td.TdClassName
{
border-color: #F85BEA;
}
.TagClassName
{
border-color: #F85BEA;
}
</style>