Shades of Pink Flamingo #F162FA
Tints of Pink Flamingo #F162FA
RGB
CMYK
RGB Variations
Color information
#F162FA (or 0xF162FA) is known color: Pink Flamingo. HEX triplet: F1, 62 and FA. RGB value is (241,98,250). Sum of RGB (Red+Green+Blue) = 241+98+250=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 98 (38.67% from 255 or 16.64% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #F162FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162FA is #0E9D05. Grayscale: #9D9D9D. Windows color (decimal): -957702 or 16409329. OLE color: 16409329.
HSL color Cylindrical-coordinate representation of color #F162FA: hue angle of 296.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F162FA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 98 | 250 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.02 |
| HSL | 296.45º | 0.94% | 0.68% | - |
| HSV(B) | 296.45º | 0.61% | 0.98% | - |
| XYZ | 57.9 | 34.34 | 94.02 | - |
| YUV | 158.09 | 179.88 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 250 | 0.04 | 0.61 | 0 | 0.02 | 296.45 | 0.94 | 0.68 |
| Hex | F1 | 62 | FA | 4 | 3D | 0 | 2 | 128 | 5E | 44 |
| Octal | 361 | 142 | 372 | 4 | 75 | 0 | 2 | 450 | 136 | 104 |
| Binary | 11110001 | 1100010 | 11111010 | 100 | 111101 | 0 | 10 | 100101000 | 1011110 | 1000100 |
Color Harmonies of #F162FA
Complementary color
Monochromatic Colors of #F162FA
Black with #F162FA
Text Example
Text Example
White with #F162FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162FA; }
p { color: rgb(241,98,250); }
H1.HeaderClassName
{
color: #F162FA;
}
.AnyTagClassName
{
color: #F162FA;
}
</style>
background-color css
<style>
a { background-color: #F162FA; }
a { background-color: rgb(241,98,250); }
div.DivClassName
{
background-color: #F162FA;
}
.BgClassName
{
background-color: #F162FA;
}
</style>
border-color css
<style>
span { border-color: #F162FA; }
span { border-color: rgb(241,98,250); }
td.TdClassName
{
border-color: #F162FA;
}
.TagClassName
{
border-color: #F162FA;
}
</style>