Shades of Ultra Pink #F16DF6
Tints of Ultra Pink #F16DF6
RGB
CMYK
RGB Variations
Color information
#F16DF6 (or 0xF16DF6) is known color: Ultra Pink. HEX triplet: F1, 6D and F6. RGB value is (241,109,246). Sum of RGB (Red+Green+Blue) = 241+109+246=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 109 (42.97% from 255 or 18.29% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #F16DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DF6 is #0E9209. Grayscale: #A3A3A3. Windows color (decimal): -954890 or 16150001. OLE color: 16150001.
HSL color Cylindrical-coordinate representation of color #F16DF6: hue angle of 297.81º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16DF6 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 109 | 246 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.04 |
| HSL | 297.81º | 0.88% | 0.7% | - |
| HSV(B) | 297.81º | 0.56% | 0.96% | - |
| XYZ | 58.38 | 36.29 | 91.12 | - |
| YUV | 164.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 246 | 0.02 | 0.56 | 0 | 0.04 | 297.81 | 0.88 | 0.7 |
| Hex | F1 | 6D | F6 | 2 | 38 | 0 | 4 | 12A | 58 | 46 |
| Octal | 361 | 155 | 366 | 2 | 70 | 0 | 4 | 452 | 130 | 106 |
| Binary | 11110001 | 1101101 | 11110110 | 10 | 111000 | 0 | 100 | 100101010 | 1011000 | 1000110 |
Color Harmonies of #F16DF6
Complementary color
Monochromatic Colors of #F16DF6
Black with #F16DF6
Text Example
Text Example
White with #F16DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DF6; }
p { color: rgb(241,109,246); }
H1.HeaderClassName
{
color: #F16DF6;
}
.AnyTagClassName
{
color: #F16DF6;
}
</style>
background-color css
<style>
a { background-color: #F16DF6; }
a { background-color: rgb(241,109,246); }
div.DivClassName
{
background-color: #F16DF6;
}
.BgClassName
{
background-color: #F16DF6;
}
</style>
border-color css
<style>
span { border-color: #F16DF6; }
span { border-color: rgb(241,109,246); }
td.TdClassName
{
border-color: #F16DF6;
}
.TagClassName
{
border-color: #F16DF6;
}
</style>