Shades of Pink Flamingo #F863FA
Tints of Pink Flamingo #F863FA
RGB
CMYK
RGB Variations
Color information
#F863FA (or 0xF863FA) is known color: Pink Flamingo. HEX triplet: F8, 63 and FA. RGB value is (248,99,250). Sum of RGB (Red+Green+Blue) = 248+99+250=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 99 (39.06% from 255 or 16.58% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #F863FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863FA is #079C05. Grayscale: #A0A0A0. Windows color (decimal): -498694 or 16409592. OLE color: 16409592.
HSL color Cylindrical-coordinate representation of color #F863FA: hue angle of 299.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863FA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 99 | 250 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.02 |
| HSL | 299.21º | 0.94% | 0.68% | - |
| HSV(B) | 299.21º | 0.6% | 0.98% | - |
| XYZ | 60.43 | 35.78 | 94.16 | - |
| YUV | 160.77 | 178.36 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 250 | 0.01 | 0.60 | 0 | 0.02 | 299.21 | 0.94 | 0.68 |
| Hex | F8 | 63 | FA | 1 | 3C | 0 | 2 | 12B | 5E | 44 |
| Octal | 370 | 143 | 372 | 1 | 74 | 0 | 2 | 453 | 136 | 104 |
| Binary | 11111000 | 1100011 | 11111010 | 1 | 111100 | 0 | 10 | 100101011 | 1011110 | 1000100 |
Color Harmonies of #F863FA
Complementary color
Monochromatic Colors of #F863FA
Black with #F863FA
Text Example
Text Example
White with #F863FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863FA; }
p { color: rgb(248,99,250); }
H1.HeaderClassName
{
color: #F863FA;
}
.AnyTagClassName
{
color: #F863FA;
}
</style>
background-color css
<style>
a { background-color: #F863FA; }
a { background-color: rgb(248,99,250); }
div.DivClassName
{
background-color: #F863FA;
}
.BgClassName
{
background-color: #F863FA;
}
</style>
border-color css
<style>
span { border-color: #F863FA; }
span { border-color: rgb(248,99,250); }
td.TdClassName
{
border-color: #F863FA;
}
.TagClassName
{
border-color: #F863FA;
}
</style>