Shades of Pink Flamingo #F860FF
Tints of Pink Flamingo #F860FF
RGB
CMYK
RGB Variations
Color information
#F860FF (or 0xF860FF) is known color: Pink Flamingo. HEX triplet: F8, 60 and FF. RGB value is (248,96,255). Sum of RGB (Red+Green+Blue) = 248+96+255=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 96 (37.89% from 255 or 16.03% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F860FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860FF is #079F00. Grayscale: #9F9F9F. Windows color (decimal): -499457 or 16736504. OLE color: 16736504.
HSL color Cylindrical-coordinate representation of color #F860FF: hue angle of 297.36º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F860FF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 96 | 255 | - |
| CMYK | 0.03 | 0.62 | 0 | 0 |
| HSL | 297.36º | 1% | 0.69% | - |
| HSV(B) | 297.36º | 0.62% | 1% | - |
| XYZ | 60.94 | 35.54 | 98.26 | - |
| YUV | 159.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 255 | 0.03 | 0.62 | 0 | 0 | 297.36 | 1 | 0.69 |
| Hex | F8 | 60 | FF | 3 | 3E | 0 | 0 | 129 | 64 | 45 |
| Octal | 370 | 140 | 377 | 3 | 76 | 0 | 0 | 451 | 144 | 105 |
| Binary | 11111000 | 1100000 | 11111111 | 11 | 111110 | 0 | 0 | 100101001 | 1100100 | 1000101 |
Color Harmonies of #F860FF
Complementary color
Monochromatic Colors of #F860FF
Black with #F860FF
Text Example
Text Example
White with #F860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860FF; }
p { color: rgb(248,96,255); }
H1.HeaderClassName
{
color: #F860FF;
}
.AnyTagClassName
{
color: #F860FF;
}
</style>
background-color css
<style>
a { background-color: #F860FF; }
a { background-color: rgb(248,96,255); }
div.DivClassName
{
background-color: #F860FF;
}
.BgClassName
{
background-color: #F860FF;
}
</style>
border-color css
<style>
span { border-color: #F860FF; }
span { border-color: rgb(248,96,255); }
td.TdClassName
{
border-color: #F860FF;
}
.TagClassName
{
border-color: #F860FF;
}
</style>