Shades of Pink Flamingo #F863FF
Tints of Pink Flamingo #F863FF
RGB
CMYK
RGB Variations
Color information
#F863FF (or 0xF863FF) is known color: Pink Flamingo. HEX triplet: F8, 63 and FF. RGB value is (248,99,255). Sum of RGB (Red+Green+Blue) = 248+99+255=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 99 (39.06% from 255 or 16.45% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F863FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863FF is #079C00. Grayscale: #A0A0A0. Windows color (decimal): -498689 or 16737272. OLE color: 16737272.
HSL color Cylindrical-coordinate representation of color #F863FF: hue angle of 297.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F863FF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 99 | 255 | - |
| CMYK | 0.03 | 0.61 | 0 | 0 |
| HSL | 297.31º | 1% | 0.69% | - |
| HSV(B) | 297.31º | 0.61% | 1% | - |
| XYZ | 61.22 | 36.1 | 98.35 | - |
| YUV | 161.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 255 | 0.03 | 0.61 | 0 | 0 | 297.31 | 1 | 0.69 |
| Hex | F8 | 63 | FF | 3 | 3D | 0 | 0 | 129 | 64 | 45 |
| Octal | 370 | 143 | 377 | 3 | 75 | 0 | 0 | 451 | 144 | 105 |
| Binary | 11111000 | 1100011 | 11111111 | 11 | 111101 | 0 | 0 | 100101001 | 1100100 | 1000101 |
Color Harmonies of #F863FF
Complementary color
Monochromatic Colors of #F863FF
Black with #F863FF
Text Example
Text Example
White with #F863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863FF; }
p { color: rgb(248,99,255); }
H1.HeaderClassName
{
color: #F863FF;
}
.AnyTagClassName
{
color: #F863FF;
}
</style>
background-color css
<style>
a { background-color: #F863FF; }
a { background-color: rgb(248,99,255); }
div.DivClassName
{
background-color: #F863FF;
}
.BgClassName
{
background-color: #F863FF;
}
</style>
border-color css
<style>
span { border-color: #F863FF; }
span { border-color: rgb(248,99,255); }
td.TdClassName
{
border-color: #F863FF;
}
.TagClassName
{
border-color: #F863FF;
}
</style>