Shades of Pink Flamingo #F162F2
Tints of Pink Flamingo #F162F2
RGB
CMYK
RGB Variations
Color information
#F162F2 (or 0xF162F2) is known color: Pink Flamingo. HEX triplet: F1, 62 and F2. RGB value is (241,98,242). Sum of RGB (Red+Green+Blue) = 241+98+242=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #F162F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162F2 is #0E9D0D. Grayscale: #9C9C9C. Windows color (decimal): -957710 or 15885041. OLE color: 15885041.
HSL color Cylindrical-coordinate representation of color #F162F2: hue angle of 299.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F162F2 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 242 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.05 |
| HSL | 299.58º | 0.85% | 0.67% | - |
| HSV(B) | 299.58º | 0.6% | 0.95% | - |
| XYZ | 56.67 | 33.85 | 87.55 | - |
| YUV | 157.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 242 | 0.00 | 0.60 | 0 | 0.05 | 299.58 | 0.85 | 0.67 |
| Hex | F1 | 62 | F2 | 0 | 3C | 0 | 5 | 12C | 55 | 43 |
| Octal | 361 | 142 | 362 | 0 | 74 | 0 | 5 | 454 | 125 | 103 |
| Binary | 11110001 | 1100010 | 11110010 | 0 | 111100 | 0 | 101 | 100101100 | 1010101 | 1000011 |
Color Harmonies of #F162F2
Complementary color
Monochromatic Colors of #F162F2
Black with #F162F2
Text Example
Text Example
White with #F162F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162F2; }
p { color: rgb(241,98,242); }
H1.HeaderClassName
{
color: #F162F2;
}
.AnyTagClassName
{
color: #F162F2;
}
</style>
background-color css
<style>
a { background-color: #F162F2; }
a { background-color: rgb(241,98,242); }
div.DivClassName
{
background-color: #F162F2;
}
.BgClassName
{
background-color: #F162F2;
}
</style>
border-color css
<style>
span { border-color: #F162F2; }
span { border-color: rgb(241,98,242); }
td.TdClassName
{
border-color: #F162F2;
}
.TagClassName
{
border-color: #F162F2;
}
</style>