Shades of Pink Flamingo #F861F0
Tints of Pink Flamingo #F861F0
RGB
CMYK
RGB Variations
Color information
#F861F0 (or 0xF861F0) is known color: Pink Flamingo. HEX triplet: F8, 61 and F0. RGB value is (248,97,240). Sum of RGB (Red+Green+Blue) = 248+97+240=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 97 (38.28% from 255 or 16.58% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F861F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F861F0 is #079E0F. Grayscale: #9E9E9E. Windows color (decimal): -499216 or 15753720. OLE color: 15753720.
HSL color Cylindrical-coordinate representation of color #F861F0: hue angle of 303.18º 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 #F861F0 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 240 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.03 |
| HSL | 303.18º | 0.92% | 0.68% | - |
| HSV(B) | 303.18º | 0.61% | 0.97% | - |
| XYZ | 58.71 | 34.8 | 86.06 | - |
| YUV | 158.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 240 | 0 | 0.61 | 0.03 | 0.03 | 303.18 | 0.92 | 0.68 |
| Hex | F8 | 61 | F0 | 0 | 3D | 3 | 3 | 12F | 5C | 44 |
| Octal | 370 | 141 | 360 | 0 | 75 | 3 | 3 | 457 | 134 | 104 |
| Binary | 11111000 | 1100001 | 11110000 | 0 | 111101 | 11 | 11 | 100101111 | 1011100 | 1000100 |
Color Harmonies of #F861F0
Complementary color
Monochromatic Colors of #F861F0
Black with #F861F0
Text Example
Text Example
White with #F861F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F861F0; }
p { color: rgb(248,97,240); }
H1.HeaderClassName
{
color: #F861F0;
}
.AnyTagClassName
{
color: #F861F0;
}
</style>
background-color css
<style>
a { background-color: #F861F0; }
a { background-color: rgb(248,97,240); }
div.DivClassName
{
background-color: #F861F0;
}
.BgClassName
{
background-color: #F861F0;
}
</style>
border-color css
<style>
span { border-color: #F861F0; }
span { border-color: rgb(248,97,240); }
td.TdClassName
{
border-color: #F861F0;
}
.TagClassName
{
border-color: #F861F0;
}
</style>