Shades of Pink Flamingo #F865FF
Tints of Pink Flamingo #F865FF
RGB
CMYK
RGB Variations
Color information
#F865FF (or 0xF865FF) is known color: Pink Flamingo. HEX triplet: F8, 65 and FF. RGB value is (248,101,255). Sum of RGB (Red+Green+Blue) = 248+101+255=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 101 (39.84% from 255 or 16.72% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #F865FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F865FF is #079A00. Grayscale: #A2A2A2. Windows color (decimal): -498177 or 16737784. OLE color: 16737784.
HSL color Cylindrical-coordinate representation of color #F865FF: hue angle of 297.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F865FF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 101 | 255 | - |
| CMYK | 0.03 | 0.60 | 0 | 0 |
| HSL | 297.27º | 1% | 0.7% | - |
| HSV(B) | 297.27º | 0.6% | 1% | - |
| XYZ | 61.42 | 36.48 | 98.41 | - |
| YUV | 162.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 255 | 0.03 | 0.60 | 0 | 0 | 297.27 | 1 | 0.7 |
| Hex | F8 | 65 | FF | 3 | 3C | 0 | 0 | 129 | 64 | 46 |
| Octal | 370 | 145 | 377 | 3 | 74 | 0 | 0 | 451 | 144 | 106 |
| Binary | 11111000 | 1100101 | 11111111 | 11 | 111100 | 0 | 0 | 100101001 | 1100100 | 1000110 |
Color Harmonies of #F865FF
Complementary color
Monochromatic Colors of #F865FF
Black with #F865FF
Text Example
Text Example
White with #F865FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865FF; }
p { color: rgb(248,101,255); }
H1.HeaderClassName
{
color: #F865FF;
}
.AnyTagClassName
{
color: #F865FF;
}
</style>
background-color css
<style>
a { background-color: #F865FF; }
a { background-color: rgb(248,101,255); }
div.DivClassName
{
background-color: #F865FF;
}
.BgClassName
{
background-color: #F865FF;
}
</style>
border-color css
<style>
span { border-color: #F865FF; }
span { border-color: rgb(248,101,255); }
td.TdClassName
{
border-color: #F865FF;
}
.TagClassName
{
border-color: #F865FF;
}
</style>