Shades of Pink Flamingo #F163EB
Tints of Pink Flamingo #F163EB
RGB
CMYK
RGB Variations
Color information
#F163EB (or 0xF163EB) is known color: Pink Flamingo. HEX triplet: F1, 63 and EB. RGB value is (241,99,235). Sum of RGB (Red+Green+Blue) = 241+99+235=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F163EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F163EB is #0E9C14. Grayscale: #9C9C9C. Windows color (decimal): -957461 or 15426545. OLE color: 15426545.
HSL color Cylindrical-coordinate representation of color #F163EB: hue angle of 302.54º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F163EB is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 235 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 302.54º | 0.84% | 0.67% | - |
| HSV(B) | 302.54º | 0.59% | 0.95% | - |
| XYZ | 55.73 | 33.62 | 82.15 | - |
| YUV | 156.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 235 | 0 | 0.59 | 0.02 | 0.05 | 302.54 | 0.84 | 0.67 |
| Hex | F1 | 63 | EB | 0 | 3B | 2 | 5 | 12F | 54 | 43 |
| Octal | 361 | 143 | 353 | 0 | 73 | 2 | 5 | 457 | 124 | 103 |
| Binary | 11110001 | 1100011 | 11101011 | 0 | 111011 | 10 | 101 | 100101111 | 1010100 | 1000011 |
Color Harmonies of #F163EB
Complementary color
Monochromatic Colors of #F163EB
Black with #F163EB
Text Example
Text Example
White with #F163EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163EB; }
p { color: rgb(241,99,235); }
H1.HeaderClassName
{
color: #F163EB;
}
.AnyTagClassName
{
color: #F163EB;
}
</style>
background-color css
<style>
a { background-color: #F163EB; }
a { background-color: rgb(241,99,235); }
div.DivClassName
{
background-color: #F163EB;
}
.BgClassName
{
background-color: #F163EB;
}
</style>
border-color css
<style>
span { border-color: #F163EB; }
span { border-color: rgb(241,99,235); }
td.TdClassName
{
border-color: #F163EB;
}
.TagClassName
{
border-color: #F163EB;
}
</style>