Shades of Pink Flamingo #F163FD
Tints of Pink Flamingo #F163FD
RGB
CMYK
RGB Variations
Color information
#F163FD (or 0xF163FD) is known color: Pink Flamingo. HEX triplet: F1, 63 and FD. RGB value is (241,99,253). Sum of RGB (Red+Green+Blue) = 241+99+253=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #F163FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F163FD is #0E9C02. Grayscale: #9E9E9E. Windows color (decimal): -957443 or 16606193. OLE color: 16606193.
HSL color Cylindrical-coordinate representation of color #F163FD: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F163FD is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 99 | 253 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.01 |
| HSL | 295.32º | 0.97% | 0.69% | - |
| HSV(B) | 295.32º | 0.61% | 0.99% | - |
| XYZ | 58.47 | 34.72 | 96.55 | - |
| YUV | 159.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 253 | 0.05 | 0.61 | 0 | 0.01 | 295.32 | 0.97 | 0.69 |
| Hex | F1 | 63 | FD | 5 | 3D | 0 | 1 | 127 | 61 | 45 |
| Octal | 361 | 143 | 375 | 5 | 75 | 0 | 1 | 447 | 141 | 105 |
| Binary | 11110001 | 1100011 | 11111101 | 101 | 111101 | 0 | 1 | 100100111 | 1100001 | 1000101 |
Color Harmonies of #F163FD
Complementary color
Monochromatic Colors of #F163FD
Black with #F163FD
Text Example
Text Example
White with #F163FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163FD; }
p { color: rgb(241,99,253); }
H1.HeaderClassName
{
color: #F163FD;
}
.AnyTagClassName
{
color: #F163FD;
}
</style>
background-color css
<style>
a { background-color: #F163FD; }
a { background-color: rgb(241,99,253); }
div.DivClassName
{
background-color: #F163FD;
}
.BgClassName
{
background-color: #F163FD;
}
</style>
border-color css
<style>
span { border-color: #F163FD; }
span { border-color: rgb(241,99,253); }
td.TdClassName
{
border-color: #F163FD;
}
.TagClassName
{
border-color: #F163FD;
}
</style>