Shades of Pink Flamingo #F160FF
Tints of Pink Flamingo #F160FF
RGB
CMYK
RGB Variations
Color information
#F160FF (or 0xF160FF) is known color: Pink Flamingo. HEX triplet: F1, 60 and FF. RGB value is (241,96,255). Sum of RGB (Red+Green+Blue) = 241+96+255=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F160FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F160FF is #0E9F00. Grayscale: #9C9C9C. Windows color (decimal): -958209 or 16736497. OLE color: 16736497.
HSL color Cylindrical-coordinate representation of color #F160FF: hue angle of 294.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F160FF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 96 | 255 | - |
| CMYK | 0.05 | 0.62 | 0 | 0 |
| HSL | 294.72º | 1% | 0.69% | - |
| HSV(B) | 294.72º | 0.62% | 1% | - |
| XYZ | 58.51 | 34.29 | 98.14 | - |
| YUV | 157.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 255 | 0.05 | 0.62 | 0 | 0 | 294.72 | 1 | 0.69 |
| Hex | F1 | 60 | FF | 5 | 3E | 0 | 0 | 127 | 64 | 45 |
| Octal | 361 | 140 | 377 | 5 | 76 | 0 | 0 | 447 | 144 | 105 |
| Binary | 11110001 | 1100000 | 11111111 | 101 | 111110 | 0 | 0 | 100100111 | 1100100 | 1000101 |
Color Harmonies of #F160FF
Complementary color
Monochromatic Colors of #F160FF
Black with #F160FF
Text Example
Text Example
White with #F160FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160FF; }
p { color: rgb(241,96,255); }
H1.HeaderClassName
{
color: #F160FF;
}
.AnyTagClassName
{
color: #F160FF;
}
</style>
background-color css
<style>
a { background-color: #F160FF; }
a { background-color: rgb(241,96,255); }
div.DivClassName
{
background-color: #F160FF;
}
.BgClassName
{
background-color: #F160FF;
}
</style>
border-color css
<style>
span { border-color: #F160FF; }
span { border-color: rgb(241,96,255); }
td.TdClassName
{
border-color: #F160FF;
}
.TagClassName
{
border-color: #F160FF;
}
</style>