Shades of Pink Flamingo #F860F0
Tints of Pink Flamingo #F860F0
RGB
CMYK
RGB Variations
Color information
#F860F0 (or 0xF860F0) is known color: Pink Flamingo. HEX triplet: F8, 60 and F0. RGB value is (248,96,240). Sum of RGB (Red+Green+Blue) = 248+96+240=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F860F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860F0 is #079F0F. Grayscale: #9D9D9D. Windows color (decimal): -499472 or 15753464. OLE color: 15753464.
HSL color Cylindrical-coordinate representation of color #F860F0: hue angle of 303.16º 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 #F860F0 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 240 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.03 |
| HSL | 303.16º | 0.92% | 0.67% | - |
| HSV(B) | 303.16º | 0.61% | 0.97% | - |
| XYZ | 58.62 | 34.61 | 86.03 | - |
| YUV | 157.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 240 | 0 | 0.61 | 0.03 | 0.03 | 303.16 | 0.92 | 0.67 |
| Hex | F8 | 60 | F0 | 0 | 3D | 3 | 3 | 12F | 5C | 43 |
| Octal | 370 | 140 | 360 | 0 | 75 | 3 | 3 | 457 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11110000 | 0 | 111101 | 11 | 11 | 100101111 | 1011100 | 1000011 |
Color Harmonies of #F860F0
Complementary color
Monochromatic Colors of #F860F0
Black with #F860F0
Text Example
Text Example
White with #F860F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860F0; }
p { color: rgb(248,96,240); }
H1.HeaderClassName
{
color: #F860F0;
}
.AnyTagClassName
{
color: #F860F0;
}
</style>
background-color css
<style>
a { background-color: #F860F0; }
a { background-color: rgb(248,96,240); }
div.DivClassName
{
background-color: #F860F0;
}
.BgClassName
{
background-color: #F860F0;
}
</style>
border-color css
<style>
span { border-color: #F860F0; }
span { border-color: rgb(248,96,240); }
td.TdClassName
{
border-color: #F860F0;
}
.TagClassName
{
border-color: #F860F0;
}
</style>