Shades of Pink Flamingo #F162FE
Tints of Pink Flamingo #F162FE
RGB
CMYK
RGB Variations
Color information
#F162FE (or 0xF162FE) is known color: Pink Flamingo. HEX triplet: F1, 62 and FE. RGB value is (241,98,254). Sum of RGB (Red+Green+Blue) = 241+98+254=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 98 (38.67% from 255 or 16.53% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F162FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162FE is #0E9D01. Grayscale: #9E9E9E. Windows color (decimal): -957698 or 16671473. OLE color: 16671473.
HSL color Cylindrical-coordinate representation of color #F162FE: hue angle of 295º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F162FE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 98 | 254 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.00 |
| HSL | 295º | 0.99% | 0.69% | - |
| HSV(B) | 295º | 0.61% | 1% | - |
| XYZ | 58.53 | 34.59 | 97.36 | - |
| YUV | 158.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 254 | 0.05 | 0.61 | 0 | 0.00 | 295 | 0.99 | 0.69 |
| Hex | F1 | 62 | FE | 5 | 3D | 0 | 0 | 127 | 63 | 45 |
| Octal | 361 | 142 | 376 | 5 | 75 | 0 | 0 | 447 | 143 | 105 |
| Binary | 11110001 | 1100010 | 11111110 | 101 | 111101 | 0 | 0 | 100100111 | 1100011 | 1000101 |
Color Harmonies of #F162FE
Complementary color
Monochromatic Colors of #F162FE
Black with #F162FE
Text Example
Text Example
White with #F162FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162FE; }
p { color: rgb(241,98,254); }
H1.HeaderClassName
{
color: #F162FE;
}
.AnyTagClassName
{
color: #F162FE;
}
</style>
background-color css
<style>
a { background-color: #F162FE; }
a { background-color: rgb(241,98,254); }
div.DivClassName
{
background-color: #F162FE;
}
.BgClassName
{
background-color: #F162FE;
}
</style>
border-color css
<style>
span { border-color: #F162FE; }
span { border-color: rgb(241,98,254); }
td.TdClassName
{
border-color: #F162FE;
}
.TagClassName
{
border-color: #F162FE;
}
</style>