Shades of Ultra Pink #F16EF6
Tints of Ultra Pink #F16EF6
RGB
CMYK
RGB Variations
Color information
#F16EF6 (or 0xF16EF6) is known color: Ultra Pink. HEX triplet: F1, 6E and F6. RGB value is (241,110,246). Sum of RGB (Red+Green+Blue) = 241+110+246=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 110 (43.36% from 255 or 18.43% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #F16EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EF6 is #0E9109. Grayscale: #A4A4A4. Windows color (decimal): -954634 or 16150257. OLE color: 16150257.
HSL color Cylindrical-coordinate representation of color #F16EF6: hue angle of 297.79º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16EF6 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 110 | 246 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.04 |
| HSL | 297.79º | 0.88% | 0.7% | - |
| HSV(B) | 297.79º | 0.55% | 0.96% | - |
| XYZ | 58.49 | 36.51 | 91.15 | - |
| YUV | 164.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 246 | 0.02 | 0.55 | 0 | 0.04 | 297.79 | 0.88 | 0.7 |
| Hex | F1 | 6E | F6 | 2 | 37 | 0 | 4 | 12A | 58 | 46 |
| Octal | 361 | 156 | 366 | 2 | 67 | 0 | 4 | 452 | 130 | 106 |
| Binary | 11110001 | 1101110 | 11110110 | 10 | 110111 | 0 | 100 | 100101010 | 1011000 | 1000110 |
Color Harmonies of #F16EF6
Complementary color
Monochromatic Colors of #F16EF6
Black with #F16EF6
Text Example
Text Example
White with #F16EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EF6; }
p { color: rgb(241,110,246); }
H1.HeaderClassName
{
color: #F16EF6;
}
.AnyTagClassName
{
color: #F16EF6;
}
</style>
background-color css
<style>
a { background-color: #F16EF6; }
a { background-color: rgb(241,110,246); }
div.DivClassName
{
background-color: #F16EF6;
}
.BgClassName
{
background-color: #F16EF6;
}
</style>
border-color css
<style>
span { border-color: #F16EF6; }
span { border-color: rgb(241,110,246); }
td.TdClassName
{
border-color: #F16EF6;
}
.TagClassName
{
border-color: #F16EF6;
}
</style>