Shades of Pink Flamingo #F866FA
Tints of Pink Flamingo #F866FA
RGB
CMYK
RGB Variations
Color information
#F866FA (or 0xF866FA) is known color: Pink Flamingo. HEX triplet: F8, 66 and FA. RGB value is (248,102,250). Sum of RGB (Red+Green+Blue) = 248+102+250=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #F866FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866FA is #079905. Grayscale: #A2A2A2. Windows color (decimal): -497926 or 16410360. OLE color: 16410360.
HSL color Cylindrical-coordinate representation of color #F866FA: hue angle of 299.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866FA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 102 | 250 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.02 |
| HSL | 299.19º | 0.94% | 0.69% | - |
| HSV(B) | 299.19º | 0.59% | 0.98% | - |
| XYZ | 60.72 | 36.36 | 94.26 | - |
| YUV | 162.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 250 | 0.01 | 0.59 | 0 | 0.02 | 299.19 | 0.94 | 0.69 |
| Hex | F8 | 66 | FA | 1 | 3B | 0 | 2 | 12B | 5E | 45 |
| Octal | 370 | 146 | 372 | 1 | 73 | 0 | 2 | 453 | 136 | 105 |
| Binary | 11111000 | 1100110 | 11111010 | 1 | 111011 | 0 | 10 | 100101011 | 1011110 | 1000101 |
Color Harmonies of #F866FA
Complementary color
Monochromatic Colors of #F866FA
Black with #F866FA
Text Example
Text Example
White with #F866FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866FA; }
p { color: rgb(248,102,250); }
H1.HeaderClassName
{
color: #F866FA;
}
.AnyTagClassName
{
color: #F866FA;
}
</style>
background-color css
<style>
a { background-color: #F866FA; }
a { background-color: rgb(248,102,250); }
div.DivClassName
{
background-color: #F866FA;
}
.BgClassName
{
background-color: #F866FA;
}
</style>
border-color css
<style>
span { border-color: #F866FA; }
span { border-color: rgb(248,102,250); }
td.TdClassName
{
border-color: #F866FA;
}
.TagClassName
{
border-color: #F866FA;
}
</style>