Shades of Pink Flamingo #F162FC
Tints of Pink Flamingo #F162FC
RGB
CMYK
RGB Variations
Color information
#F162FC (or 0xF162FC) is known color: Pink Flamingo. HEX triplet: F1, 62 and FC. RGB value is (241,98,252). Sum of RGB (Red+Green+Blue) = 241+98+252=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 98 (38.67% from 255 or 16.58% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #F162FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162FC is #0E9D03. Grayscale: #9D9D9D. Windows color (decimal): -957700 or 16540401. OLE color: 16540401.
HSL color Cylindrical-coordinate representation of color #F162FC: hue angle of 295.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F162FC is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 98 | 252 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.01 |
| HSL | 295.71º | 0.96% | 0.69% | - |
| HSV(B) | 295.71º | 0.61% | 0.99% | - |
| XYZ | 58.21 | 34.46 | 95.68 | - |
| YUV | 158.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 252 | 0.04 | 0.61 | 0 | 0.01 | 295.71 | 0.96 | 0.69 |
| Hex | F1 | 62 | FC | 4 | 3D | 0 | 1 | 128 | 60 | 45 |
| Octal | 361 | 142 | 374 | 4 | 75 | 0 | 1 | 450 | 140 | 105 |
| Binary | 11110001 | 1100010 | 11111100 | 100 | 111101 | 0 | 1 | 100101000 | 1100000 | 1000101 |
Color Harmonies of #F162FC
Complementary color
Monochromatic Colors of #F162FC
Black with #F162FC
Text Example
Text Example
White with #F162FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162FC; }
p { color: rgb(241,98,252); }
H1.HeaderClassName
{
color: #F162FC;
}
.AnyTagClassName
{
color: #F162FC;
}
</style>
background-color css
<style>
a { background-color: #F162FC; }
a { background-color: rgb(241,98,252); }
div.DivClassName
{
background-color: #F162FC;
}
.BgClassName
{
background-color: #F162FC;
}
</style>
border-color css
<style>
span { border-color: #F162FC; }
span { border-color: rgb(241,98,252); }
td.TdClassName
{
border-color: #F162FC;
}
.TagClassName
{
border-color: #F162FC;
}
</style>