Shades of Pink Flamingo #F861FE
Tints of Pink Flamingo #F861FE
RGB
CMYK
RGB Variations
Color information
#F861FE (or 0xF861FE) is known color: Pink Flamingo. HEX triplet: F8, 61 and FE. RGB value is (248,97,254). Sum of RGB (Red+Green+Blue) = 248+97+254=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 97 (38.28% from 255 or 16.19% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F861FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F861FE is #079E01. Grayscale: #9F9F9F. Windows color (decimal): -499202 or 16671224. OLE color: 16671224.
HSL color Cylindrical-coordinate representation of color #F861FE: hue angle of 297.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F861FE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 97 | 254 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.00 |
| HSL | 297.71º | 0.99% | 0.69% | - |
| HSV(B) | 297.71º | 0.62% | 1% | - |
| XYZ | 60.88 | 35.66 | 97.44 | - |
| YUV | 160.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 254 | 0.02 | 0.62 | 0 | 0.00 | 297.71 | 0.99 | 0.69 |
| Hex | F8 | 61 | FE | 2 | 3E | 0 | 0 | 12A | 63 | 45 |
| Octal | 370 | 141 | 376 | 2 | 76 | 0 | 0 | 452 | 143 | 105 |
| Binary | 11111000 | 1100001 | 11111110 | 10 | 111110 | 0 | 0 | 100101010 | 1100011 | 1000101 |
Color Harmonies of #F861FE
Complementary color
Monochromatic Colors of #F861FE
Black with #F861FE
Text Example
Text Example
White with #F861FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F861FE; }
p { color: rgb(248,97,254); }
H1.HeaderClassName
{
color: #F861FE;
}
.AnyTagClassName
{
color: #F861FE;
}
</style>
background-color css
<style>
a { background-color: #F861FE; }
a { background-color: rgb(248,97,254); }
div.DivClassName
{
background-color: #F861FE;
}
.BgClassName
{
background-color: #F861FE;
}
</style>
border-color css
<style>
span { border-color: #F861FE; }
span { border-color: rgb(248,97,254); }
td.TdClassName
{
border-color: #F861FE;
}
.TagClassName
{
border-color: #F861FE;
}
</style>