Shades of Pink Flamingo #F860F2
Tints of Pink Flamingo #F860F2
RGB
CMYK
RGB Variations
Color information
#F860F2 (or 0xF860F2) is known color: Pink Flamingo. HEX triplet: F8, 60 and F2. RGB value is (248,96,242). Sum of RGB (Red+Green+Blue) = 248+96+242=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 96 (37.89% from 255 or 16.38% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F860F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860F2 is #079F0D. Grayscale: #9D9D9D. Windows color (decimal): -499470 or 15884536. OLE color: 15884536.
HSL color Cylindrical-coordinate representation of color #F860F2: hue angle of 302.37º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860F2 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 242 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.03 |
| HSL | 302.37º | 0.92% | 0.67% | - |
| HSV(B) | 302.37º | 0.61% | 0.97% | - |
| XYZ | 58.92 | 34.73 | 87.6 | - |
| YUV | 158.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 242 | 0 | 0.61 | 0.02 | 0.03 | 302.37 | 0.92 | 0.67 |
| Hex | F8 | 60 | F2 | 0 | 3D | 2 | 3 | 12E | 5C | 43 |
| Octal | 370 | 140 | 362 | 0 | 75 | 2 | 3 | 456 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11110010 | 0 | 111101 | 10 | 11 | 100101110 | 1011100 | 1000011 |
Color Harmonies of #F860F2
Complementary color
Monochromatic Colors of #F860F2
Black with #F860F2
Text Example
Text Example
White with #F860F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860F2; }
p { color: rgb(248,96,242); }
H1.HeaderClassName
{
color: #F860F2;
}
.AnyTagClassName
{
color: #F860F2;
}
</style>
background-color css
<style>
a { background-color: #F860F2; }
a { background-color: rgb(248,96,242); }
div.DivClassName
{
background-color: #F860F2;
}
.BgClassName
{
background-color: #F860F2;
}
</style>
border-color css
<style>
span { border-color: #F860F2; }
span { border-color: rgb(248,96,242); }
td.TdClassName
{
border-color: #F860F2;
}
.TagClassName
{
border-color: #F860F2;
}
</style>