Shades of Pink Flamingo #F863F8
Tints of Pink Flamingo #F863F8
RGB
CMYK
RGB Variations
Color information
#F863F8 (or 0xF863F8) is known color: Pink Flamingo. HEX triplet: F8, 63 and F8. RGB value is (248,99,248). Sum of RGB (Red+Green+Blue) = 248+99+248=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 99 (39.06% from 255 or 16.64% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F863F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863F8 is #079C07. Grayscale: #A0A0A0. Windows color (decimal): -498696 or 16278520. OLE color: 16278520.
HSL color Cylindrical-coordinate representation of color #F863F8: hue angle of 300º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863F8 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 248 | - |
| CMYK | 0 | 0.60 | 0 | 0.03 |
| HSL | 300º | 0.91% | 0.68% | - |
| HSV(B) | 300º | 0.6% | 0.97% | - |
| XYZ | 60.12 | 35.66 | 92.52 | - |
| YUV | 160.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 248 | 0 | 0.60 | 0 | 0.03 | 300 | 0.91 | 0.68 |
| Hex | F8 | 63 | F8 | 0 | 3C | 0 | 3 | 12C | 5B | 44 |
| Octal | 370 | 143 | 370 | 0 | 74 | 0 | 3 | 454 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11111000 | 0 | 111100 | 0 | 11 | 100101100 | 1011011 | 1000100 |
Color Harmonies of #F863F8
Complementary color
Monochromatic Colors of #F863F8
Black with #F863F8
Text Example
Text Example
White with #F863F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863F8; }
p { color: rgb(248,99,248); }
H1.HeaderClassName
{
color: #F863F8;
}
.AnyTagClassName
{
color: #F863F8;
}
</style>
background-color css
<style>
a { background-color: #F863F8; }
a { background-color: rgb(248,99,248); }
div.DivClassName
{
background-color: #F863F8;
}
.BgClassName
{
background-color: #F863F8;
}
</style>
border-color css
<style>
span { border-color: #F863F8; }
span { border-color: rgb(248,99,248); }
td.TdClassName
{
border-color: #F863F8;
}
.TagClassName
{
border-color: #F863F8;
}
</style>