Shades of Ultra Pink #F06DF6
Tints of Ultra Pink #F06DF6
RGB
CMYK
RGB Variations
Color information
#F06DF6 (or 0xF06DF6) is known color: Ultra Pink. HEX triplet: F0, 6D and F6. RGB value is (240,109,246). Sum of RGB (Red+Green+Blue) = 240+109+246=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #F06DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DF6 is #0F9209. Grayscale: #A3A3A3. Windows color (decimal): -1020426 or 16150000. OLE color: 16150000.
HSL color Cylindrical-coordinate representation of color #F06DF6: hue angle of 297.37º 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 #F06DF6 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 109 | 246 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.04 |
| HSL | 297.37º | 0.88% | 0.7% | - |
| HSV(B) | 297.37º | 0.56% | 0.96% | - |
| XYZ | 58.04 | 36.12 | 91.1 | - |
| YUV | 163.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 246 | 0.02 | 0.56 | 0 | 0.04 | 297.37 | 0.88 | 0.7 |
| Hex | F0 | 6D | F6 | 2 | 38 | 0 | 4 | 129 | 58 | 46 |
| Octal | 360 | 155 | 366 | 2 | 70 | 0 | 4 | 451 | 130 | 106 |
| Binary | 11110000 | 1101101 | 11110110 | 10 | 111000 | 0 | 100 | 100101001 | 1011000 | 1000110 |
Color Harmonies of #F06DF6
Complementary color
Monochromatic Colors of #F06DF6
Black with #F06DF6
Text Example
Text Example
White with #F06DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DF6; }
p { color: rgb(240,109,246); }
H1.HeaderClassName
{
color: #F06DF6;
}
.AnyTagClassName
{
color: #F06DF6;
}
</style>
background-color css
<style>
a { background-color: #F06DF6; }
a { background-color: rgb(240,109,246); }
div.DivClassName
{
background-color: #F06DF6;
}
.BgClassName
{
background-color: #F06DF6;
}
</style>
border-color css
<style>
span { border-color: #F06DF6; }
span { border-color: rgb(240,109,246); }
td.TdClassName
{
border-color: #F06DF6;
}
.TagClassName
{
border-color: #F06DF6;
}
</style>