Shades of Pink Flamingo #F866EB
Tints of Pink Flamingo #F866EB
RGB
CMYK
RGB Variations
Color information
#F866EB (or 0xF866EB) is known color: Pink Flamingo. HEX triplet: F8, 66 and EB. RGB value is (248,102,235). Sum of RGB (Red+Green+Blue) = 248+102+235=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F866EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866EB is #079914. Grayscale: #A0A0A0. Windows color (decimal): -497941 or 15427320. OLE color: 15427320.
HSL color Cylindrical-coordinate representation of color #F866EB: hue angle of 305.34º 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 #F866EB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 235 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.03 |
| HSL | 305.34º | 0.91% | 0.69% | - |
| HSV(B) | 305.34º | 0.59% | 0.97% | - |
| XYZ | 58.46 | 35.46 | 82.36 | - |
| YUV | 160.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 235 | 0 | 0.59 | 0.05 | 0.03 | 305.34 | 0.91 | 0.69 |
| Hex | F8 | 66 | EB | 0 | 3B | 5 | 3 | 131 | 5B | 45 |
| Octal | 370 | 146 | 353 | 0 | 73 | 5 | 3 | 461 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11101011 | 0 | 111011 | 101 | 11 | 100110001 | 1011011 | 1000101 |
Color Harmonies of #F866EB
Complementary color
Monochromatic Colors of #F866EB
Black with #F866EB
Text Example
Text Example
White with #F866EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866EB; }
p { color: rgb(248,102,235); }
H1.HeaderClassName
{
color: #F866EB;
}
.AnyTagClassName
{
color: #F866EB;
}
</style>
background-color css
<style>
a { background-color: #F866EB; }
a { background-color: rgb(248,102,235); }
div.DivClassName
{
background-color: #F866EB;
}
.BgClassName
{
background-color: #F866EB;
}
</style>
border-color css
<style>
span { border-color: #F866EB; }
span { border-color: rgb(248,102,235); }
td.TdClassName
{
border-color: #F866EB;
}
.TagClassName
{
border-color: #F866EB;
}
</style>