Shades of Pink Flamingo #F866ED
Tints of Pink Flamingo #F866ED
RGB
CMYK
RGB Variations
Color information
#F866ED (or 0xF866ED) is known color: Pink Flamingo. HEX triplet: F8, 66 and ED. RGB value is (248,102,237). Sum of RGB (Red+Green+Blue) = 248+102+237=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F866ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866ED is #079912. Grayscale: #A0A0A0. Windows color (decimal): -497939 or 15558392. OLE color: 15558392.
HSL color Cylindrical-coordinate representation of color #F866ED: hue angle of 304.52º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866ED is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 237 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.03 |
| HSL | 304.52º | 0.91% | 0.69% | - |
| HSV(B) | 304.52º | 0.59% | 0.97% | - |
| XYZ | 58.75 | 35.57 | 83.89 | - |
| YUV | 161.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 237 | 0 | 0.59 | 0.04 | 0.03 | 304.52 | 0.91 | 0.69 |
| Hex | F8 | 66 | ED | 0 | 3B | 4 | 3 | 131 | 5B | 45 |
| Octal | 370 | 146 | 355 | 0 | 73 | 4 | 3 | 461 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11101101 | 0 | 111011 | 100 | 11 | 100110001 | 1011011 | 1000101 |
Color Harmonies of #F866ED
Complementary color
Monochromatic Colors of #F866ED
Black with #F866ED
Text Example
Text Example
White with #F866ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866ED; }
p { color: rgb(248,102,237); }
H1.HeaderClassName
{
color: #F866ED;
}
.AnyTagClassName
{
color: #F866ED;
}
</style>
background-color css
<style>
a { background-color: #F866ED; }
a { background-color: rgb(248,102,237); }
div.DivClassName
{
background-color: #F866ED;
}
.BgClassName
{
background-color: #F866ED;
}
</style>
border-color css
<style>
span { border-color: #F866ED; }
span { border-color: rgb(248,102,237); }
td.TdClassName
{
border-color: #F866ED;
}
.TagClassName
{
border-color: #F866ED;
}
</style>