Shades of Pink Flamingo #F163FF
Tints of Pink Flamingo #F163FF
RGB
CMYK
RGB Variations
Color information
#F163FF (or 0xF163FF) is known color: Pink Flamingo. HEX triplet: F1, 63 and FF. RGB value is (241,99,255). Sum of RGB (Red+Green+Blue) = 241+99+255=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 99 (39.06% from 255 or 16.64% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #F163FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F163FF is #0E9C00. Grayscale: #9E9E9E. Windows color (decimal): -957441 or 16737265. OLE color: 16737265.
HSL color Cylindrical-coordinate representation of color #F163FF: hue angle of 294.62º 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 #F163FF is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 99 | 255 | - |
| CMYK | 0.05 | 0.61 | 0 | 0 |
| HSL | 294.62º | 1% | 0.69% | - |
| HSV(B) | 294.62º | 0.61% | 1% | - |
| XYZ | 58.79 | 34.84 | 98.23 | - |
| YUV | 159.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 255 | 0.05 | 0.61 | 0 | 0 | 294.62 | 1 | 0.69 |
| Hex | F1 | 63 | FF | 5 | 3D | 0 | 0 | 127 | 64 | 45 |
| Octal | 361 | 143 | 377 | 5 | 75 | 0 | 0 | 447 | 144 | 105 |
| Binary | 11110001 | 1100011 | 11111111 | 101 | 111101 | 0 | 0 | 100100111 | 1100100 | 1000101 |
Color Harmonies of #F163FF
Complementary color
Monochromatic Colors of #F163FF
Black with #F163FF
Text Example
Text Example
White with #F163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163FF; }
p { color: rgb(241,99,255); }
H1.HeaderClassName
{
color: #F163FF;
}
.AnyTagClassName
{
color: #F163FF;
}
</style>
background-color css
<style>
a { background-color: #F163FF; }
a { background-color: rgb(241,99,255); }
div.DivClassName
{
background-color: #F163FF;
}
.BgClassName
{
background-color: #F163FF;
}
</style>
border-color css
<style>
span { border-color: #F163FF; }
span { border-color: rgb(241,99,255); }
td.TdClassName
{
border-color: #F163FF;
}
.TagClassName
{
border-color: #F163FF;
}
</style>