Shades of Pink Flamingo #F85FED
Tints of Pink Flamingo #F85FED
RGB
CMYK
RGB Variations
Color information
#F85FED (or 0xF85FED) is known color: Pink Flamingo. HEX triplet: F8, 5F and ED. RGB value is (248,95,237). Sum of RGB (Red+Green+Blue) = 248+95+237=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FED is #07A012. Grayscale: #9C9C9C. Windows color (decimal): -499731 or 15556600. OLE color: 15556600.
HSL color Cylindrical-coordinate representation of color #F85FED: hue angle of 304.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FED is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 237 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.03 |
| HSL | 304.31º | 0.92% | 0.67% | - |
| HSV(B) | 304.31º | 0.62% | 0.97% | - |
| XYZ | 58.09 | 34.26 | 83.67 | - |
| YUV | 156.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 237 | 0 | 0.62 | 0.04 | 0.03 | 304.31 | 0.92 | 0.67 |
| Hex | F8 | 5F | ED | 0 | 3E | 4 | 3 | 130 | 5C | 43 |
| Octal | 370 | 137 | 355 | 0 | 76 | 4 | 3 | 460 | 134 | 103 |
| Binary | 11111000 | 1011111 | 11101101 | 0 | 111110 | 100 | 11 | 100110000 | 1011100 | 1000011 |
Color Harmonies of #F85FED
Complementary color
Monochromatic Colors of #F85FED
Black with #F85FED
Text Example
Text Example
White with #F85FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FED; }
p { color: rgb(248,95,237); }
H1.HeaderClassName
{
color: #F85FED;
}
.AnyTagClassName
{
color: #F85FED;
}
</style>
background-color css
<style>
a { background-color: #F85FED; }
a { background-color: rgb(248,95,237); }
div.DivClassName
{
background-color: #F85FED;
}
.BgClassName
{
background-color: #F85FED;
}
</style>
border-color css
<style>
span { border-color: #F85FED; }
span { border-color: rgb(248,95,237); }
td.TdClassName
{
border-color: #F85FED;
}
.TagClassName
{
border-color: #F85FED;
}
</style>