Shades of Pink Flamingo #F860F8
Tints of Pink Flamingo #F860F8
RGB
CMYK
RGB Variations
Color information
#F860F8 (or 0xF860F8) is known color: Pink Flamingo. HEX triplet: F8, 60 and F8. RGB value is (248,96,248). Sum of RGB (Red+Green+Blue) = 248+96+248=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F860F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860F8 is #079F07. Grayscale: #9E9E9E. Windows color (decimal): -499464 or 16277752. OLE color: 16277752.
HSL color Cylindrical-coordinate representation of color #F860F8: hue angle of 300º 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 #F860F8 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 248 | - |
| CMYK | 0 | 0.61 | 0 | 0.03 |
| HSL | 300º | 0.92% | 0.67% | - |
| HSV(B) | 300º | 0.61% | 0.97% | - |
| XYZ | 59.84 | 35.1 | 92.43 | - |
| YUV | 158.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 248 | 0 | 0.61 | 0 | 0.03 | 300 | 0.92 | 0.67 |
| Hex | F8 | 60 | F8 | 0 | 3D | 0 | 3 | 12C | 5C | 43 |
| Octal | 370 | 140 | 370 | 0 | 75 | 0 | 3 | 454 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11111000 | 0 | 111101 | 0 | 11 | 100101100 | 1011100 | 1000011 |
Color Harmonies of #F860F8
Complementary color
Monochromatic Colors of #F860F8
Black with #F860F8
Text Example
Text Example
White with #F860F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860F8; }
p { color: rgb(248,96,248); }
H1.HeaderClassName
{
color: #F860F8;
}
.AnyTagClassName
{
color: #F860F8;
}
</style>
background-color css
<style>
a { background-color: #F860F8; }
a { background-color: rgb(248,96,248); }
div.DivClassName
{
background-color: #F860F8;
}
.BgClassName
{
background-color: #F860F8;
}
</style>
border-color css
<style>
span { border-color: #F860F8; }
span { border-color: rgb(248,96,248); }
td.TdClassName
{
border-color: #F860F8;
}
.TagClassName
{
border-color: #F860F8;
}
</style>