Shades of Pink Flamingo #F85CEB
Tints of Pink Flamingo #F85CEB
RGB
CMYK
RGB Variations
Color information
#F85CEB (or 0xF85CEB) is known color: Pink Flamingo. HEX triplet: F8, 5C and EB. RGB value is (248,92,235). Sum of RGB (Red+Green+Blue) = 248+92+235=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CEB is #07A314. Grayscale: #9A9A9A. Windows color (decimal): -500501 or 15424760. OLE color: 15424760.
HSL color Cylindrical-coordinate representation of color #F85CEB: hue angle of 305º 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 #F85CEB is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 235 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.03 |
| HSL | 305º | 0.92% | 0.67% | - |
| HSV(B) | 305º | 0.63% | 0.97% | - |
| XYZ | 57.53 | 33.61 | 82.05 | - |
| YUV | 154.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 235 | 0 | 0.63 | 0.05 | 0.03 | 305 | 0.92 | 0.67 |
| Hex | F8 | 5C | EB | 0 | 3F | 5 | 3 | 131 | 5C | 43 |
| Octal | 370 | 134 | 353 | 0 | 77 | 5 | 3 | 461 | 134 | 103 |
| Binary | 11111000 | 1011100 | 11101011 | 0 | 111111 | 101 | 11 | 100110001 | 1011100 | 1000011 |
Color Harmonies of #F85CEB
Complementary color
Monochromatic Colors of #F85CEB
Black with #F85CEB
Text Example
Text Example
White with #F85CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CEB; }
p { color: rgb(248,92,235); }
H1.HeaderClassName
{
color: #F85CEB;
}
.AnyTagClassName
{
color: #F85CEB;
}
</style>
background-color css
<style>
a { background-color: #F85CEB; }
a { background-color: rgb(248,92,235); }
div.DivClassName
{
background-color: #F85CEB;
}
.BgClassName
{
background-color: #F85CEB;
}
</style>
border-color css
<style>
span { border-color: #F85CEB; }
span { border-color: rgb(248,92,235); }
td.TdClassName
{
border-color: #F85CEB;
}
.TagClassName
{
border-color: #F85CEB;
}
</style>