Shades of Pink Flamingo #F861ED
Tints of Pink Flamingo #F861ED
RGB
CMYK
RGB Variations
Color information
#F861ED (or 0xF861ED) is known color: Pink Flamingo. HEX triplet: F8, 61 and ED. RGB value is (248,97,237). Sum of RGB (Red+Green+Blue) = 248+97+237=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 97 (38.28% from 255 or 16.67% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F861ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F861ED is #079E12. Grayscale: #9D9D9D. Windows color (decimal): -499219 or 15557112. OLE color: 15557112.
HSL color Cylindrical-coordinate representation of color #F861ED: hue angle of 304.37º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861ED is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 237 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.03 |
| HSL | 304.37º | 0.92% | 0.68% | - |
| HSV(B) | 304.37º | 0.61% | 0.97% | - |
| XYZ | 58.27 | 34.62 | 83.73 | - |
| YUV | 158.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 237 | 0 | 0.61 | 0.04 | 0.03 | 304.37 | 0.92 | 0.68 |
| Hex | F8 | 61 | ED | 0 | 3D | 4 | 3 | 130 | 5C | 44 |
| Octal | 370 | 141 | 355 | 0 | 75 | 4 | 3 | 460 | 134 | 104 |
| Binary | 11111000 | 1100001 | 11101101 | 0 | 111101 | 100 | 11 | 100110000 | 1011100 | 1000100 |
Color Harmonies of #F861ED
Complementary color
Monochromatic Colors of #F861ED
Black with #F861ED
Text Example
Text Example
White with #F861ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F861ED; }
p { color: rgb(248,97,237); }
H1.HeaderClassName
{
color: #F861ED;
}
.AnyTagClassName
{
color: #F861ED;
}
</style>
background-color css
<style>
a { background-color: #F861ED; }
a { background-color: rgb(248,97,237); }
div.DivClassName
{
background-color: #F861ED;
}
.BgClassName
{
background-color: #F861ED;
}
</style>
border-color css
<style>
span { border-color: #F861ED; }
span { border-color: rgb(248,97,237); }
td.TdClassName
{
border-color: #F861ED;
}
.TagClassName
{
border-color: #F861ED;
}
</style>